From 0dd67dc72b173fc52998eb10c9fe0028d42ff86c Mon Sep 17 00:00:00 2001 From: mame Date: Mon, 21 Jan 2008 15:33:32 +0000 Subject: * bignum.c (big_shift): fix a bug that caused infinite loop when left shifting. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 68e8b13f3..dc8f5da8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 22 00:30:08 2008 Yusuke Endoh + + * bignum.c (big_shift): fix a bug that caused infinite loop when + left shifting. + Mon Jan 21 20:09:38 2008 Tadayoshi Funaba * lib/date.rb (marshal_load): initialize the cache. -- cgit