aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-16 11:10:08 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-16 11:10:08 +0000
commit93c5002a7c3a157e0b3cd4192a7f26f32677562c (patch)
tree2bacba4d3ad2fc7e26dc6d3878daac26d0f2df8a /ChangeLog
parent7d26c313a12a174c27576e4c55fb76b1ff62de7e (diff)
downloadruby-93c5002a7c3a157e0b3cd4192a7f26f32677562c.tar.gz
* lib/thread.rb (Queue#push, #pop, SizedQueue#push, #pop): remove
code that kicks waiting thread twice, which caused race and deadlock. [ruby-core:25537] * test/thread/test_queue.rb: added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f634ca1e7..3050e9126a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Apr 16 20:05:24 2010 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * lib/thread.rb (Queue#push, #pop, SizedQueue#push, #pop): remove
+ code that kicks waiting thread twice, which caused race and
+ deadlock. [ruby-core:25537]
+
+ * test/thread/test_queue.rb: added.
+
Fri Apr 16 20:01:47 2010 Yusuke Endoh <mame@tsg.ne.jp>
* .gitignore: updated.