From 942903a0c2e46871d9659d75fbb77f87f07db1f2 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/branches/ruby_1_8@9000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 232bad6d0..ebd14b6c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -Mon Aug 15 07:24:38 2005 Nobuyoshi Nakada +Wed Aug 17 23:58:05 2005 Nobuyoshi Nakada * object.c (rb_to_integer): argument constified. + * eval.c (terminate_process): take String message. + + * eval.c (rb_thread_switch): propagate the exception caused thread + termination directly. fixed: [ruby-core:05552] + Mon Aug 15 00:38:51 2005 Nobuyoshi Nakada * eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE. -- cgit