From ca3f5b533d7bd8027a729d068e843a01a8990ee4 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 23 Jul 2013 11:16:39 +0000 Subject: * bignum.c (bary_divmod): Add special cases for x < y easily detected and nx == 2 && ny == 2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 326604c94e..a37eabd251 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 23 20:14:55 2013 Tanaka Akira + + * bignum.c (bary_divmod): Add special cases for x < y easily detected + and nx == 2 && ny == 2. + Tue Jul 23 19:48:38 2013 Koichi Sasada * thread_(pthread|win32).h: rename rb_thread_cond_t to -- cgit v1.2.3