From 7d3538db3fc8fb5890ed0f3ae19904cf05bb9d24 Mon Sep 17 00:00:00 2001 From: mrkn Date: Thu, 12 Dec 2013 17:02:24 +0000 Subject: * ext/bigdecimal/bigdecimal.c (VpAddAbs): put out a conditional branch from the inside of while-loop. * ext/bigdecimal/bigdecimal.c (VpSubAbs): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fafa3b8e26..924a218a8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Dec 13 01:56:00 2013 Kenta Murata + + * ext/bigdecimal/bigdecimal.c (VpAddAbs): put out a conditional branch from + the inside of while-loop. + + * ext/bigdecimal/bigdecimal.c (VpSubAbs): ditto. + Wed Dec 13 01:53:00 2013 Kenta Murata * ext/bigdecimal/bigdecimal.c (VPrint): be a static function, support another -- cgit v1.2.3