From 4cc9a707382d91a10a28408fa46438da02f7179e Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 23 Dec 2004 14:36:53 +0000 Subject: * process.c (proc_setgroups): check if the argument lenght is modified. fixed: [ruby-dev:25285] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f263485ba..886bfa110 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 23 23:36:28 2004 Nobuyoshi Nakada + + * process.c (proc_setgroups): check if the argument lenght is + modified. fixed: [ruby-dev:25285] + Thu Dec 23 13:13:33 2004 Hidetoshi NAGAI * ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and -- cgit