From 593808ddf9ffdba46d2548603fbdc4dd074cb54c Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 20 Feb 2003 10:09:31 +0000 Subject: * 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. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c072148bb..3031c5ccc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +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. + Thu Feb 20 18:44:51 2003 Nobuyoshi Nakada * file.c (file_expand_path): fix wrong behavior for root file. -- cgit