From b4df610c2733fb8b8a1f431940b4e5d1a58e2d47 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 1 Jan 2009 21:50:01 +0000 Subject: * signal.c (rb_signal_buff_size): defined for check whether signal is in the buffer or not. * thread_pthread.c (thread_timer): don't exit the loop when signal is in the buffer. [ruby-dev:37637] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 145ee9195..d1d03204f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jan 2 06:43:58 2009 NARUSE, Yui + + * signal.c (rb_signal_buff_size): defined for check whether signal + is in the buffer or not. + + * thread_pthread.c (thread_timer): don't exit the loop when signal + is in the buffer. [ruby-dev:37637] + Fri Jan 2 04:40:00 2009 Tanaka Akira * ext/socket/mkconstants.rb: check duplicates. -- cgit