diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-07 04:14:57 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-07 04:14:57 +0000 |
| commit | 84e0d04a8dffaa6384999c3c80d6dafd12b3cc74 (patch) | |
| tree | 0677b0d96fbcc241b80054a32859f4c8131438c5 /ChangeLog | |
| parent | abcc69d9639def7d57555db1f0df8f4448474f5d (diff) | |
| download | ruby-84e0d04a8dffaa6384999c3c80d6dafd12b3cc74.tar.gz ruby-84e0d04a8dffaa6384999c3c80d6dafd12b3cc74.tar.xz ruby-84e0d04a8dffaa6384999c3c80d6dafd12b3cc74.zip | |
* bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.
* numeric.c (num_quo): renamed and moved from bignum.c.
[ruby-dev:34582]
* bignum.c (rb_big_fdiv): update RDoc description
* rational.c (nurat_s_new_m): small refactoring.
* bignum.c (rb_big2dbl): no need for forceful warning when
converting to float. overflow is a nature of float values.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Wed May 7 13:02:56 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN. + + * numeric.c (num_quo): renamed and moved from bignum.c. + [ruby-dev:34582] + + * bignum.c (rb_big_fdiv): update RDoc description + + * rational.c (nurat_s_new_m): small refactoring. + + * bignum.c (rb_big2dbl): no need for forceful warning when + converting to float. overflow is a nature of float values. + Wed May 7 00:54:25 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/zlib/zlib.c (gzreader_gets): may cause infinite loop. |
