ruby-changes:35489
From: normal <ko1@a...>
Date: Sat, 13 Sep 2014 13:44:24 +0900 (JST)
Subject: [ruby-changes:35489] normal:r47571 (trunk): doc/NEWS-2.0.0: fix typo for default RUBY_FIBER_MACHINE_STACK_SIZE
normal 2014-09-13 13:44:08 +0900 (Sat, 13 Sep 2014) New Revision: 47571 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47571 Log: doc/NEWS-2.0.0: fix typo for default RUBY_FIBER_MACHINE_STACK_SIZE Checked against definition in vm_core.h [ci skip] Modified files: trunk/ChangeLog trunk/doc/NEWS-2.0.0 Index: doc/NEWS-2.0.0 =================================================================== --- doc/NEWS-2.0.0 (revision 47570) +++ doc/NEWS-2.0.0 (revision 47571) @@ -168,7 +168,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.0.0#L168 * 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. + creation. default: 256KB or 512KB. These variables are checked only at launched time. * added constant DEFAULT_PARAMS to get above default parameters. Index: ChangeLog =================================================================== --- ChangeLog (revision 47570) +++ ChangeLog (revision 47571) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Sep 13 13:43:07 2014 Eric Wong <e@8...> + + * doc/NEWS-2.0.0: fix typo for default RUBY_FIBER_MACHINE_STACK_SIZE + [ci skip] + Sat Sep 13 11:16:58 2014 Masaki Suketa <masaki.suketa@n...> * ext/win32ole/win32ole_event.c(ev_advise, ole_event_free, -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/