aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-18 17:00:55 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-18 17:00:55 +0000
commit34b93543fcac01b1342a9eb084a4ef16f86b5a16 (patch)
treed45eed4ac279268c1e3507cafb5fe9b1efcc2f6a /ChangeLog
parent7f418222b15a4c5d6a403a1edbeeab0ee97cbdbb (diff)
downloadruby-34b93543fcac01b1342a9eb084a4ef16f86b5a16.tar.gz
* test/ruby/test_bignum.rb: some coerce definitions (for test) was
wrong. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26350 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 ce47deb303..f6174df9a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 19 01:57:12 2010 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/ruby/test_bignum.rb: some coerce definitions (for test) was
+ wrong.
+
Tue Jan 19 01:53:11 2010 Yusuke Endoh <mame@tsg.ne.jp>
* bignum.c (bigsub_int): remove nonsense loop.