diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-01 07:40:23 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-01 07:40:23 +0000 |
commit | 246243c54d98f623baa2da79ad6d3473a550f017 (patch) | |
tree | 58dc8392b66beaba4161b94a445ef2b5539bc0ef /ChangeLog | |
parent | c4e5401abbbfd9166dd0ee04e2575557659cfc13 (diff) | |
download | ruby-246243c54d98f623baa2da79ad6d3473a550f017.tar.gz ruby-246243c54d98f623baa2da79ad6d3473a550f017.tar.xz ruby-246243c54d98f623baa2da79ad6d3473a550f017.zip |
* bignum.c (big2dbl): more precise conversion at edge cases.
[ruby-dev:34195]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Tue Apr 1 16:40:21 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * bignum.c (big2dbl): more precise conversion at edge cases. + [ruby-dev:34195] + Tue Apr 1 14:43:38 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * configure.in: get rid of empty expansion. |