From 47e3f4e1aed4b71816e05fe608e97c523ea7ccfd 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: svn+ssh://ci.ruby-lang.org/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 511842b0e2..5c7edcef25 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 v1.2.3