From d0244d23268fa6a9959da1c153a78dc719f204fe Mon Sep 17 00:00:00 2001 From: shyouhei Date: Fri, 16 Mar 2007 11:31:00 +0000 Subject: * merge -r 12066:12069 git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@12077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3c3ac3dfd..4b11892bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +Fri Mar 16 16:33:58 2007 Akinori MUSHA + + * ext/thread/thread.c (unlock_mutex_inner): Make sure that the + given mutex is actually owned by the caller; submitted by: + Sylvain Joyeux in [ruby-core:10598]. + +Fri Mar 16 16:21:35 2007 Akinori MUSHA + + * ext/thread/thread.c (wait_condvar, lock_mutex): Fix a problem in + ConditionVariable#wait that occurs when two threads that are + trying to access the condition variable are also in concurrence + for the given mutex; submitted by: Sylvain Joyeux + and MenTaLguY + in [ruby-core:10598]. + +Fri Mar 16 16:17:27 2007 Akinori MUSHA + + * test/thread/test_thread.rb: Add a test script for the `thread' + library. This should result in failure as of now with + ext/thread; submitted by: Sylvain Joyeux in [ruby-core:10598]. + Wed Mar 14 12:30:00 2007 Shigeo Kobayashi * ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is now -- cgit