index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eval.c
Age
Commit message (
Expand
)
Author
2003-06-17
* eval.c: remove rb_cBlock.
matz
2003-06-16
* eval.c (proc_invoke): format the message for localjump_error().
nobu
2003-06-16
* eval.c (proc_alloc): re-unification of Block and Proc. Block
matz
2003-06-14
* eval.c (method_arity): should handle NODE_BMETHOD and
matz
2003-06-07
* parse.y (value_expr0): class and module statements should not be
matz
2003-06-06
* eval.c (error_print): needs to be exception proof.
nobu
2003-06-06
* gc.c (define_final): eliminate rb_f_lambda() call.
matz
2003-06-06
* eval.c (ruby_cleanup): $SAFE is turned off in the finalization.
matz
2003-06-05
* math.c (math_erf,math_erfc): new function. [ruby-list:37753]
matz
2003-06-03
* eval.c (rb_call_super): should search superclass method based on
matz
2003-06-03
* eval.c (rb_call): typo.
matz
2003-06-03
* eval.c (rb_call_super): inheritance line adjustment moved from
matz
2003-06-02
* array.c (push_values_at): Array#values_at should work with
matz
2003-05-30
* io.c (rb_f_syscall): type dispatch should be based on
matz
2003-05-30
* eval.c (rb_Array): exclude Kernel#to_a instead of Object#to_a.
nobu
2003-05-29
* eval.c (ev_const_defined, ev_const_get), variable.c
nobu
2003-05-27
* eval.c, util.c: removed duplicated includes/defines.
nobu
2003-05-26
* eval.c (Init_Proc): Block/Proc separation. [huge change]
matz
2003-05-23
* eval.c (rb_longjmp): wrong jump.
nobu
2003-05-23
* eval.c (rb_longjmp): get rid of reentering while debug warning.
nobu
2003-05-23
* eval.c (ruby_finalize): turn off ruby_debug flag before calling
matz
2003-05-22
* eval.c (rb_define_alloc_func): need not to disable
matz
2003-05-21
* eval.c (rb_eval): splat NODE_RESTARY. [ruby-dev:20268]
nobu
2003-05-21
* eval.c (rb_thread_fd_close): raise for writing threads.
nobu
2003-05-21
* error.c (syserr_initialize): prohibit specifying errno for
matz
2003-05-20
* eval.c (rb_thread_save_context): prohibit rb_gc_force_recycle()
matz
2003-05-20
* eval.c (rb_yield_0): give warning for multiple values for a
matz
2003-05-20
* eval.c (rb_f_missing): create exception instance by ordinal
nobu
2003-05-19
* ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)
matz
2003-05-19
* object.c (init_copy): rename copy_object as initialize_copy,
matz
2003-05-19
* array.c (get_inspect_tbl): check whether inspect_tbl value is a
matz
2003-05-16
* eval.c (block_pass): chain previous block to the pushing block.
matz
2003-05-13
* eval.c (error_pos): use $deferr for output instead of stderr
matz
2003-05-02
* string.c (rb_str_ljust): now takes optional argument to specify
matz
2003-04-25
* eval.c (splat_value): split splat_value() and avalue_splat().
matz
2003-04-25
* eval.c (proc_invoke): Proc#yield should pass through retry and
matz
2003-04-10
* variable.c (rb_mod_name): always return empty string for
matz
2003-04-09
* eval.c (rb_obj_is_method): indefinite return value.
nobu
2003-04-09
* variable.c (rb_obj_remove_instance_variable): better message.
matz
2003-04-09
* bignum.c (BIGZEROP): macro to determine if x is a bignum zero.
matz
2003-04-08
* eval.c (Init_Proc): make Method and UnboundMethod independent.
matz
2003-04-07
* ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove struct
matz
2003-04-04
* eval.c (assign): should prepare mrhs by svalue_to_mrhs().
matz
2003-04-03
* eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.
matz
2003-03-29
* eval.c (avalue_to_svalue): use rb_check_array_type() again.
matz
2003-03-26
* eval.c (avalue_splat): new function to do unary * (splat)
matz
2003-03-25
* eval.c (rb_yield_0): call avalue_to_mrhs() to assign block
matz
2003-03-25
* io.c (rb_io_initialize): should check rb_secure(4).
matz
2003-03-24
security enhancement of dl library (need test).
matz
2003-03-21
* regex.c (re_compile_pattern): give warning for unescaped square
matz
[next]