From c0e5a7c63fc93cbf0c7c856b397022ec5fc532e7 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 8 Oct 2003 21:43:36 +0000 Subject: * eval.c (localjump_error): id should be ID. * eval.c (rb_eval): nd_rval is set in copy_node_scope(). * eval.c (rb_yield_0): unused variable. * eval.c (rb_yield_0): nothing to do for empty node. * eval.c (call_end_proc, proc_invoke): adjust backtrace in END. [ruby-dev:21551] * eval.c (rb_thread_start_0): set the value by break as the result. [ruby-dev:21552] * eval.c (rb_thread_start_0, rb_thread_raise, rb_callcc): save variables across THREAD_SAVE_CONTEXT. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 57e7becdf6..7648b198bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +Thu Oct 9 06:43:33 2003 Nobuyoshi Nakada + + * eval.c (localjump_error): id should be ID. + + * eval.c (rb_eval): nd_rval is set in copy_node_scope(). + + * eval.c (rb_yield_0): unused variable. + + * eval.c (rb_yield_0): nothing to do for empty node. + +Thu Oct 9 06:43:33 2003 Nobuyoshi Nakada + + * eval.c (call_end_proc, proc_invoke): adjust backtrace in END. + [ruby-dev:21551] + +Thu Oct 9 06:43:33 2003 Nobuyoshi Nakada + + * eval.c (rb_thread_start_0): set the value by break as the result. + [ruby-dev:21552] + + * eval.c (rb_thread_start_0, rb_thread_raise, rb_callcc): save + variables across THREAD_SAVE_CONTEXT. + Wed Oct 8 22:19:00 2003 Nathaniel Talbott * lib/test/unit.rb: removed installation instructions. @@ -13,7 +36,7 @@ Wed Oct 8 22:19:00 2003 Nathaniel Talbott * lib/test/unit/collector/objectspace.rb: extracted common test collection functionality in to a module. - + * lib/test/unit/collector.rb: ditto; added. * test/testunit/collector/test_objectspace.rb: ditto. -- cgit v1.2.3