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

ruby-changes:25809

From: kosaki <ko1@a...>
Date: Mon, 26 Nov 2012 23:56:08 +0900 (JST)
Subject: [ruby-changes:25809] kosaki:r37866 (trunk): * NEWS: update for Thread#join incompatible change.

kosaki	2012-11-26 23:55:56 +0900 (Mon, 26 Nov 2012)

  New Revision: 37866

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

  Log:
    * NEWS: update for Thread#join incompatible change.

  Modified files:
    trunk/ChangeLog
    trunk/NEWS

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37865)
+++ ChangeLog	(revision 37866)
@@ -1,3 +1,7 @@
+Mon Nov 26 23:55:33 2012  KOSAKI Motohiro  <kosaki.motohiro@g...>
+
+	* NEWS: update for Thread#join incompatible change.
+
 Mon Nov 26 22:44:24 2012  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* thread.c (rb_thread_terminate_all): use native_sleep() instead
Index: NEWS
===================================================================
--- NEWS	(revision 37865)
+++ NEWS	(revision 37866)
@@ -151,6 +151,9 @@
         variable has been set.
       * added Thread#backtrace_locations which returns similar information of
         Kernel#caller_locations.
+    * incompatible changes:
+      * Thread#join no longer allows to be used from trap handler. Now it raises
+        ThreadError.
 
   * Time
     * change return value:
@@ -343,3 +346,7 @@
 
   * OpenStruct new methods can conflict with custom attributes named
     "each_pair", "eql?", "hash" or "to_h".
+
+  * Thread#join
+   
+    See above.

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

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