From 837cd2c61968761bcdc4fc98a00f1484b5bef9d6 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 28 Dec 2008 09:42:01 +0000 Subject: merges r21097 from trunk into ruby_1_9_1. * 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/branches/ruby_1_9_1@21126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 94b67b1e6..7bd1aadc3 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