summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-14 03:48:42 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-14 03:48:42 +0000
commitd88502b70fecc39964157829f526b67ebe2210c7 (patch)
tree5380d81cb748109c0e3d2ed178acb438cc7de577 /ChangeLog
parentc50e2851d2803bb37d9cdfa13f4a703812dc1e1c (diff)
* lib/thread.rb (SizedQueue#clear): wake waiting threads when called.
[Bug #9342] [ruby-core:59462] * test/thread/test_queue.rb: add a test for above. patched by Justin Collins. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@44932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c8c06adb4..80da6f8267 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Fri Feb 14 12:45:07 2014 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * lib/thread.rb (SizedQueue#clear): wake waiting threads when called.
+ [Bug #9342] [ruby-core:59462]
+
+ * test/thread/test_queue.rb: add a test for above.
+
+ patched by Justin Collins.
+
Thu Feb 6 09:06:00 2014 Kenta Murata <mrkn@cookpad.com>
* configure.in (POSTLINK): sign built program using RUBY_CODESIGN