From 650ebdbc141555838cc48a937d1dcdb4e52894e7 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 1 Jun 2007 16:27:05 +0000 Subject: * numeric.c (int_round): small optimization to handle bignums. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 95b27b862..0cbe620f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Jun 2 01:27:27 2007 Yukihiro Matsumoto + + * numeric.c (int_round): small optimization to handle bignums. + Fri Jun 1 13:02:35 2007 NAKAMURA Usaku * insnhelper.h (INC_SP): shouldn't cast ``x'' to unsigned type because -- cgit