aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-30 13:18:17 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-30 13:18:17 +0000
commit5e6fc71d96cd3d8e7442307c4d9343c6c5468364 (patch)
treee2bc0744fc519b80319d4532a8d48a0c0c3507ef /ChangeLog
parente0a264a9ef5f15e41f8109117d3372e69ae73181 (diff)
downloadruby-5e6fc71d96cd3d8e7442307c4d9343c6c5468364.tar.gz
* test/ruby/test_argf.rb: rename a conflicting method name.
* test/ruby/test_string.rb: ditto. * test/ruby/test_io.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc8c82b02d..77e46c87c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri May 30 22:17:39 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/ruby/test_argf.rb: rename a conflicting method name.
+
+ * test/ruby/test_string.rb: ditto.
+
+ * test/ruby/test_io.rb: ditto.
+
Fri May 30 22:14:37 2008 Yusuke Endoh <mame@tsg.ne.jp>
* compile.c (defined_expr): fix SEGV by defined?([1]).