log lib/wait-process.c @ 16040:b8acd8099b25

age author description
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Sun, 01 Mar 2009 18:12:43 +0100 Bruno Haible Omit an error message that the caller can do better.
Sun, 01 Mar 2009 18:01:54 +0100 Eric Blake Remove unnecessary cast.
Sun, 19 Oct 2008 23:29:38 +0200 Bruno Haible Make use of sys_wait module.
Sun, 19 Oct 2008 21:58:22 +0200 Bruno Haible Assume that waitpid() fills an 'int' status, not a 'union wait'.
Tue, 10 Jun 2008 17:38:39 +0200 Bruno Haible Add termsigp argument to execute() and wait_process().
Tue, 10 Jun 2008 13:57:21 +0200 Bruno Haible Add an assertion.
Tue, 10 Jun 2008 13:55:34 +0200 Bruno Haible Try to fix waitid() based code.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Sun, 18 Feb 2007 21:08:06 +0000 Bruno Haible exit.h is replaced with stdlib.h.
Tue, 31 Oct 2006 19:18:54 +0000 Bruno Haible Make it compile in C++ mode.
Thu, 14 Sep 2006 14:18:36 +0000 Bruno Haible Include <config.h> unconditionally.
Sat, 22 Jul 2006 16:32:15 +0000 Bruno Haible Update copyright years.
Wed, 26 Apr 2006 15:55:46 +0000 Derek R. Price * lib/wait-process.c, lib/wait-process.h, lib/csharpcomp.c,
Tue, 25 Apr 2006 20:58:26 +0000 Derek R. Price * lib/wait-process.h (wait_subprocess): Accept a new exitsignal argument.
Mon, 19 Sep 2005 17:28:14 +0000 Paul Eggert Use a consistent style for including <config.h>.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Tue, 20 Jan 2004 16:47:31 +0000 Bruno Haible Update from gettext.
Mon, 03 Nov 2003 20:47:02 +0000 Bruno Haible Use waitid if possible.
Mon, 20 Oct 2003 11:03:53 +0000 Bruno Haible New module 'wait-process'.