diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-04-11 06:37:48 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-04-11 06:37:48 +0000 |
| commit | 044746e1eaab2fb0a355cd080ffc480ad09ed8aa (patch) | |
| tree | 92416716c93a009886bf1119812b5207645d1178 /ChangeLog | |
| parent | 13b8b9bee70653eeb2384cdfcb9c34e5769b3c41 (diff) | |
| download | ruby-044746e1eaab2fb0a355cd080ffc480ad09ed8aa.tar.gz ruby-044746e1eaab2fb0a355cd080ffc480ad09ed8aa.tar.xz ruby-044746e1eaab2fb0a355cd080ffc480ad09ed8aa.zip | |
* numeric.c (coerce_rescue): prevent inspected String from GC.
* numeric.c (flo_eq, rb_dbl_cmp, flo_gt, flo_ge, flo_lt, flo_le,
flo_eql): correct NaN comparison. (ruby-bugs:PR#744)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3671 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 @@ +Fri Apr 11 15:37:43 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * numeric.c (coerce_rescue): prevent inspected String from GC. + + * numeric.c (flo_eq, rb_dbl_cmp, flo_gt, flo_ge, flo_lt, flo_le, + flo_eql): correct NaN comparison. (ruby-bugs:PR#744) + Fri Apr 11 14:48:47 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * file.c (rb_stat): dereference using StringValuePtr(). |
