From a2c9020808417572521c711cf4ad9a3c7b556575 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 4 Oct 2002 17:54:29 +0000 Subject: * bignum.c (rb_big_rshift): num should be initialized by carry bits if x is negative. * bignum.c (bigdivmod): len for bignum zero is 1, not 0. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eae64fc3b2..7024132e83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,13 @@ Fri Oct 4 13:05:58 2002 WATANABE Hirofumi * ext/extmk.rb (create_makefile): add -Wl,-no-undefined to $DLDFLAGS on Linux if GNU ld is used and --enable-shared is specified. +Fri Oct 4 02:21:16 2002 Yukihiro Matsumoto + + * bignum.c (rb_big_rshift): num should be initialized by carry + bits if x is negative. + + * bignum.c (bigdivmod): len for bignum zero is 1, not 0. + Thu Oct 3 20:22:11 2002 Nobuyoshi Nakada * bcc32/mkexports.rb: to work on cygwin via telnet. -- cgit v1.2.3