diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-30 10:31:01 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-30 10:31:01 +0000 |
commit | 58d20683df37c8f967d160461812e2d5e0914702 (patch) | |
tree | b67777eb64aa0bf5fb1cf47d51b0691cb814d656 /ChangeLog | |
parent | 96d3e3c1a1170d4bef99d5c232cbcc2155175a8f (diff) | |
download | ruby-58d20683df37c8f967d160461812e2d5e0914702.tar.gz ruby-58d20683df37c8f967d160461812e2d5e0914702.tar.xz ruby-58d20683df37c8f967d160461812e2d5e0914702.zip |
* bignum.c (rb_big2str0): use better approximation.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Mon Oct 30 19:28:02 2006 NAKAMURA Usaku <usa@ruby-lang.org> + + * bignum.c (rb_big2str0): use better approximation. + Mon Oct 30 18:35:33 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * bignum.c (rb_big2str0): wrong allocation length. a patch from |