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

ruby-changes:26667

From: nobu <ko1@a...>
Date: Mon, 7 Jan 2013 10:45:49 +0900 (JST)
Subject: [ruby-changes:26667] nobu:r38718 (trunk): * NEWS: adjust indent.

nobu	2013-01-07 10:44:42 +0900 (Mon, 07 Jan 2013)

  New Revision: 38718

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

  Log:
    * NEWS: adjust indent.

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 38717)
+++ NEWS	(revision 38718)
@@ -134,17 +134,17 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L134
       * added Range#bsearch for binary search.
 
   * RubyVM (MRI specific)
-      * added Environment variables to specify stack usage:
-        * RUBY_THREAD_VM_STACK_SIZE: vm stack size used at thread creation.
-          default: 128KB (32bit CPU) or 256KB (64bit CPU).
-        * RUBY_THREAD_MACHINE_STACK_SIZE: machine stack size used at thread
-          creation. default: 512KB or 1024KB.
-        * RUBY_FIBER_VM_STACK_SIZE: vm stack size used at fiber creation.
-          default: 64KB or 128KB.
-        * RUBY_FIBER_MACHINE_STACK_SIZE: machine stack size used at fiber
-          creation. default: 256KB or 256KB.
-        These variables are checked only at launched time.
-      * added constant DEFAULT_PARAMS to get above default parameters.
+    * added Environment variables to specify stack usage:
+      * RUBY_THREAD_VM_STACK_SIZE: vm stack size used at thread creation.
+        default: 128KB (32bit CPU) or 256KB (64bit CPU).
+      * RUBY_THREAD_MACHINE_STACK_SIZE: machine stack size used at thread
+        creation. default: 512KB or 1024KB.
+      * RUBY_FIBER_VM_STACK_SIZE: vm stack size used at fiber creation.
+        default: 64KB or 128KB.
+      * RUBY_FIBER_MACHINE_STACK_SIZE: machine stack size used at fiber
+        creation. default: 256KB or 256KB.
+      These variables are checked only at launched time.
+    * added constant DEFAULT_PARAMS to get above default parameters.
 
   * Signal
     * added method:
@@ -179,7 +179,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L179
         variable has been set.
       * added Thread#backtrace_locations which returns similar information of
         Kernel#caller_locations.
-     * incompatible changes:
+    * incompatible changes:
       * Thread#join and Thread#value now raises a ThreadError if target thread
         is the current or main thread.
 

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

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