From fc38025c8ea44942db1c242bb39a717b65bf8cf9 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 15 Feb 2002 04:43:58 +0000 Subject: * bignum.c (rb_big_rshift): should properly convert the nagative value to 2's compliment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4ea9212bc6..88ff3e9b03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 15 13:36:58 2002 Yukihiro Matsumoto + + * bignum.c (rb_big_rshift): should properly convert the nagative + value to 2's compliment. + Tue Feb 12 01:21:34 2002 Yukihiro Matsumoto * parse.y (assignable): should emit CVASGN within the method -- cgit v1.2.3