From b288aa2d89c2f5b2ce771cfe5531e4e2960208ae Mon Sep 17 00:00:00 2001 From: nagachika Date: Thu, 22 Dec 2011 13:45:58 +0000 Subject: * thread_pthread.c (ping_signal_thread_list): remove return value. * thread_pthread.c (check_signal_thread_list): add a new function to check if signal thread list is empty. * thread_pthread.c (thread_timer): check signal thread list after timer_thread_function(). main thread might be added into signal thread list during timer_thread_function(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f871feaeaa..a6ade38d4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu Dec 22 22:37:45 2011 CHIKANAGA Tomoyuki + + * thread_pthread.c (ping_signal_thread_list): remove return value. + * thread_pthread.c (check_signal_thread_list): add a new function to + check if signal thread list is empty. + * thread_pthread.c (thread_timer): check signal thread list after + timer_thread_function(). main thread might be added into signal thread + list during timer_thread_function(). + Thu Dec 22 00:40:24 2011 CHIKANAGA Tomoyuki * ext/bigdecimal/bigdecimal.c (VpMult, VpCtoV, VpSqrt): remove assigned -- cgit v1.2.3