aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-18 06:33:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-18 06:33:53 +0000
commit30231731a9539e8b3474bd3ffa8e24624ea726d1 (patch)
tree34a62dfdcc989af80393f49d2fbb06ba93fc1321 /ChangeLog
parentfd2b650d068779887bd794e0097c081a6c70763e (diff)
downloadruby-30231731a9539e8b3474bd3ffa8e24624ea726d1.tar.gz
* io.c (pipe_open): sarg is always used unless HAVE_FORK.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c49dbb0bc..f70050f96f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Feb 18 15:33:51 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * io.c (pipe_open): sarg is always used unless HAVE_FORK.
+
Wed Feb 18 15:23:34 2009 Akinori MUSHA <knu@iDaemons.org>
* bootstraptest/runner.rb: Use RUBY_DESCRIPTION if defined.