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-08-07
* eval.c (rb_f_at_exit): should not be called without a block.
matz
2003-08-06
* eval.c (rb_call0): forgot to pop ruby_class.
matz
2003-08-06
* eval.c (rb_call0): update ruby_class as well as ruby_cref.
matz
2003-08-05
* eval.c (rb_load): should preserve current source file/line.
nobu
2003-08-04
* eval.c (method_proc): should specify YIELD_FUNC_SVALUE.
matz
2003-08-03
* eval.c (rb_call_super): should propagate previous block for
nobu
2003-08-03
* eval.c (call_trace_func): clear exception flag temporarily.
nobu
2003-08-01
* eval.c (rb_yield_0): code clean up according to Nobu's patch.
matz
2003-08-01
* class.c (rb_obj_singleton_methods): should not go up to
matz
2003-08-01
* eval.c (rb_call_super): propagate previous block if a block is
nobu
2003-08-01
backoff eval.c 1.498
matz
2003-08-01
* eval.c (BEGIN_CALLARGS): should not always reset ruby_iter,
matz
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
[next]