From 58d20683df37c8f967d160461812e2d5e0914702 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 30 Oct 2006 10:31:01 +0000 Subject: * bignum.c (rb_big2str0): use better approximation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 329aeef87..29b800fd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 30 19:28:02 2006 NAKAMURA Usaku + + * bignum.c (rb_big2str0): use better approximation. + Mon Oct 30 18:35:33 2006 Yukihiro Matsumoto * bignum.c (rb_big2str0): wrong allocation length. a patch from -- cgit