aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-02 03:28:33 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-02 03:28:33 +0000
commit9e8f82e087ac7bc34098f94c2db5ea658dd6be80 (patch)
tree70130c48c209bbd23a1cbbeefece23008a8672ca /ChangeLog
parent29c5a3b89c5127edd7754d2105ef64c88ac29566 (diff)
downloadruby-9e8f82e087ac7bc34098f94c2db5ea658dd6be80.tar.gz
* bignum.c (bary_mul): Swap x and y for bary_mul1 if x is longer than y.
[ruby-dev:47565] [Bug #8719] Reported by Narihiro Nakamura. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42324 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 cec7b5d291..d11f4c46dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Aug 2 12:25:15 2013 Tanaka Akira <akr@fsij.org>
+
+ * bignum.c (bary_mul): Swap x and y for bary_mul1 if x is longer than y.
+ [ruby-dev:47565] [Bug #8719] Reported by Narihiro Nakamura.
+
Fri Aug 2 10:39:00 2013 Charlie Somerville <charliesome@ruby-lang.org>
* parse.y (negate_lit): add T_RATIONAL and T_COMPLEX to the switch