summaryrefslogtreecommitdiff
path: root/lib/execute.c
Commit message (Expand)AuthorAgeFilesLines
* 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-67/+67
* Unify conditionals.Bruno Haible2009-07-191-2/+2
* Fix handling of closed stdin/stdout/stderr on mingw.Bruno Haible2009-07-191-6/+6
* 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-54/+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
* Add termsigp argument to execute() and wait_process().Bruno Haible2008-06-101-2/+10
* 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
* * lib/wait-process.c, lib/wait-process.h, lib/csharpcomp.c,Derek R. Price2006-04-261-1/+1
* * lib/wait-process.h (wait_subprocess): Accept a new exitsignal argument.Derek R. Price2006-04-251-1/+1
* Include <unistd.h> unconditionally.Bruno Haible2006-04-241-5/+2
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Declare environ; not all systems declare it.Bruno Haible2005-01-171-1/+5
* New module 'execute'.Bruno Haible2004-01-271-0/+314