ruby-cvs:20161
From: ko1 ruby-lang.org
Date: Mon, 13 Aug 2007 05:07:00 +0900 (JST)
Subject: [ruby-cvs:20161] Ruby:r12925 (trunk): * thread.c (rb_thread_raise): check if target thread is
ko1 2007-08-13 05:06:59 +0900 (Mon, 13 Aug 2007)
New Revision: 12925
Modified files:
trunk/ChangeLog
trunk/bootstraptest/test_thread.rb
trunk/thread.c
Log:
* 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.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=12925&r2=12924
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/thread.c?r1=12925&r2=12924
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_thread.rb?r1=12925&r2=12924