diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-16 07:27:09 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-16 07:27:09 +0000 |
| commit | 15b97d196a7ea7097d2c9979fa0f46a0c3e702d4 (patch) | |
| tree | aeb1e5f2566bce1625f1a53a41980c7af12b544b /ChangeLog | |
| parent | 89150c9ecb8b5625d55c6a90958eeb63e3d29a33 (diff) | |
* 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
<sylvain.joyeux AT m4x.org> and MenTaLguY <mental AT rydia.net>
in [ruby-core:10598].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Fri Mar 16 16:21:35 2007 Akinori MUSHA <knu@iDaemons.org> + + * 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 + <sylvain.joyeux AT m4x.org> and MenTaLguY <mental AT rydia.net> + in [ruby-core:10598]. + Fri Mar 16 16:17:27 2007 Akinori MUSHA <knu@iDaemons.org> * test/thread/test_thread.rb: Add a test script for the `thread' |
