diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-16 04:17:45 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-16 04:17:45 +0000 |
| commit | c3da8872ce8ae7af117021754380907086573e82 (patch) | |
| tree | 2371c51ea4f8d5acadf6971f044b6012c465d0db /ChangeLog | |
| parent | abc1fbf6b22454366d957f427ef1e2ea32eda7e8 (diff) | |
| download | ruby-c3da8872ce8ae7af117021754380907086573e82.tar.gz ruby-c3da8872ce8ae7af117021754380907086573e82.tar.xz ruby-c3da8872ce8ae7af117021754380907086573e82.zip | |
* math.c (to_flo): rb_Float() accepts even strings for input.
* complex.c (nucomp_to_f): fix wrong message.
* complex.c (nucomp_to_r): ditto.
* object.c (rb_Float): do not check NaN for error. NaN is a part
of valid float values.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Fri May 16 12:48:33 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * math.c (to_flo): rb_Float() accepts even strings for input. + + * complex.c (nucomp_to_f): fix wrong message. + + * complex.c (nucomp_to_r): ditto. + + * object.c (rb_Float): do not check NaN for error. NaN is a part + of valid float values. + 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 |
