ruby-changes:27449
From: kosaki <ko1@a...>
Date: Tue, 26 Feb 2013 03:47:46 +0900 (JST)
Subject: [ruby-changes:27449] kosaki:r39501 (trunk): * error.c: clarify a document of SignalException. Process.kill()
kosaki 2013-02-26 03:43:41 +0900 (Tue, 26 Feb 2013) New Revision: 39501 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39501 Log: * error.c: clarify a document of SignalException. Process.kill() doesn't have any guarantee when signal will be delivered. [Bug #7951] [ruby-core:52864] Modified files: trunk/ChangeLog trunk/error.c Index: ChangeLog =================================================================== --- ChangeLog (revision 39500) +++ ChangeLog (revision 39501) @@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Feb 20 17:22:21 2013 KOSAKI Motohiro <kosaki.motohiro@g...> + + * error.c: clarify a document of SignalException. Process.kill() + doesn't have any guarantee when signal will be delivered. + [Bug #7951] [ruby-core:52864] + Mon Feb 25 23:51:04 2013 Nobuyoshi Nakada <nobu@r...> * include/ruby/version.h: bump RUBY_API_VERSION same as RUBY_VERSION. Index: error.c =================================================================== --- error.c (revision 39500) +++ error.c (revision 39501) @@ -1349,6 +1349,7 @@ syserr_eqq(VALUE self, VALUE exc) https://github.com/ruby/ruby/blob/trunk/error.c#L1349 * * begin * Process.kill('HUP',Process.pid) + * sleep * rescue SignalException => e * puts "received Exception #{e}" * end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/