summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-01 01:12:54 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-01 01:12:54 +0000
commit6ad3f616638b4bfa9140318897a1e68df5b29eec (patch)
treeaa73012cff6d383eb166561647ca85719056c793 /ChangeLog
parentb6f174afdb81f0f0cbe0ff848dddad047d00c40f (diff)
* bignum.c (big_op): comparison of bignum and infinity has returned 1
or -1, but it must return boolean. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28815 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 5c6db1a4a2..089d829fd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Aug 1 09:35:35 2010 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * bignum.c (big_op): comparison of bignum and infinity has returned 1
+ or -1, but it must return boolean.
+
Sun Aug 1 09:44:25 2010 Tanaka Akira <akr@fsij.org>
* class.c (rb_include_module): don't clear the method cache if the