From daa3de4737a25b11a6d6cad3b8ddc039d9982d01 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 12 Aug 2007 20:06:59 +0000 Subject: * thread.c (rb_thread_raise): check if target thread is thrown by another thread or not. [ruby-dev:31371] * bootstraptest/test_thread.rb: add a test for above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cdacfb7ea..cedb50a23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Aug 13 05:03:53 2007 Koichi Sasada + + * thread.c (rb_thread_raise): check if target thread is + thrown by another thread or not. [ruby-dev:31371] + + * bootstraptest/test_thread.rb: add a test for above. + Mon Aug 13 04:35:30 2007 Koichi Sasada * compile.c (iseq_peephole_optimize): fix peephole optimization @@ -5,7 +12,6 @@ Mon Aug 13 04:35:30 2007 Koichi Sasada * bootstraptest/test_syntax.rb: add a test for above. - Mon Aug 13 04:02:29 2007 Koichi Sasada * vm_dump.c (debug_print_pre): fix to show control frame count. -- cgit