aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-26 14:58:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-26 14:58:44 +0000
commit31875e97b4e11493da07f34096bb4b89180a62b5 (patch)
tree8d879c8196c39e60f6132c225d5fe963b64fb158 /ChangeLog
parent0170c2fc4df2002568c896176b4c7868dee3e6c3 (diff)
downloadruby-31875e97b4e11493da07f34096bb4b89180a62b5.tar.gz
* random.c (random_rand): fixed for edge cases of ranges.
[ruby-dev:39166] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24674 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 37500d724e..f6074eff0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 26 23:58:39 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * random.c (random_rand): fixed for edge cases of ranges.
+ [ruby-dev:39166]
+
Wed Aug 26 21:49:23 2009 NARUSE, Yui <naruse@ruby-lang.org>
* lib/tempfile.rb: add documents from Hongli Lai's fork.