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

ruby-changes:25843

From: eregon <ko1@a...>
Date: Tue, 27 Nov 2012 21:53:43 +0900 (JST)
Subject: [ruby-changes:25843] eregon:r37900 (trunk): * NEWS: typos.

eregon	2012-11-27 21:53:32 +0900 (Tue, 27 Nov 2012)

  New Revision: 37900

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

  Log:
    * NEWS: typos.

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 37899)
+++ NEWS	(revision 37900)
@@ -54,7 +54,7 @@
     * improvements:
       * introduced the bitmap marking which suppresses to copy a memory page
         with Copy-on-Write.
-      * introduced the non-recurcive marking which avoids unexpected stack overflow.
+      * introduced the non-recursive marking which avoids unexpected stack overflow.
 
   * GC::Profiler
     * added method:
@@ -114,8 +114,8 @@
   * Mutex
     * incompatible changes:
       * Mutex#lock, Mutex#unlock, Mutex#try_lock, Mutex#synchronize
-        and Mutex#sleep no longer allows to be used from trap handler.
-	Now it raises ThreadError.
+        and Mutex#sleep are no longer allowed to be used from trap handler
+        and raise a ThreadError in such case.
 
   * NilClass
     * added method:
@@ -123,7 +123,7 @@
 
   * Process
     * added method:
-      * added getsid for getting sessin id (unix only).
+      * added getsid for getting session id (unix only).
 
   * Range
     * added method:
@@ -164,9 +164,10 @@
       * added Thread#backtrace_locations which returns similar information of
         Kernel#caller_locations.
     * incompatible changes:
-      * Thread#join no longer allows to be used from trap handler. Now it raises
-        ThreadError.
-      * Thread#join raises ThreadError if target therad is a current or main thread. 
+      * Thread#join is no longer allowed to be used from trap handler and
+        raises a ThreadError in such case.
+      * Thread#join now raises a ThreadError if target thread is the current
+        or main thread.
 
   * Time
     * change return value:

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

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