aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-23 13:25:36 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-23 13:25:36 +0000
commit6bcb8edb6deecf7d8d0c93fdcef4c70e72dfead1 (patch)
treee9936d340c584acec7d779c4e227c38c7862c199 /ChangeLog
parentb8bbc1a310b972a9622a2877ab8e0a1ef1fa8e95 (diff)
downloadruby-6bcb8edb6deecf7d8d0c93fdcef4c70e72dfead1.tar.gz
* include/ruby/ruby.h (RBIGNUM_EMBED_LEN_MAX): Limit the value to
less than 8. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43818 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 cae760fb95..e8ac4dd946 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Nov 23 22:22:26 2013 Tanaka Akira <akr@fsij.org>
+
+ * include/ruby/ruby.h (RBIGNUM_EMBED_LEN_MAX): Limit the value to
+ less than 8.
+
Sat Nov 23 19:52:00 2013 Kenta Murata <mrkn@mrkn.jp>
* ext/bigdecimal/lib/bigdecimal/math.rb (BigMath.E): Use BigMath.exp.