summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-24 15:08:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-24 15:08:24 +0000
commitc65833e67ab539ca13107892ab65d2085afd04c1 (patch)
tree1e7190dcf67225b41a2f8d91ba2f980f95224f90 /ChangeLog
parent2bb558f184270515e5fc529b6b077182d8b91d0e (diff)
downloadruby-c65833e67ab539ca13107892ab65d2085afd04c1.tar.gz
ruby-c65833e67ab539ca13107892ab65d2085afd04c1.tar.xz
ruby-c65833e67ab539ca13107892ab65d2085afd04c1.zip
* process.c (rb_fork): stops the timer thread during fork.
[ruby-dev:37117] * thread.c (rb_thread_start_timer_thread): timer thread needs system_working to be set. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e18f3826..7d5bb292e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Nov 25 00:08:22 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * process.c (rb_fork): stops the timer thread during fork.
+ [ruby-dev:37117]
+
+ * thread.c (rb_thread_start_timer_thread): timer thread needs
+ system_working to be set.
+
Mon Nov 24 23:27:28 2008 Shugo Maeda <shugo@ruby-lang.org>
* strftime.c (rb_strftime): The # flag should work with %a, %A, %b,