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

ruby-changes:25060

From: zzak <ko1@a...>
Date: Sun, 7 Oct 2012 04:51:49 +0900 (JST)
Subject: [ruby-changes:25060] zzak:r37112 (trunk): * thread.c (rb_thread_aref):

zzak	2012-10-07 04:51:40 +0900 (Sun, 07 Oct 2012)

  New Revision: 37112

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

  Log:
    * thread.c (rb_thread_aref):
      Grammar in Thread documentation.
      Patch by Steve Klabnik [ruby-dev:47799] [Bug #7099]

  Modified files:
    trunk/ChangeLog
    trunk/thread.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37111)
+++ ChangeLog	(revision 37112)
@@ -1,3 +1,9 @@
+Sun Oct  7 04:50:00 2012  Zachary Scott  <zzak@r...>
+
+	* thread.c (rb_thread_aref):
+	  Grammar in Thread documentation.
+	  Patch by Steve Klabnik [ruby-dev:47799] [Bug #7099]
+
 Sun Oct  7 04:37:00 2012  Zachary Scott  <zzak@r...>
 
 	* string.c (rb_str_match):
Index: thread.c
===================================================================
--- thread.c	(revision 37111)
+++ thread.c	(revision 37112)
@@ -2486,8 +2486,8 @@
  *     #<Thread:0x00000002a54130 dead>: C
  *
  *  Thread#[] and Thread#[]= are not thread-local but fiber-local.
- *  This confusion was not exist until Ruby 1.8 because
- *  fiber is available since Ruby 1.9.
+ *  This confusion did not exist in Ruby 1.8 because
+ *  fibers were only available since Ruby 1.9.
  *  Ruby 1.9 chooses that the methods behaves fiber-local to save
  *  following idiom for dynamic scope.
  *

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

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