summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2003-08-14* gc.c (id2ref): recycle check should be done by klass == 0.matz
2003-08-13* eval.c (POP_BLOCK): turn on BLOCK_LEFT flag when leaving block.matz
2003-08-11* eval.c (THREAD_SAVE_CONTEXT): should explicitly turn off thematz
2003-08-11* eval.c (rb_thread_restore_context): typo.matz
2003-08-11* eval.c (struct thread): add member to save backing store onmatz
2003-08-11* eval.c (rb_call_super): do not use rb_block_given_p() formatz
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 fornobu
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 tomatz
2003-08-01* eval.c (rb_call_super): propagate previous block if a block isnobu
2003-08-01backoff eval.c 1.498matz
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 notmatz
2003-07-25* ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz
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 terminatedmatz
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. nomatz
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 aftermatz
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 bynobu
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 criticalmatz
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 frommatz
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 yieldingnobu
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