From df1192edf575c50281ffba3ae1b9bac89c774cf7 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 1 Jul 2013 13:59:50 +0000 Subject: * bignum.c (bary_mul2): New function. (rb_cstr_to_inum): Use a better algorithm to compose the result if input length is very long. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bd0ac0531b..0070e5d344 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Jul 1 22:57:19 2013 Tanaka Akira + + * bignum.c (bary_mul2): New function. + (rb_cstr_to_inum): Use a better algorithm to compose the result + if input length is very long. + Mon Jul 1 20:22:00 2013 Kenta Murata * ext/bigdecimal/bigdecimal.h (RB_UNUSED_VAR, UNREACHABLE): -- cgit v1.2.3