aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-09 23:03:35 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-09 23:03:35 +0000
commitf40379378a2d1c50c094dd0cf9b827382741f34e (patch)
treeaac23026bd308a76b68b108d54f6d43e5c298696 /ChangeLog
parent79f940cda1d2cd538198d2b1ee54c09e02d107c6 (diff)
downloadruby-f40379378a2d1c50c094dd0cf9b827382741f34e.tar.gz
* test/ruby/test_process.rb: unfortunately, windows is not POSIX...
cygwin has mkfifo command, but it does not affect system-wide. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 471b1311ba..7f1fb122e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+Fri Apr 10 08:00:17 2015 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * test/ruby/test_process.rb: unfortunately, windows is not POSIX...
+ cygwin has mkfifo command, but it does not affect system-wide.
+
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.
+ command to create a named file. mkfifo command is defined by POSIX.
Fri Apr 10 01:29:05 2015 Tanaka Akira <akr@fsij.org>