[前][次][番号順一覧][スレッド一覧]

ruby-changes:27337

From: marcandre <ko1@a...>
Date: Sat, 23 Feb 2013 02:49:33 +0900 (JST)
Subject: [ruby-changes:27337] marcandRe: r39389 (ruby_2_0_0): * NEWS: Add Thread#pending_interrupt? and Thread.handle_interrupt

marcandre	2013-02-23 02:49:23 +0900 (Sat, 23 Feb 2013)

  New Revision: 39389

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39389

  Log:
    * NEWS: Add Thread#pending_interrupt? and Thread.handle_interrupt

  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 39388)
+++ ruby_2_0_0/ChangeLog	(revision 39389)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/ChangeLog#L1
+Sat Feb 23 02:49:10 2013  Marc-Andre Lafortune  <ruby-core@m...>
+
+	* NEWS: Add Thread#pending_interrupt? and Thread.handle_interrupt
+
 Fri Feb 22 19:22:05 2013  Aaron Patterson <aaron@t...>
 
 	* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
Index: ruby_2_0_0/NEWS
===================================================================
--- ruby_2_0_0/NEWS	(revision 39388)
+++ ruby_2_0_0/NEWS	(revision 39389)
@@ -183,6 +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#backtrace_locations which returns similar information of
         Kernel#caller_locations.
     * incompatible changes:
@@ -464,7 +466,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/NEWS#L466
   * Bignum
   * Float
 
-    Fixnums, Bignums and Floats are frozen
+    Fixnums, Bignums and Floats are frozen.
 
   * Signal.trap
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]