From c61e84fd7b226ec29ff86e16f889a7c82f89b58d Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 16 Jul 2008 19:19:36 +0000 Subject: * thread.c (thread_start_func_2): wake up joining threads. * thread.c (sleep_forever, sleep_timeval): return when interrupted. [ruby-dev:35542] * thread.c (timer_thread_function): restore main thread status. [ruby-core:17270] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 511842b0e..5c7edcef2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Jul 17 04:19:33 2008 Nobuyoshi Nakada + + * thread.c (thread_start_func_2): wake up joining threads. + + * thread.c (sleep_forever, sleep_timeval): return when interrupted. + [ruby-dev:35542] + + * thread.c (timer_thread_function): restore main thread status. + [ruby-core:17270] + Thu Jul 17 01:27:38 2008 Yusuke Endoh * io.c (appendline): remove invalid access. -- cgit