log lib/pipe.c @ 17460:d11431703671

age author description
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Thu, 09 Feb 2012 21:39:05 -0800 Paul Eggert maint: replace FSF snail-mail addresses with URLs
Sat, 07 Jan 2012 04:22:05 +0100 Bruno Haible Talk about "native Windows API", not "Woe32".
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Wed, 29 Jun 2011 15:46:50 -0600 Eric Blake pipe, pipe2: don't corrupt fd on error
Mon, 31 Jan 2011 16:15:14 -0800 Bruce Korb merge from master
Tue, 14 Dec 2010 11:49:02 -0800 Bruce Korb hand merged
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Sat, 11 Dec 2010 03:03:05 +0100 Bruno Haible pipe-posix: Make it work in C++ mode.
Sat, 20 Mar 2010 17:20:29 +0100 Bruno Haible pipe: Set errno upon failure.
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Sat, 05 Dec 2009 06:39:09 -0700 Eric Blake pipe2-safer: new module
Sat, 22 Aug 2009 18:58:09 +0200 Bruno Haible Use module pipe2.
Mon, 20 Jul 2009 06:41:01 -0600 Eric Blake test-pipe: make a bit more robust.
Sun, 19 Jul 2009 13:13:43 +0200 Bruno Haible Unify conditionals.
Sun, 19 Jul 2009 12:45:28 +0200 Bruno Haible Fix handling of closed stdin/stdout/stderr on mingw.
Fri, 17 Jul 2009 12:00:07 -0600 Eric Blake pipe: be robust in face of closed fds
Fri, 06 Mar 2009 14:29:53 +0100 Eric Blake Add casts, to avoid warnings.
Mon, 26 Jan 2009 00:12:36 +0100 Bruno Haible Use the posix_spawn or its replacement on all Unix platforms.
Mon, 19 Jan 2009 09:27:47 -0700 Eric Blake unistd: guarantee STDIN_FILENO here, for OS/2 EMX
Mon, 29 Sep 2008 15:25:12 +0200 Bruno Haible Propagate effects of putenv/setenv/unsetenv to child processes.
Mon, 29 Sep 2008 15:13:25 +0200 Bruno Haible Enable use of shell scripts as executables in mingw.
Sun, 01 Jun 2008 11:57:27 +0200 Bruno Haible Make create_pipe_* safer w.r.t. file descriptor conflicts.
Sun, 24 Feb 2008 16:40:15 +0100 Bruno Haible New module 'environ'.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Sun, 18 Feb 2007 21:08:06 +0000 Bruno Haible exit.h is replaced with stdlib.h.
Tue, 30 Jan 2007 01:07:22 +0000 Bruno Haible Stylistic change: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
Sun, 14 Jan 2007 11:32:10 +0000 Bruno Haible New module 'fchdir'.
Thu, 14 Sep 2006 14:18:36 +0000 Bruno Haible Include <config.h> unconditionally.
Mon, 24 Apr 2006 11:38:06 +0000 Bruno Haible Include <unistd.h> unconditionally.
Mon, 19 Sep 2005 17:28:14 +0000 Paul Eggert Use a consistent style for including <config.h>.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Mon, 17 Jan 2005 12:55:00 +0000 Bruno Haible Declare environ; not all systems declare it.
Tue, 03 Feb 2004 21:48:51 +0000 Bruno Haible New module 'pipe'.