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

ruby-changes:27409

From: zzak <ko1@a...>
Date: Sun, 24 Feb 2013 14:29:19 +0900 (JST)
Subject: [ruby-changes:27409] zzak:r39461 (trunk): * thread.c: Document ThreadGroup::Default

zzak	2013-02-24 14:29:06 +0900 (Sun, 24 Feb 2013)

  New Revision: 39461

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

  Log:
    * thread.c: Document ThreadGroup::Default

  Modified files:
    trunk/ChangeLog
    trunk/thread.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39460)
+++ ChangeLog	(revision 39461)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Feb 20 14:28:00 2013  Zachary Scott  <zachary@z...>
+
+	* thread.c: Document ThreadGroup::Default
+
 Wed Feb 20 14:23:00 2013  Zachary Scott  <zachary@z...>
 
 	* thread.c: Grammar for #backtrace_locations and ::handle_interrupt
Index: thread.c
===================================================================
--- thread.c	(revision 39460)
+++ thread.c	(revision 39461)
@@ -3853,6 +3853,12 @@ static const rb_data_type_t thgroup_data https://github.com/ruby/ruby/blob/trunk/thread.c#L3853
  *  were created.
  */
 
+/*
+ * Document-const: Default
+ *
+ *  The default ThreadGroup created when Ruby starts; all Threads belong to it
+ *  by default.
+ */
 static VALUE
 thgroup_s_alloc(VALUE klass)
 {

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

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