From 3f3f0dd9f44cd667f941628ae6cfaddd7641d8ba Mon Sep 17 00:00:00 2001 From: shigek Date: Thu, 21 Aug 2003 15:13:45 +0000 Subject: Int. overflow bug in multiplication fixed & VpNmlz() speed up. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bed1d9a60..ad8152a9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 21 00:13:00 2003 Shigeo Kobayashi + + * ext/bigdecimal/bigdecimal.c: Int. overflow bug in multiplication fixed, + and VpNmlz() speed up. + Wed Aug 20 16:44:49 2003 Nobuyoshi Nakada * ext/socket/socket.c (ruby_connect): many systems seem to have -- cgit