From f4053cf5554deb0051aabfc90180784236f1f25b Mon Sep 17 00:00:00 2001 From: mame Date: Sun, 9 May 2010 17:10:18 +0000 Subject: * lib/thread.rb (ConditionVariable#wait): ensure to remove the current thread from waiters. [ruby-core:29835] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7677a7010f..91c0e417f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon May 10 02:07:20 2010 Yusuke Endoh + + * lib/thread.rb (ConditionVariable#wait): ensure to remove the current + thread from waiters. [ruby-core:29835] + Mon May 10 00:54:15 2010 Nobuyoshi Nakada * ext/io/console/console.c (console_set_raw): new method. -- cgit v1.2.3