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

ruby-changes:27658

From: kosaki <ko1@a...>
Date: Mon, 11 Mar 2013 03:23:09 +0900 (JST)
Subject: [ruby-changes:27658] kosaki:r39710 (trunk): * NEWS (Mutex#owned?): no longer experimental.

kosaki	2013-03-11 03:23:00 +0900 (Mon, 11 Mar 2013)

  New Revision: 39710

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

  Log:
    * NEWS (Mutex#owned?): no longer experimental.

  Modified files:
    trunk/ChangeLog
    trunk/NEWS

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39709)
+++ ChangeLog	(revision 39710)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Mar  7 08:47:42 2013  KOSAKI Motohiro  <kosaki.motohiro@g...>
+
+	* NEWS (Mutex#owned?): no longer experimental.
+
 Sun Mar 10 23:38:15 2013  Luis Lavena  <luislavena@g...>
 
 	* win32/file.c (rb_file_expand_path_internal):  Expand home directory when
Index: NEWS
===================================================================
--- NEWS	(revision 39709)
+++ NEWS	(revision 39710)
@@ -13,6 +13,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L13
 
 === Language changes
 === Core classes updates (outstanding ones only)
+
+* Mutex
+  * misc
+    * Mutex#owned? is no longer experimental.
+
 === Core classes compatibility issues (excluding feature bug fixes)
 
 * Module#ancestors

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

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