From 55e60d05dce136e69981f8084505834501c96fa2 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 10 Jul 2013 13:06:33 +0000 Subject: * bignum.c (bary_2comp): Don't use bary_plus_one. (bary_add_one): Replaced by the implementation of bary_plus_one. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bfd2a2a980..44d7d6f28d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 10 22:03:27 2013 Tanaka Akira + + * bignum.c (bary_2comp): Don't use bary_plus_one. + (bary_add_one): Replaced by the implementation of bary_plus_one. + Wed Jul 10 20:48:22 2013 Nobuyoshi Nakada * bignum.c (sizeof_bdigit_dbl): check sizeof(BDIGIT_DBL). -- cgit v1.2.3