From 0a7e7ec7f5c32407cfbd978ffe3d7b04dbe94693 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 27 Dec 2008 10:40:57 +0000 Subject: * process.c (after_exec): needs to reset before restart timer thread. * thread.c (thread_start_func_2): stops timer thread if forked in the new thread. [ruby-core:19385] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c9b711f9f..33ee7921f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -Sat Dec 27 19:30:01 2008 Nobuyoshi Nakada +Sat Dec 27 19:40:56 2008 Nobuyoshi Nakada + + * process.c (after_exec): needs to reset before restart timer + thread. + + * thread.c (thread_start_func_2): stops timer thread if forked in + the new thread. [ruby-core:19385] * thread.c (rb_thread_atfork, rb_thread_atfork_before_exec): DRY. -- cgit