aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-16 00:19:51 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-16 00:19:51 +0000
commit9f6c62ad5f09ec1782442ec499cfd2a9962a3d2c (patch)
tree4fc9c08023e6946e41758e71e982ad59ae1d671c /ChangeLog
parentd0b5d2016d5bf2d55291f7d8c121db8b028b2485 (diff)
downloadruby-9f6c62ad5f09ec1782442ec499cfd2a9962a3d2c.tar.gz
* bignum.c (bary_small_rshift): Specify the higher BDIGIT instead of
sign bit. (big_shift3): Follow the above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c5c860752..f498596754 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Aug 16 09:17:00 2013 Tanaka Akira <akr@fsij.org>
+
+ * bignum.c (bary_small_rshift): Specify the higher BDIGIT instead of
+ sign bit.
+ (big_shift3): Follow the above change.
+
Fri Aug 16 02:20:39 2013 Tanaka Akira <akr@fsij.org>
* bignum.c (bary_mul_toom3): Reduce a branch.