1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix typos

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2011-07-07 15:23:39 +00:00
parent 17bb77fd77
commit f90739e22b

View file

@ -1,6 +1,6 @@
Thu Jul 7 23:35:31 2011 Narihiro Nakamura <authornari@gmail.com>
* 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 23:35:31 2011 Narihiro Nakamura <authornari@gmail.com>
Thu Jul 7 17:55:05 2011 NAKAMURA Usaku <usa@ruby-lang.org>
* 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@ruby-lang.org>
@ -23,7 +23,7 @@ Thu Jul 7 15:44:42 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
Thu Jul 7 15:16:51 2011 NARUSE, Yui <naruse@ruby-lang.org>
* 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@ruby-lang.org>