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

ruby-changes:16249

From: shyouhei <ko1@a...>
Date: Tue, 8 Jun 2010 16:08:21 +0900 (JST)
Subject: [ruby-changes:16249] Ruby:r28216 (ruby_1_8_7): merge revision(s) 27547:

shyouhei	2010-06-08 16:08:15 +0900 (Tue, 08 Jun 2010)

  New Revision: 28216

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

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

  Modified files:
    branches/ruby_1_8_7/lib/thwait.rb
    branches/ruby_1_8_7/version.h

Index: ruby_1_8_7/version.h
===================================================================
--- ruby_1_8_7/version.h	(revision 28215)
+++ ruby_1_8_7/version.h	(revision 28216)
@@ -2,7 +2,7 @@
 #define RUBY_RELEASE_DATE "2010-06-08"
 #define RUBY_VERSION_CODE 187
 #define RUBY_RELEASE_CODE 20100608
-#define RUBY_PATCHLEVEL 280
+#define RUBY_PATCHLEVEL 281
 
 #define RUBY_VERSION_MAJOR 1
 #define RUBY_VERSION_MINOR 8
Index: ruby_1_8_7/lib/thwait.rb
===================================================================
--- ruby_1_8_7/lib/thwait.rb	(revision 28215)
+++ ruby_1_8_7/lib/thwait.rb	(revision 28216)
@@ -101,7 +101,8 @@
   end
   
   #
-  # Waits for specified threads to terminate.
+  # 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/

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