ruby-changes:37797
From: hsbt <ko1@a...>
Date: Sat, 7 Mar 2015 09:28:12 +0900 (JST)
Subject: [ruby-changes:37797] hsbt:r49878 (trunk): * thread.c: Mutex#owned? is no longer experimental since 2.1.0
hsbt 2015-03-07 09:28:06 +0900 (Sat, 07 Mar 2015) New Revision: 49878 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49878 Log: * thread.c: Mutex#owned? is no longer experimental since 2.1.0 [fix GH-839][ci skip] Patch by @takiy33 Modified files: trunk/ChangeLog trunk/thread.c Index: ChangeLog =================================================================== --- ChangeLog (revision 49877) +++ ChangeLog (revision 49878) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Mar 7 09:28:02 2015 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * thread.c: Mutex#owned? is no longer experimental since 2.1.0 + [fix GH-839][ci skip] Patch by @takiy33 + Sat Mar 7 09:18:42 2015 SHIBATA Hiroshi <shibata.hiroshi@g...> * tool/merger.rb: Added documentation to version method. Index: thread.c =================================================================== --- thread.c (revision 49877) +++ thread.c (revision 49878) @@ -4356,7 +4356,6 @@ rb_mutex_lock(VALUE self) https://github.com/ruby/ruby/blob/trunk/thread.c#L4356 * mutex.owned? -> true or false * * Returns +true+ if this lock is currently held by current thread. - * <em>This API is experimental, and subject to change.</em> */ VALUE rb_mutex_owned_p(VALUE self) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/