From 2248a8ce643509577dd29988f5ea1e662f4aaa65 Mon Sep 17 00:00:00 2001 From: kosaki Date: Sun, 9 Sep 2012 11:34:47 +0000 Subject: * lib/sync.rb (Sync_m#sync_lock): Fixed wakeup/raise unsafe code. Patched by Masaki Matsushita. [Bug #5355] [ruby-dev:44521] * test/thread/test_sync.rb (test_sync_lock_and_wakeup, test_sync_upgrade_and_wakeup, test_sync_lock_and_raise): new test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 054befacba..13304e5ad8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sun Sep 9 20:20:31 2012 KOSAKI Motohiro + + * lib/sync.rb (Sync_m#sync_lock): Fixed wakeup/raise unsafe code. + Patched by Masaki Matsushita. [Bug #5355] [ruby-dev:44521] + + * test/thread/test_sync.rb (test_sync_lock_and_wakeup, + test_sync_upgrade_and_wakeup, test_sync_lock_and_raise): + new test. + Sun Sep 9 18:39:46 2012 KOSAKI Motohiro * include/ruby/intern.h (rb_thread_blocking_region): Added -- cgit v1.2.3