summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-26 03:08:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-26 03:08:07 +0000
commit93bbd7869c60781094507babd761cd4fb191d58b (patch)
tree5328b0a5791bca8a8d5fc8ee6f5f34ddb048d313 /ChangeLog
parentdd8d4f00751a869cf1aab0d257aedad0ebe0b627 (diff)
* 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] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28018 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 0663ba3418..6644323057 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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]
+
Wed May 26 11:50:09 2010 Eric Hodel <drbrain@segment7.net>
* marshal.c (Init_marshal): document marshal_dump and marshal_load.