aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-21 15:33:32 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-21 15:33:32 +0000
commitc06bb92b866e18ec71761a493fd7f8773e308f80 (patch)
tree62e8db587744056f804514091704437327a67939 /ChangeLog
parent1363591ac2237f7823b0a81dc9f046e3eda9f02f (diff)
downloadruby-c06bb92b866e18ec71761a493fd7f8773e308f80.tar.gz
* bignum.c (big_shift): fix a bug that caused infinite loop when
left shifting. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68e8b13f3e..dc8f5da8de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 22 00:30:08 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * bignum.c (big_shift): fix a bug that caused infinite loop when
+ left shifting.
+
Mon Jan 21 20:09:38 2008 Tadayoshi Funaba <tadf@dotrb.org>
* lib/date.rb (marshal_load): initialize the cache.