From f8718692a2ee7e62e2fa3678963c8d71809abb42 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 26 Sep 2008 08:02:07 +0000 Subject: * thread.c (thlist_signal): clears the woken thread if nothing woke. * thread.c (rb_barrier_wait): achieves the lock if no thread was waiting yet. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 751e0d948e..6ecad566d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Sep 26 17:02:04 2008 Nobuyoshi Nakada + + * thread.c (thlist_signal): clears the woken thread if nothing woke. + + * thread.c (rb_barrier_wait): achieves the lock if no thread was + waiting yet. + Fri Sep 26 12:04:07 2008 Yukihiro Matsumoto * ext/curses/curses.c: should include . -- cgit v1.2.3