log lib/execute.c @ 17363:5a51fb7777a9

age author description
Wed, 06 Mar 2013 23:23:07 +0100 Bruno Haible execute: Revert last change, but use a different condition.
Tue, 05 Mar 2013 12:46:20 -0700 Eric Blake execute: drop dead code
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Tue, 20 Nov 2012 22:25:09 -0800 Paul Eggert dup, execute, fatal-signal, etc.: no 'static inline'
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
Thu, 19 May 2011 22:18:05 +0200 Jim Meyering maint: correct misuse of "a" and "an"
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
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.
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, 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.
Tue, 10 Jun 2008 17:38:39 +0200 Bruno Haible Add termsigp argument to execute() and wait_process().
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.
Wed, 26 Apr 2006 15:55:46 +0000 Derek R. Price * lib/wait-process.c, lib/wait-process.h, lib/csharpcomp.c,
Tue, 25 Apr 2006 20:58:26 +0000 Derek R. Price * lib/wait-process.h (wait_subprocess): Accept a new exitsignal argument.
Mon, 24 Apr 2006 11:38:06 +0000 Bruno Haible Include <unistd.h> unconditionally.
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, 27 Jan 2004 11:10:45 +0000 Bruno Haible New module 'execute'.