ruby-changes:27339
From: marcandre <ko1@a...>
Date: Sat, 23 Feb 2013 04:35:10 +0900 (JST)
Subject: [ruby-changes:27339] marcandRe: r39391 (ruby_2_0_0): * NEWS: pending_interrupt? is both instance and singleton method
marcandre 2013-02-23 04:35:00 +0900 (Sat, 23 Feb 2013) New Revision: 39391 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39391 Log: * NEWS: pending_interrupt? is both instance and singleton method Modified files: branches/ruby_2_0_0/ChangeLog branches/ruby_2_0_0/NEWS Index: ruby_2_0_0/ChangeLog =================================================================== --- ruby_2_0_0/ChangeLog (revision 39390) +++ ruby_2_0_0/ChangeLog (revision 39391) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/ChangeLog#L1 +Sat Feb 23 04:34:44 2013 Marc-Andre Lafortune <ruby-core@m...> + + * NEWS: pending_interrupt? is both instance and singleton method + Sat Feb 23 02:49:10 2013 Marc-Andre Lafortune <ruby-core@m...> * NEWS: Add Thread#pending_interrupt? and Thread.handle_interrupt Index: ruby_2_0_0/NEWS =================================================================== --- ruby_2_0_0/NEWS (revision 39390) +++ ruby_2_0_0/NEWS (revision 39391) @@ -183,8 +183,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/NEWS#L183 variable keys. * added Thread#thread_variable? for testing to see if a particular thread variable has been set. - * added Thread#pending_interrupt? and Thread.handle_interrupt for - asynchronous handling of exceptions + * added Thread.handle_interrupt as well as instance and singleton methods + pending_interrupt? for asynchronous handling of exceptions * added Thread#backtrace_locations which returns similar information of Kernel#caller_locations. * incompatible changes: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/