maint: update copyright
[gnulib.git] / lib / pipe.c
2014-01-01 Eric Blakemaint: update copyright
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-02-10 Paul Eggertmaint: replace FSF snail-mail addresses with URLs
2012-01-07 Bruno HaibleTalk about "native Windows API", not "Woe32".
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-06-29 Eric Blakepipe, pipe2: don't corrupt fd on error
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-12-11 Bruno Haiblepipe-posix: Make it work in C++ mode.
2010-12-11 Bruno HaibleRename module 'pipe' to 'spawn-pipe'.
2010-03-20 Bruno Haiblepipe: Set errno upon failure.
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-12-05 Eric Blakepipe2-safer: new module
2009-08-22 Bruno HaibleUse module pipe2.
2009-07-20 Eric Blaketest-pipe: make a bit more robust.
2009-07-19 Bruno HaibleUnify conditionals.
2009-07-19 Bruno HaibleFix handling of closed stdin/stdout/stderr on mingw.
2009-07-17 Eric Blakepipe: be robust in face of closed fds
2009-03-06 Eric BlakeAdd casts, to avoid warnings.
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'.