aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-25 08:50:53 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-25 08:50:53 +0000
commite271684d2fc7d0d3b6a86a46e2c34c7593dcb35d (patch)
tree5ff0918c1d0a8b5d9755e111342b1037c601ff2a /ChangeLog
parenteadc639598670c1ae04bbd2f73250eef1b1463a8 (diff)
downloadruby-e271684d2fc7d0d3b6a86a46e2c34c7593dcb35d.tar.gz
* thread.c (rb_thread_atfork): Add small comment why we need
reset random seed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30358 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 881c9f7c7d..0881fc7865 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Dec 25 18:30:34 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+
+ * thread.c (rb_thread_atfork): Add small comment why we need
+ reset random seed.
+
Sat Dec 25 17:33:55 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/csv/base.rb (TestCSV.with_diffrent_ofs): give name to