From 9f0b1bde89d51a5f9e6e2eba274f4fd38e2c880b Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 21 Feb 2003 03:33:29 +0000 Subject: * eval.c (rb_thread_remove): back outt changes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7e6fb78f8..3da882eab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,13 +21,10 @@ Fri Feb 21 05:16:14 2003 Yukihiro Matsumoto Thu Feb 20 19:05:51 2003 Yukihiro Matsumoto - * eval.c (rb_thread_remove): thread may die in the process of - rb_thread_die(). this change was suggested by Rudi Cilibrasi - . - * eval.c (rb_thread_start_0): main thread swapped by fork() may terminate rb_thread_start_0() successfully. call ruby_stop(0); - this change too was suggested by Rudi. + this change was suggested by Rudi Cilibrasi + . Thu Feb 20 18:44:51 2003 Nobuyoshi Nakada -- cgit