From f2035367ed481629b1c09d28abb52b5df7fcee12 Mon Sep 17 00:00:00 2001 From: ocean Date: Wed, 14 Jul 2004 03:32:20 +0000 Subject: * util.c (ruby_strtod): should not convert string in the form of "-I.FE-X" which both "I" and "F" are ommitted. [ruby-dev:23883] * test/ruby/test_float.rb (test_strtod): add test for bug fix. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a49b7ca3d..cd86c9566 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Jul 14 12:29:07 Hirokazu Yamamoto + + * util.c (ruby_strtod): should not convert string in the form of + "-I.FE-X" which both "I" and "F" are ommitted. [ruby-dev:23883] + + * test/ruby/test_float.rb (test_strtod): add test for bug fix. + Wed Jul 14 01:18:45 Hirokazu Yamamoto * array.c: rdoc patch - unified margin. -- cgit