ruby-changes:20391
From: kazu <ko1@a...>
Date: Fri, 8 Jul 2011 00:23:52 +0900 (JST)
Subject: [ruby-changes:20391] kazu:r32439 (trunk): fix typos
kazu 2011-07-08 00:23:39 +0900 (Fri, 08 Jul 2011) New Revision: 32439 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32439 Log: fix typos Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 32438) +++ ChangeLog (revision 32439) @@ -1,6 +1,6 @@ Thu Jul 7 23:35:31 2011 Narihiro Nakamura <authornari@g...> - * gc.c: change water_mark value value that may call + * gc.c: change water_mark value that may call gc_mark(lev <= GC_LEVEL_MAX) in gc_mark(). In ruby_stack_check(), water_mark is a value that may call some C function. Fixes Bug #3781 @@ -11,7 +11,7 @@ Thu Jul 7 17:55:05 2011 NAKAMURA Usaku <usa@r...> * test/testunit/test_parallel.rb (TestParallelWorker#teardown): wait - the child process even if the communition pipe is broken. + the child process even if the communication pipe is broken. Thu Jul 7 15:44:42 2011 Nobuyoshi Nakada <nobu@r...> @@ -23,7 +23,7 @@ Thu Jul 7 15:16:51 2011 NARUSE, Yui <naruse@r...> - * numeric.c (rb_num2ull): use own switch sentense. + * numeric.c (rb_num2ull): use own switch sentence. Current implementation can't convert 18446744073709551615. Thu Jul 7 06:56:15 2011 NARUSE, Yui <naruse@r...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/