ruby-changes:26459
From: kazu <ko1@a...>
Date: Fri, 21 Dec 2012 00:32:48 +0900 (JST)
Subject: [ruby-changes:26459] kazu:r38510 (trunk): fix typos and tabify
kazu 2012-12-21 00:32:39 +0900 (Fri, 21 Dec 2012) New Revision: 38510 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38510 Log: fix typos and tabify Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 38509) +++ ChangeLog (revision 38510) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 Thu Dec 20 20:58:25 2012 Masaya Tarui <tarui@r...> - * vm_trace.c (rb_suppress_tracing): bugfix for vm->trace_running + * vm_trace.c (rb_suppress_tracing): bugfix for vm->trace_running counter. And if tracing is already true, vm_trace_running ops is skipped to control overflow. @@ -39,7 +39,7 @@ Thu Dec 20 16:40:13 2012 NAKAMURA Usaku https://github.com/ruby/ruby/blob/trunk/ChangeLog#L39 * gc.c (nonspecial_obj_id): VALUE is not compatible with Fixnum on LLP64 platform, such as 64bit Windows. - reporeted by Heesob Park at [ruby-core:50255] [Bug #7454], and the + reported by Heesob Park at [ruby-core:50255] [Bug #7454], and the fix is suggested by akr. Thu Dec 20 16:39:04 2012 Martin Bosslet <Martin.Bosslet@g...> @@ -116,7 +116,7 @@ Thu Dec 20 10:23:12 2012 Martin Bosslet https://github.com/ruby/ruby/blob/trunk/ChangeLog#L116 Thu Dec 20 06:59:52 2012 Koichi Sasada <ko1@a...> * vm.c: support variable VM/Machine stack sizes. - Specified by the following environment variaables: + Specified by the following environment variables: - 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 @@ -137,7 +137,7 @@ Thu Dec 20 06:59:52 2012 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L137 (2) You can not make many (thousands) Fibers because of lack of address space (on 32bit CPU). If (2) bothers you, - (a) Use 64bit CPU with big memory, or + (a) Use 64bit CPU with big memory, or (b) Specify RUBY_FIBER_(VM|MACHINE)_STACK_SIZE correctly. You need to choose correct stack size carefully. These values are completely rely on systems (OS/compiler and so on). -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/