summaryrefslogtreecommitdiff
path: root/lib/wait-process.c
Commit message (Expand)AuthorAgeFilesLines
* gnulib-common.m4: Use C2x [[maybe_unused]] when possible.Bruno Haible2021-08-221-1/+1
* fatal-signal: Remove dependency upon xalloc.Bruno Haible2021-03-221-1/+2
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* execute, spawn-pipe: Use _spawnvpe, not spawnvpe.Bruno Haible2020-08-111-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* Help making signal handlers more reliable.Bruno Haible2019-03-191-2/+2
* fatal-signal: Pass the signal number to the action.Bruno Haible2019-03-161-1/+9
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* wait-process: Adjust native Windows support.Bruno Haible2017-05-101-4/+4
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* dup, execute, fatal-signal, etc.: no 'static inline'Paul Eggert2012-11-291-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* 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