ruby-changes:14536
From: usa <ko1@a...>
Date: Fri, 22 Jan 2010 02:04:39 +0900 (JST)
Subject: [ruby-changes:14536] Ruby:r26373 (ruby_1_8): * ChangeLog: added more description.
usa 2010-01-22 02:04:27 +0900 (Fri, 22 Jan 2010) New Revision: 26373 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26373 Log: * ChangeLog: added more description. Modified files: branches/ruby_1_8/ChangeLog Index: ruby_1_8/ChangeLog =================================================================== --- ruby_1_8/ChangeLog (revision 26372) +++ ruby_1_8/ChangeLog (revision 26373) @@ -2,17 +2,19 @@ * 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@r...> * lib/resolv.rb (Resolv::Config.default_config_hash): return an -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/