aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-22 21:01:58 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-22 21:01:58 +0000
commitf5354619751ad85540494e6fe688aad4ee4b8573 (patch)
tree009dda09b8f9f5f51fef12d4d064a7b12bad401b /ChangeLog
parentec4689b1649c4d68257d1704e26c6010033f4096 (diff)
downloadruby-f5354619751ad85540494e6fe688aad4ee4b8573.tar.gz
* test/ruby/test_file.rb: check File#chown(nil,nil). [ruby-dev:27140]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9275 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 5060a627b9..9064677fb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 23 06:01:30 2005 Minero Aoki <aamine@loveruby.net>
+
+ * test/ruby/test_file.rb: check File#chown(nil,nil).
+ [ruby-dev:27140]
+
Fri Sep 23 05:57:23 2005 Minero Aoki <aamine@loveruby.net>
* ext/ripper: refactoring code generation tools. [ruby-dev:27247]