summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-20 22:25:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-20 22:25:57 +0000
commit48c72cacc3990e36f5bce2f1c578604414650e57 (patch)
treed192e6da4f75d464d81f80fd9e05e35e57a406e5 /ChangeLog
parentc7af2704cb0168122eae81743c33cc4636e8b13c (diff)
downloadruby-48c72cacc3990e36f5bce2f1c578604414650e57.tar.gz
ruby-48c72cacc3990e36f5bce2f1c578604414650e57.tar.xz
ruby-48c72cacc3990e36f5bce2f1c578604414650e57.zip
* io.c (pipe_open): should pass program name even if multiple
arguments are given. fix for TestProcess::test_argv0. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23022 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 e089077ea..a1ef9b76a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Mar 21 07:25:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * io.c (pipe_open): should pass program name even if multiple
+ arguments are given. fix for TestProcess::test_argv0.
+
Sat Mar 21 02:37:07 2009 Tanaka Akira <akr@fsij.org>
* ext/openssl/lib/openssl/buffering.rb