summaryrefslogtreecommitdiff
path: root/lib/pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* 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
* 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
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* Talk about "native Windows API", not "Woe32".Bruno Haible2012-01-071-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* pipe, pipe2: don't corrupt fd on errorEric Blake2011-06-291-1/+10
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* pipe-posix: Make it work in C++ mode.Bruno Haible2010-12-111-0/+42
* Rename module 'pipe' to 'spawn-pipe'.Bruno Haible2010-12-111-450/+0
* pipe: Set errno upon failure.Bruno Haible2010-03-201-1/+6
* 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-120/+120
* pipe2-safer: new moduleEric Blake2009-12-051-6/+2
* Use module pipe2.Bruno Haible2009-08-221-2/+2
* test-pipe: make a bit more robust.Eric Blake2009-07-201-3/+1
* Unify conditionals.Bruno Haible2009-07-191-2/+2
* Fix handling of closed stdin/stdout/stderr on mingw.Bruno Haible2009-07-191-10/+10
* pipe: be robust in face of closed fdsEric Blake2009-07-171-5/+5
* Add casts, to avoid warnings.Eric Blake2009-03-061-2/+4
* Use the posix_spawn or its replacement on all Unix platforms.Bruno Haible2009-01-261-70/+1
* unistd: guarantee STDIN_FILENO here, for OS/2 EMXEric Blake2009-01-191-11/+1
* Propagate effects of putenv/setenv/unsetenv to child processes.Bruno Haible2008-09-291-2/+10
* Enable use of shell scripts as executables in mingw.Bruno Haible2008-09-291-1/+12
* Make create_pipe_* safer w.r.t. file descriptor conflicts.Bruno Haible2008-06-011-4/+9
* New module 'environ'.Bruno Haible2008-02-241-5/+1
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* exit.h is replaced with stdlib.h.Bruno Haible2007-02-181-1/+0
* Stylistic change: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.Bruno Haible2007-01-301-4/+4
* New module 'fchdir'.Bruno Haible2007-01-141-0/+5
* Include <config.h> unconditionally.Bruno Haible2006-09-141-3/+1
* Include <unistd.h> unconditionally.Bruno Haible2006-04-241-5/+2
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Declare environ; not all systems declare it.Bruno Haible2005-01-171-0/+4
* New module 'pipe'.Bruno Haible2004-02-031-0/+506