summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-26 11:19:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-26 11:19:30 +0000
commita43852a3a41a6f228e280afb2f64cd4daf25dec7 (patch)
treea34e45c6454ce11abcd71eb1ea1cc574c63c13eb /ChangeLog
parentfd8a1c725b876b83d8a6b835b0113be0d83befc6 (diff)
* random.c (random_rand): add the result of random to the
beginning of range, not the opposite. [ruby-dev:41415] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e86fb01a4..15ca92bfee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 26 20:19:22 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * random.c (random_rand): add the result of random to the
+ beginning of range, not the opposite. [ruby-dev:41415]
+
Wed May 26 19:55:33 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* file.c (file_expand_path): revert a part of r22392. it's commit miss.
@@ -10,8 +15,7 @@ Wed May 26 18:40:23 2010 Masaya Tarui <tarui@ruby-lang.org>
Wed May 26 12:08:06 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* random.c (random_rand): subtraction method of non-numeric can
- return Float, and add the result of random to the beginning of
- range, not the opposite. [ruby-dev:41410]
+ return Float. [ruby-dev:41410]
Wed May 26 11:50:09 2010 Eric Hodel <drbrain@segment7.net>