Use the posix_spawn or its replacement on all Unix platforms.
[gnulib.git] / lib / pipe.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-01 Bruno HaibleMake create_pipe_* safer w.r.t. file descriptor conflicts.
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-24 Bruno HaibleInclude <unistd.h> unconditionally.
2005-09-19 Paul EggertUse a consistent style for including <config.h>.
2005-05-14 Paul Eggert*** empty log message ***
2005-01-17 Bruno HaibleDeclare environ; not all systems declare it.
2004-02-03 Bruno HaibleNew module 'pipe'.