From 18c20cccee7d912bfe963a901a6cdb41f3db07e1 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 27 Apr 2007 08:05:21 +0000 Subject: * numeric.c (int_pow): bugfix of overflow detection. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a8f2f536d..4251d8959 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -Fri Apr 27 12:54:35 2007 Nobuyoshi Nakada +Fri Apr 27 17:05:41 2007 Nobuyoshi Nakada + + * numeric.c (int_pow): bugfix of overflow detection. * numeric.c (int_pow): rb_big_pow() may return other than Bignum. -- cgit