ruby-changes:31554
From: zzak <ko1@a...>
Date: Sun, 10 Nov 2013 08:38:19 +0900 (JST)
Subject: [ruby-changes:31554] zzak:r43633 (trunk): * thread.c: [DOC] Remove duplicate reference
zzak 2013-11-10 08:38:14 +0900 (Sun, 10 Nov 2013) New Revision: 43633 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43633 Log: * thread.c: [DOC] Remove duplicate reference Modified files: trunk/ChangeLog trunk/thread.c Index: ChangeLog =================================================================== --- ChangeLog (revision 43632) +++ ChangeLog (revision 43633) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Nov 10 08:37:20 2013 Zachary Scott <e@z...> + + * thread.c: [DOC] Remove duplicate reference + Sun Nov 10 08:09:29 2013 Zachary Scott <e@z...> * lib/drb/drb.rb: [DOC] promote better windows-safe filename regular Index: thread.c =================================================================== --- thread.c (revision 43632) +++ thread.c (revision 43633) @@ -2893,8 +2893,6 @@ rb_thread_aset(VALUE self, VALUE id, VAL https://github.com/ruby/ruby/blob/trunk/thread.c#L2893 * The value "bar" is returned for the thread local, where nil is returned * for the fiber local. The fiber is executed in the same thread, so the * thread local values are available. - * - * See also Thread#[] */ static VALUE -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/