summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-02-25 10:42:29 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-02-25 10:42:29 +0000
commit44bf5993ad11841806d2627910e67d42759c9a3a (patch)
tree961c7ec8a56979c505a9f43d1c544008a2e6b7aa /ChangeLog
parentfb31afc5a23b33bd30bc63d2269bc7eebba2fe2c (diff)
* process.c (rb_syswait): argument order of rb_waitpid() inverted.
* sample/test.rb (system): test with scripts under the source directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bc9268ac3..9ca2a98569 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Feb 25 19:35:48 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
+
+ * process.c (rb_syswait): argument order of rb_waitpid() inverted.
+
+ * sample/test.rb (system): test with scripts under the source
+ directory.
+
Mon Feb 25 13:32:13 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
* lib/shell.rb (Shell::expand_path): relative to @cwd.