ruby-changes:34795
From: hsbt <ko1@a...>
Date: Sun, 20 Jul 2014 01:00:58 +0900 (JST)
Subject: [ruby-changes:34795] hsbt:r46878 (trunk): * ext/thread/thread.c: added nodoc attribute into
hsbt 2014-07-20 01:00:51 +0900 (Sun, 20 Jul 2014) New Revision: 46878 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46878 Log: * ext/thread/thread.c: added nodoc attribute into 'ConditionVariable#marshal_dump' by @vipulnsward [fix GH-672] Modified files: trunk/ext/thread/thread.c Index: ext/thread/thread.c =================================================================== --- ext/thread/thread.c (revision 46877) +++ ext/thread/thread.c (revision 46878) @@ -546,6 +546,7 @@ rb_szqueue_num_waiting(VALUE self) https://github.com/ruby/ruby/blob/trunk/ext/thread/thread.c#L546 #define UNDER_THREAD 1 #endif +/* :nodoc: */ static VALUE undumpable(VALUE obj) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/