From e2936c16766e85cc9c61514e02917399afff6f5d Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 10 Aug 2007 14:54:50 +0000 Subject: * thread.c (thread_create_core): inherit the priority of creating thread. submitted at [ruby-core:11873] by David Flanagan . [ruby-core:11876] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ae0967902..2b9188d3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ -Fri Aug 10 09:47:32 2007 Nobuyoshi Nakada +Fri Aug 10 23:54:46 2007 Nobuyoshi Nakada - * thread_pthread.ci (native_thread_apply_priority): set actually - applied prority. [ruby-core:11876] + * thread.c (thread_create_core): inherit the priority of creating + thread. submitted at [ruby-core:11873] by David Flanagan . [ruby-core:11876] Fri Aug 10 05:12:19 2007 Nobuyoshi Nakada -- cgit