aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-09 17:19:57 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-09 17:19:57 +0000
commit79f940cda1d2cd538198d2b1ee54c09e02d107c6 (patch)
treef91bbda2f8b944b8f99380a6a91dbc644fdca3a1 /ChangeLog
parent2441d70f6628d768117fecdcd3a5375b1b007b62 (diff)
downloadruby-79f940cda1d2cd538198d2b1ee54c09e02d107c6.tar.gz
* test/ruby/test_process.rb: Use mkfifo command instead of mknod
command to create a named file. mkfifo commandis defined by POSIX. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50200 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 5365f127e1..471b1311ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Apr 10 02:18:53 2015 Tanaka Akira <akr@fsij.org>
+
+ * test/ruby/test_process.rb: Use mkfifo command instead of mknod
+ command to create a named file. mkfifo commandis defined by POSIX.
+
Fri Apr 10 01:29:05 2015 Tanaka Akira <akr@fsij.org>
* process.c: Release GVL when opening a file in spawn() to avoid whole