aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-12 04:55:46 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-12 04:55:46 +0000
commit2eb3c2c52850690a3fd2bc2267f8eafdab62c950 (patch)
treed49d1115a701657b41660de936cc3a7be90a10e9 /ChangeLog
parentf662d31b6bd229501456b9aaff45b26c4163f928 (diff)
downloadruby-2eb3c2c52850690a3fd2bc2267f8eafdab62c950.tar.gz
* test/ruby/test_io.rb: New test that open(fifo) doesn't block other
threads. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56615e4817..1964936c2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Apr 12 13:54:05 2015 Tanaka Akira <akr@fsij.org>
+
+ * test/ruby/test_io.rb: New test that open(fifo) doesn't block other
+ threads.
+
Sun Apr 12 13:52:18 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* ext/coverage/coverage.c: Remove extension from require argument.