summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-29 13:48:54 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-29 13:48:54 +0000
commite1dc7fd2c192259b0f1494369a9e0313192f2891 (patch)
tree1a437d438579a63f77d235d47b1bf67333596eda /ChangeLog
parent44383757277ffa5164b210ed651091b297c04fbf (diff)
downloadruby-e1dc7fd2c192259b0f1494369a9e0313192f2891.tar.gz
ruby-e1dc7fd2c192259b0f1494369a9e0313192f2891.tar.xz
ruby-e1dc7fd2c192259b0f1494369a9e0313192f2891.zip
* test/ruby/test_argf.rb: new tests for ARGF, to achieve over 85% test
coverage of file.c. * test/ruby/test_io.rb: add tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16683 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 8a8ac966f..bb291d4a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu May 29 22:47:53 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/ruby/test_argf.rb: new tests for ARGF, to achieve over 85% test
+ coverage of file.c.
+
+ * test/ruby/test_io.rb: add tests.
+
Thu May 29 22:41:48 2008 Yusuke Endoh <mame@tsg.ne.jp>
* io.c (argf_readchar): raise EOFError, synchronizing IO#readchar.