From d78d84f82ffd78c0d08496649a13b4fb0c35dc53 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: http://svn.ruby-lang.org/repos/ruby/trunk@2072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a9f0de983..91fa21caf 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. + Thu Feb 14 17:38:35 2002 Nobuyoshi Nakada * parse.y: avoid SEGV at OP_ASIGN to pseudo variable. -- cgit