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-07-28
* ext/stringio/stringio.c (strio_gets): only "gets" should set $_.
matz
2003-07-26
* variable.c (rb_mod_const_missing): "const_missing" should not
matz
2003-07-25
* ext/socket/socket.c (tcp_s_gethostbyname): was using
matz
2003-07-24
* gcc -Wall clean-up.
matz
2003-07-24
* configure.in (AC_C_VOLATILE): check if volatile works.
nobu
2003-07-24
* eval.c (thgroup_add): no warning for terminated threads.
matz
2003-07-22
* variable.c (rb_mod_const_missing): new method. [ruby-core:00441]
matz
2003-07-19
* lib/xmlrpc: import.
matz
2003-07-19
* eval.c (thgroup_add): typo again. sorry.
matz
2003-07-19
* eval.c (thgroup_add): typo.
matz
2003-07-19
* eval.c (thgroup_add): do not raise ThreadError on terminated
matz
2003-07-18
* eval.c (rb_attr): extra calls of method_added. [ruby-talk:76361]
nobu
2003-07-18
* eval.c (rb_f_missing): VCALL is called only for LOCAL_ID. no
matz
2003-07-17
* eval.c (rb_clear_cache_by_class): check both klass and origin.
matz
2003-07-17
* eval.c (ruby_init): set ruby_running to true after
matz
2003-07-16
* eval.c (rb_proc_new): call svalue_to_avalue for yield argument.
matz
2003-07-16
* eval.c (rb_disable_super, rb_enable_super): deprecate.
matz
2003-07-15
* eval.c (rb_add_method, rb_alias): need to clear cache by
nobu
2003-07-11
*** empty log message ***
nobu
2003-07-11
* eval.c (avalue_to_svalue): typo.
nobu
2003-07-10
* eval.c (rb_thread_schedule): parse error.
eban
2003-07-09
* eval.c (rb_load): put rb_load_file() in a thread critical
matz
2003-07-07
* eval.c (rb_call_super): k->super maybe NULL if klass is Kernel.
matz
2003-07-04
* node.h (NEW_NODE): cast arguments to rb_node_newnode().
matz
2003-07-03
* array.c (rb_values_at): extract common procedure from
matz
2003-07-02
* string.c (rb_str_shared_replace): clear flags before copy.
matz
2003-06-30
* eval.c (mnew): ignore metaclasses have no influence, for rklass.
nobu
2003-06-28
* configure.in (rb_cv_stack_grow_dir): check stack growing direction.
nobu
2003-06-24
* eval.c (rb_yield_0): show yielded block position not only yielding
nobu
2003-06-23
* dir.c (find_dirsep): get rid of warnings.
nobu
2003-06-23
* string.c (rb_str_upto): generate sequence according to "succ"
matz
2003-06-21
* eval.c (proc_invoke): forgot "break";
matz
2003-06-21
* eval.c (proc_invoke): should not propagate distination tag if
matz
2003-06-20
* eval.c (proc_invoke): should not propagate TAG_BREAK and
matz
2003-06-20
* parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".
matz
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
[next]