From 0dfdf0dd9f0ed7bdebbc006dd76bb7fdd22b1207 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 17 Aug 2007 07:24:03 +0000 Subject: * thread.c (rb_thread_terminate_all): fix to ignore exceptions. * thread.c (thread_start_func_2): fix abort_on_exception process. [ruby-dev:31394] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4b6881185..c434b4e0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Aug 17 16:02:50 2007 Koichi Sasada + + * thread.c (rb_thread_terminate_all): fix to ignore + exceptions. + + * thread.c (thread_start_func_2): fix + abort_on_exception process. [ruby-dev:31394] + Fri Aug 17 14:38:36 2007 Tanaka Akira * bootstraptest/runner.rb (in_temporary_working_directory): use -- cgit