summaryrefslogtreecommitdiff
path: root/lib/wait-process.c
Commit message (Expand)AuthorAgeFilesLines
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-94/+94
* Omit an error message that the caller can do better.Bruno Haible2009-03-011-2/+2
* Remove unnecessary cast.Eric Blake2009-03-011-3/+3
* Make use of sys_wait module.Bruno Haible2008-10-191-43/+0
* Assume that waitpid() fills an 'int' status, not a 'union wait'.Bruno Haible2008-10-191-24/+9
* Add termsigp argument to execute() and wait_process().Bruno Haible2008-06-101-1/+11
* Add an assertion.Bruno Haible2008-06-101-2/+5
* Try to fix waitid() based code.Bruno Haible2008-06-101-5/+6
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* exit.h is replaced with stdlib.h.Bruno Haible2007-02-181-2/+1
* Make it compile in C++ mode.Bruno Haible2006-10-311-0/+1
* Include <config.h> unconditionally.Bruno Haible2006-09-141-4/+2
* Update copyright years.Bruno Haible2006-07-221-1/+1
* * lib/wait-process.c, lib/wait-process.h, lib/csharpcomp.c,Derek R. Price2006-04-261-3/+1
* * lib/wait-process.h (wait_subprocess): Accept a new exitsignal argument.Derek R. Price2006-04-251-1/+3
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Update from gettext.Bruno Haible2004-01-201-3/+17
* Use waitid if possible.Bruno Haible2003-11-031-4/+93
* New module 'wait-process'.Bruno Haible2003-10-201-0/+305