From 1adef150721a42b9efe97ebc18de535040810e7a Mon Sep 17 00:00:00 2001 From: shugo Date: Sat, 24 Feb 2007 07:01:18 +0000 Subject: * lib/thread.rb (ConditionVariable#broadcast): use Mutex instead of Thread.exclusive. * lib/monitor.rb (MonitorMixin#mon_exit): unset @mon_owner before calling Mutex#unlock. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a1229ec174..1ba9f7bb35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Feb 24 15:57:19 2007 Shugo Maeda + + * lib/thread.rb (ConditionVariable#broadcast): use Mutex + instead of Thread.exclusive. + + * lib/monitor.rb (MonitorMixin#mon_exit): unset @mon_owner + before calling Mutex#unlock. + Sat Feb 24 15:51:45 2007 Minero Aoki * parse.y (program): remove useless assignment to reduce warning. -- cgit v1.2.3