aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-15 10:57:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-15 10:57:16 +0000
commita3dc7b771e08f43c149687c0e70dd4bbdaa71329 (patch)
tree09ec0b85c96a149e181545b8942c918a9f975bc4 /ChangeLog
parentb3db09df79386f602b513e064f4e886f5ac6672d (diff)
downloadruby-a3dc7b771e08f43c149687c0e70dd4bbdaa71329.tar.gz
* rubytest.rb: do nothing while cross-compiling, return status in
system independent style. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e751e86021..b59ff88a8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
-Thu Apr 15 19:53:08 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Thu Apr 15 19:57:11 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* process.c (pst_success_p): new method Process::Status#success?.
[ruby-dev:23385]
+ * rubytest.rb: do nothing while cross-compiling, return status in
+ system independent style.
+
Thu Apr 15 19:26:54 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* dir.c (rb_push_glob): Dir.glob() should return nil if block is given.