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

ruby-changes:15632

From: nobu <ko1@a...>
Date: Thu, 29 Apr 2010 18:40:14 +0900 (JST)
Subject: [ruby-changes:15632] Ruby:r27547 (ruby_1_8, trunk): * lib/thwait.rb (ThreadsWait#join): refined rdoc again.

nobu	2010-04-29 18:39:52 +0900 (Thu, 29 Apr 2010)

  New Revision: 27547

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

  Log:
    * lib/thwait.rb (ThreadsWait#join): refined rdoc again.
      [ruby-core:29863] [ruby-dev:41092]

  Modified files:
    branches/ruby_1_8/ChangeLog
    branches/ruby_1_8/lib/thwait.rb
    trunk/ChangeLog
    trunk/lib/thwait.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 27546)
+++ ChangeLog	(revision 27547)
@@ -1,3 +1,8 @@
+Thu Apr 29 18:39:51 2010  Nobuyoshi Nakada  <nobu@r...>
+
+	* lib/thwait.rb (ThreadsWait#join): refined rdoc again.
+	  [ruby-core:29863] [ruby-dev:41092]
+
 Thu Apr 29 14:46:00 2010  Nobuyoshi Nakada  <nobu@r...>
 
 	* test/ruby: use more descriptive assertions.
Index: lib/thwait.rb
===================================================================
--- lib/thwait.rb	(revision 27546)
+++ lib/thwait.rb	(revision 27547)
@@ -74,8 +74,8 @@
   end
 
   #
-  # Waits for specified threads to terminate, and returns when any
-  # thread terminated.
+  # Waits for specified threads to terminate, and returns when one of
+  # the threads terminated.
   #
   def join(*threads)
     join_nowait(*threads)
Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 27546)
+++ ruby_1_8/ChangeLog	(revision 27547)
@@ -1,5 +1,8 @@
-Thu Apr 29 12:33:42 2010  Nobuyoshi Nakada  <nobu@r...>
+Thu Apr 29 18:39:51 2010  Nobuyoshi Nakada  <nobu@r...>
 
+	* lib/thwait.rb (ThreadsWait#join): refined rdoc again.
+	  [ruby-core:29863] [ruby-dev:41092]
+
 	* lib/thwait.rb (ThreadsWait#join): refined rdoc.  [ruby-core:29863]
 
 Tue Apr 27 18:00:50 2010  Nobuyoshi Nakada  <nobu@r...>
Index: ruby_1_8/lib/thwait.rb
===================================================================
--- ruby_1_8/lib/thwait.rb	(revision 27546)
+++ ruby_1_8/lib/thwait.rb	(revision 27547)
@@ -101,8 +101,8 @@
   end
 
   #
-  # Waits for specified threads to terminate, and returns when any
-  # thread terminated.
+  # Waits for specified threads to terminate, and returns when one of
+  # the threads terminated.
   #
   def join(*threads)
     join_nowait(*threads)

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

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