summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-08-09 09:10:25 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-08-09 09:10:25 +0000
commit18e9500afcea51b6d0e8c6adc94f3c17eeb3cd1e (patch)
tree9ccd812308a6498bd1020805e08acda1e20de097 /ChangeLog
parent461bbe2f45478b779f172838ceeabb5dcaf1be5c (diff)
no message
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 41249c362d..18d2b73a67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -619,7 +619,7 @@ Wed Jun 30 16:59:39 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* test/ruby/test_file.rb (test_fnmatch): some tests for File.fnmatch
are added.
-Wed Jun 30 11:38:51 2004 Elven <elven@elven.de>
+Wed Jun 30 11:38:51 2004 Mikael Brockman <phubuh@phubuh.org>
* parse.y (primary): should not be NULL. [ruby-core:03098]
@@ -1064,7 +1064,7 @@ Thu May 20 14:35:52 2004 Tanaka Akira <akr@m17n.org>
Thu May 20 12:38:06 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
- * numeric.c (flo_eq): alway check if operands are NaN.
+ * numeric.c (flo_eq): always check if operands are NaN.
[ruby-list:39685]
Thu May 20 12:34:39 2004 Dave Thomas <dave@pragprog.com>
@@ -1412,7 +1412,8 @@ Fri May 7 20:53:25 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
Fri May 7 11:17:27 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
- * util.c (ruby_strtod): 0.0000000000000000001 == 0.0 should be false.
+ * util.c (ruby_strtod): "0.0000000000000000001" should be converted
+ to 1.0e-19 instead of 0.0. (leading zeros aren't significant digits)
[ruby-talk:99318] [ruby-dev:23465]
Thu May 6 22:27:32 2004 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>