aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-09 14:38:11 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-09 14:38:11 +0000
commit0603e040b232e019fcf7b6491586f696915819ef (patch)
tree0abe254da8d5a51af55cef8f9e2be078c43acbfe /ChangeLog
parent9c61c44fbae1616d5be762aab7b1ddbe5b0552df (diff)
downloadruby-0603e040b232e019fcf7b6491586f696915819ef.tar.gz
* test/ruby/test_float.rb: added test_strtod to test Float("0").
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6eaa9cff70..d51de34f05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun May 9 23:34:51 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
+
+ * test/ruby/test_float.rb: added test_strtod to test Float("0").
+
Sun May 9 13:24:24 2004 WATANABE Hirofumi <eban@ruby-lang.org>
* lib/yaml/store.rb: use FileUtils::copy.