aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-04 07:12:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-04 07:12:07 +0000
commitebd3a0e80b017f05c1e15da9b90df9d34b61622a (patch)
tree2674ba5760914a84d6a49df7f3990b5ee129e469
parent255578c7b573959d0d8d142864d36d9e6fa6da03 (diff)
downloadruby-ebd3a0e80b017f05c1e15da9b90df9d34b61622a.tar.gz
* ChangeLog: entry for r25640.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 142d896102..f523c99f02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,14 @@ Wed Nov 4 12:49:18 2009 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
* proc.c (mnew): Fix scope issue [ruby-core:26069]
+Wed Nov 4 08:50:51 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * random.c (rb_hash_start): moved from string.c.
+
+ * random.c (Init_RandomSeed2): register global address before set.
+
+ * random.c (Init_RandomSeed): initialize hashseed.
+
Wed Nov 4 08:26:00 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* dir.c (dir_check): moved other checks from GetDIR.