diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-01-21 17:04:27 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-01-21 17:04:27 +0000 |
| commit | 25408d0ee356004c1614bf2acfd792e2ca734d71 (patch) | |
| tree | 9d508b5c3f52721ea0225cde76d1b7e1ef9e48ef /ChangeLog | |
| parent | 4fe115917fdffd12f6fb3bd4df309853abcfa811 (diff) | |
* ChangeLog: added more description.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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> |
