diff --git a/ChangeLog b/ChangeLog index 7aceafaa7d..29cec1d528 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Tue Mar 8 09:32:48 2011 Nobuyoshi Nakada * common.mk (configure-ext, build-ext), ext/extmk.rb (extmake): - support paralell-make under ext. + support parallel-make under ext. Tue Mar 8 09:25:23 2011 Nobuyoshi Nakada @@ -54,7 +54,7 @@ Mon Mar 7 21:31:38 2011 KOSAKI Motohiro Mon Mar 7 20:49:12 2011 KOSAKI Motohiro - * process.c (proc_getmaxgroups, proc_setmaxgroups): refrect + * process.c (proc_getmaxgroups, proc_setmaxgroups): reflect platform maxgroups limitation by default instead hardcoded 65536. Mon Mar 7 17:13:00 2011 Yukihiro Matsumoto @@ -103,7 +103,7 @@ Sun Mar 6 22:20:59 2011 Tanaka Akira Sun Mar 6 21:49:04 2011 KOSAKI Motohiro * sample/list.rb (MyElem#initialize): initialize @head - explicitely. Otherwise -W2 option makes following warning. + explicitly. Otherwise -W2 option makes following warning. "warning: instance variable @head not initialized". This issue was founded by Andrew Grimm. Thanks Andrew! [ruby-core:35435][Bug#4471] @@ -293,9 +293,9 @@ Tue Mar 1 10:34:39 2011 NARUSE, Yui Tue Mar 1 00:12:49 2011 Tajima Akio - * include/ruby/win32.h: define WIN32 if neither _WIN64 nor WIN32 + * include/ruby/win32.h: define WIN32 if neither _WIN64 nor WIN32 defined. it forces to use push/pop for pack(4) pragma. - + Mon Feb 28 23:52:13 2011 CHIKANAGA Tomoyuki * test/testunit/test_rake_integration.rb (test_with_rake_runner):