From 4eae350e1294e31bf8b9086e035992f712ef3204 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 10 Mar 2004 07:32:37 +0000 Subject: * eval.c (return_jump): set return value to the return destination. separated from localjump_destination(). * eval.c (break_jump): break innermost loop (or thread or proc). * eval.c (rb_yield_0): set exit_value for block break. * eval.c (eval): Only print backtrace if generating the backtrace doesn't generate an exception. [ruby-core:02621] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b3db26f8a..d4253b084 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Mar 10 16:28:42 2004 Yukihiro Matsumoto + + * eval.c (return_jump): set return value to the return + destination. separated from localjump_destination(). + + * eval.c (break_jump): break innermost loop (or thread or proc). + + * eval.c (rb_yield_0): set exit_value for block break. + Wed Mar 10 16:00:14 2004 Yukihiro Matsumoto * struct.c (rb_struct_s_def): Struct::new executes block with -- cgit