From d631642a2ef3e86b0d3764df4c881a286fd13ec9 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 15 Jun 2013 23:56:32 +0000 Subject: * bignum.c (bigdivrem): Use a BDIGIT variable to store the return value of bigdivrem_single. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 195830469c..570ac0dafd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jun 16 08:55:22 2013 Tanaka Akira + + * bignum.c (bigdivrem): Use a BDIGIT variable to store the return + value of bigdivrem_single. + Sun Jun 16 08:43:59 2013 Tanaka Akira * bignum.c (bary_divmod): New function. -- cgit v1.2.3