summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-05 14:33:01 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-05 14:33:01 +0000
commite5bda1f40cb8def8871380a3bf8809bc75ccc313 (patch)
tree54f3afcf82d82d426dd2c5b00fcee6e94916fbe8 /ChangeLog
parent83b3e091f2e7faae8f79f1fd2a76877275f25520 (diff)
downloadruby-e5bda1f40cb8def8871380a3bf8809bc75ccc313.tar.gz
ruby-e5bda1f40cb8def8871380a3bf8809bc75ccc313.tar.xz
ruby-e5bda1f40cb8def8871380a3bf8809bc75ccc313.zip
* test/stringio/test_stringio.rb: add tests to achieve over 95% test
coverage of stringio. * test/strscan/test_stringscanner.rb: ditto for strscan. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16847 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 a47ded05b..8efc5a307 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Jun 5 23:31:21 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/stringio/test_stringio.rb: add tests to achieve over 95% test
+ coverage of stringio.
+
+ * test/strscan/test_stringscanner.rb: ditto for strscan.
+
Thu Jun 5 23:25:34 2008 Yusuke Endoh <mame@tsg.ne.jp>
* eval.c (ruby_finalize_0): clear trace_func after executing END