summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-15 14:37:18 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-15 14:37:18 +0000
commitabc1fbf6b22454366d957f427ef1e2ea32eda7e8 (patch)
tree7d2d9d454ecb67d5acd5b36f7a344891af96777b /ChangeLog
parent73c51efe974f7c0b9490680824f1f948ac797388 (diff)
downloadruby-abc1fbf6b22454366d957f427ef1e2ea32eda7e8.tar.gz
ruby-abc1fbf6b22454366d957f427ef1e2ea32eda7e8.tar.xz
ruby-abc1fbf6b22454366d957f427ef1e2ea32eda7e8.zip
* test/ruby/test_string.rb: add tests to achieve over 90% test
coverage of string.c. * test/ruby/test_m17n.rb: ditto. * test/ruby/test_symbol.rb: ditto. * test/ruby/test_pack.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0c4f4634..108c0aad0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Thu May 15 23:36:09 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/ruby/test_string.rb: add tests to achieve over 90% test
+ coverage of string.c.
+
+ * test/ruby/test_m17n.rb: ditto.
+
+ * test/ruby/test_symbol.rb: ditto.
+
+ * test/ruby/test_pack.rb: ditto.
+
Thu May 15 23:01:06 2008 Yusuke Endoh <mame@tsg.ne.jp>
* string.c (tr_find): String#delete returned wrong result when multiple