From ad84b7055020f539074b7d37c0664d7ce48996b8 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 10 Aug 2007 15:01:14 +0000 Subject: * thread.c (thread_start_func_2): not re-raise to main thread if it is joining the current thread. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2b9188d3a..60a638813 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Aug 11 00:01:12 2007 Nobuyoshi Nakada + + * thread.c (thread_start_func_2): not re-raise to main thread if it is + joining the current thread. + Fri Aug 10 23:54:46 2007 Nobuyoshi Nakada * thread.c (thread_create_core): inherit the priority of creating -- cgit