diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-14 03:32:20 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-14 03:32:20 +0000 |
| commit | f2035367ed481629b1c09d28abb52b5df7fcee12 (patch) | |
| tree | 6851af8638874e33d8a8e2376d58ebc6080cb797 /ChangeLog | |
| parent | 94be0826342aca8f0c9766df865c4d98f23c1b94 (diff) | |
| download | ruby-f2035367ed481629b1c09d28abb52b5df7fcee12.tar.gz ruby-f2035367ed481629b1c09d28abb52b5df7fcee12.tar.xz ruby-f2035367ed481629b1c09d28abb52b5df7fcee12.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Wed Jul 14 12:29:07 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> + + * 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 <ocean@m2.ccsnet.ne.jp> * array.c: rdoc patch - unified margin. |
