aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-12 15:16:45 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-12 15:16:45 +0000
commit19afeacb884b53949236c30afaa4ce2866c30603 (patch)
tree8e767f53a9765c6b0b1a7aee15b72f09cd69d91a /ChangeLog
parent309077c9ae3b530052dce39ab871a04bce1b9468 (diff)
downloadruby-19afeacb884b53949236c30afaa4ce2866c30603.tar.gz
* random.c (rand_init): use the absolute value of seed to
make srand(-2**40) portable with 32bit and 64bit. [ruby-core:29292](2) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27323 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 d7b1164923..4f2c6da71d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Apr 13 00:12:04 2010 Tanaka Akira <akr@fsij.org>
+
+ * random.c (rand_init): use the absolute value of seed to
+ make srand(-2**40) portable with 32bit and 64bit.
+ [ruby-core:29292](2)
+
Mon Apr 12 22:48:47 2010 Tanaka Akira <akr@fsij.org>
* enumerator.c (inspect_enumerator): don't raise for uninitialized