From 7e70ac99dee1fc4d5988cc8f3e05480ab6d8fd8c Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 21 Feb 2005 09:33:34 +0000 Subject: * signal.c: Standard signal handlers ignore signals on non-Ruby native threads. When a handler is entried with ruby_signal() (like as the standard signal handlers), the handler for the signal is marked as it cannot accept non-Ruby native threads. If a handler can treat all signals on all native threads, please use ruby_nativethread_signal() to entry it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fbd00eb85e..7f99cc87d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Feb 21 18:31:12 2005 Hidetoshi NAGAI + + * signal.c: Standard signal handlers ignore signals on non-Ruby native + threads. When a handler is entried with ruby_signal() (like as the + standard signal handlers), the handler for the signal is marked as + it cannot accept non-Ruby native threads. If a handler can treat all + signals on all native threads, please use ruby_nativethread_signal() + to entry it. + Sun Feb 20 00:48:48 2005 Tanaka Akira * lib/open-uri.rb (URI::FTP#buffer_open): access mechanism -- cgit v1.2.3