aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-05 11:07:05 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-05 11:07:05 +0000
commit99638b5d1fbb8e4a95408b97719a57acb68eab4c (patch)
treee2da3d5529e3332cf5f88a27f13e10ec1b5e329c /ChangeLog
parent3fb267e5016ee00e536faca3b9999ef2f01f255f (diff)
downloadruby-99638b5d1fbb8e4a95408b97719a57acb68eab4c.tar.gz
* random.c (int_pair_to_real_inclusive): Add a cast to BDIGIT.
(random_load): Fix shift width for fixnums. Re-implement bignum extraction without ifdefs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41086 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 e2ef18565c..adcf78730c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jun 5 20:05:29 2013 Tanaka Akira <akr@fsij.org>
+
+ * random.c (int_pair_to_real_inclusive): Add a cast to BDIGIT.
+ (random_load): Fix shift width for fixnums.
+ Re-implement bignum extraction without ifdefs.
+
Wed Jun 5 15:26:10 2013 NARUSE, Yui <naruse@ruby-lang.org>
* gc.c (before_gc_sweep): don't optimize it to avoid segv on Ubuntu