From 60e2bb3d8a0381799aa07a2f90b04dca96f48c6f Mon Sep 17 00:00:00 2001 From: ocean Date: Wed, 31 Aug 2005 01:40:56 +0000 Subject: * process.c (proc_detach, proc_setmaxgroups): missing argument type declaration. (I recomment ANSI-style function) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1b0d37f0e..dcf26bb33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 31 10:36:09 2005 Hirokazu Yamamoto + + * process.c (proc_detach, proc_setmaxgroups): missing argument type + declaration. (I recomment ANSI-style function) + Wed Aug 31 06:59:01 2005 Nobuyoshi Nakada * string.c (rb_str_scan): already String#scan behaves differently @@ -16,7 +21,7 @@ Tue Aug 30 23:25:45 2005 NAKAMURA, Hiroshi Tue Aug 30 23:20:19 2005 Nobuyoshi Nakada - * eval.c (rb_rescue2): intialization miss. fixed: [ruby-dev:26917] + * eval.c (rb_rescue2): initialization miss. fixed: [ruby-dev:26917] * lib/mkmf.rb (xsystem, xpopen): no longer expand by Config. -- cgit