From 25408d0ee356004c1614bf2acfd792e2ca734d71 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 21 Jan 2010 17:04:27 +0000 Subject: * ChangeLog: added more description. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 00941e2867..9ce6197650 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,16 +2,18 @@ Fri Jan 22 01:22:27 2010 NAKAMURA Usaku * eval.c (thread_timer, rb_thread_stop_timer): check the timing of stopping timer. patch from KOSAKI Motohiro + jp.fujitsu.com> via IRC. * eval.c (rb_thread_start_timer): NetBSD5 seems to be hung when calling pthread_create() from pthread_atfork()'s parent handler. * io.c (pipe_open): workaround for NetBSD5. stop timer thread before - fork(), and start it if needed. + fork(), and restart it after fork() on parent, and on child if + needed. * process.c (rb_f_fork, rb_f_system): ditto. - fixed [ruby-dev:40074] + + these changes are tested by naruse. fixed [ruby-dev:40074] Tue Jan 19 20:00:30 2010 Nobuyoshi Nakada -- cgit v1.2.3