From 4eac9b4b679e81ace32088aaa57e698861ff1fdd Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 17 Aug 2005 14:58:47 +0000 Subject: * eval.c (terminate_process): take String message. * eval.c (rb_thread_switch): propagate the exception caused thread termination directly. fixed: [ruby-core:05552] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 39294a3e9..503675efd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Aug 17 23:58:05 2005 Nobuyoshi Nakada + + * eval.c (terminate_process): take String message. + + * eval.c (rb_thread_switch): propagate the exception caused thread + termination directly. fixed: [ruby-core:05552] + Wed Aug 17 21:20:05 2005 NARUSE, Yui * ext/nkf/lib/kconv.rb: ensure that symbol_to_option is private_class_method @@ -10,7 +17,7 @@ Wed Aug 17 00:05:46 2005 Yukihiro Matsumoto where a method is defined . * eval.c (rb_call0): restore preserved safe level in the method - execution. + execution. * parse.y (lambda): need separate block variable stack manipulation and lpar_beg maintenance. based on a patch found -- cgit