From dcd93db17580f87f270c9fbd66ba8b70034802c7 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 15 Jan 2009 17:27:31 +0000 Subject: * thread.c (rb_thread_execute_interrupts): if signal is already buffered, main thread should wait until timer thread delivers it. * thread.c (timer_thread_function): should defer delivery of a signal if main thread does not yet trap a previous one. [ruby-dev:37676] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0ecc483e6..d30238784 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jan 16 02:25:46 2009 Yusuke Endoh + + * thread.c (rb_thread_execute_interrupts): if signal is already + buffered, main thread should wait until timer thread delivers it. + + * thread.c (timer_thread_function): should defer delivery of a signal + if main thread does not yet trap a previous one. [ruby-dev:37676] + Fri Jan 16 02:05:55 2009 Tanaka Akira * ext/socket/socket.c (addrinfo_s_ip): new method AddrInfo.ip. -- cgit