summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-11 17:24:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-11 17:24:46 +0000
commit17c1e454055eaa8e6884e23a195a5fc65ed4277f (patch)
tree4414b1c1988382252e40ed7a9dcdd6dc3152a5bd /ChangeLog
parent3f405a768880bf6c042c072fd833d7be47162034 (diff)
* random.c (rand_init): use fixed buffer for small numbers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b74f3244aa..315924a271 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jul 12 02:24:42 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * random.c (rand_init): use fixed buffer for small numbers.
+
Sat Jul 11 14:43:34 2009 NARUSE, Yui <naruse@ruby-lang.org>
* test/ruby/test_io_m17n.rb (test_strip_bom): added.