summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
1 files 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 <usa@ruby-lang.org>
* eval.c (thread_timer, rb_thread_stop_timer): check the timing of
stopping timer. patch from KOSAKI Motohiro <kosaki.motohiro _AT_
- jp.fujitsu.com>
+ 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 <nobu@ruby-lang.org>