Use the posix_spawn or its replacement on all Unix platforms.
[gnulib.git] / lib / execute.c
2009-01-25 Bruno HaibleUse the posix_spawn or its replacement on all Unix...
2009-01-19 Eric Blakeunistd: guarantee STDIN_FILENO here, for OS/2 EMX
2008-09-29 Bruno HaiblePropagate effects of putenv/setenv/unsetenv to child...
2008-09-29 Bruno HaibleEnable use of shell scripts as executables in mingw.
2008-06-10 Bruno HaibleAdd termsigp argument to execute() and wait_process().
2008-02-24 Bruno HaibleNew module 'environ'.
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-02-18 Bruno Haibleexit.h is replaced with stdlib.h.
2007-01-30 Bruno HaibleStylistic change: Use '#if HAVE_*' instead of '#ifdef...
2007-01-14 Bruno HaibleNew module 'fchdir'.
2006-09-14 Bruno HaibleInclude <config.h> unconditionally.
2006-04-26 Derek R. Price* lib/wait-process.c, lib/wait-process.h, lib/csharpcomp.c,
2006-04-25 Derek R. Price* lib/wait-process.h (wait_subprocess): Accept a new...
2006-04-24 Bruno HaibleInclude <unistd.h> unconditionally.
2005-05-14 Paul Eggert*** empty log message ***
2005-01-17 Bruno HaibleDeclare environ; not all systems declare it.
2004-01-27 Bruno HaibleNew module 'execute'.