| Commit message (Expand) | Author | Age | Files | Lines |
* | free-posix: use more often in other modules | Paul Eggert | 2021-03-25 | 1 | -2/+1 |
* | maint: run 'make update-copyright' | Paul Eggert | 2020-12-31 | 1 | -1/+1 |
* | execute: Use posix_spawn by default on native Windows. | Bruno Haible | 2020-12-25 | 1 | -3/+18 |
* | execute: Treat signalled processes like wait-process does. | Bruno Haible | 2020-12-24 | 1 | -0/+13 |
* | Don't execute scripts without '#!' marker through /bin/sh. | Bruno Haible | 2020-12-24 | 1 | -0/+2 |
* | findprog-in: Allow overriding the current directory. | Bruno Haible | 2020-12-14 | 1 | -1/+1 |
* | sh-quote, execute, spawn-pipe, etc.: Make better use of 'const'. | Bruno Haible | 2020-12-12 | 1 | -16/+16 |
* | execute, spawn-pipe: Fix memory leak on native Windows. | Bruno Haible | 2020-12-11 | 1 | -5/+10 |
* | execute: Allow caller to specify directory for the subprocess. | Bruno Haible | 2020-12-02 | 1 | -17/+81 |
* | execute: Fix uninitialized use of errno. | Bruno Haible | 2020-12-01 | 1 | -1/+5 |
* | execute, spawn-pipe: Make multithread-safe on native Windows. | Bruno Haible | 2020-11-30 | 1 | -57/+31 |
* | windows-spawn: New module. | Bruno Haible | 2020-11-28 | 1 | -1/+1 |
* | execute, spawn-pipe: Use _spawnvpe, not spawnvpe. | Bruno Haible | 2020-08-11 | 1 | -6/+6 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2019-12-31 | 1 | -1/+1 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | execute, spawn-pipe: Avoid warning about redefining 'close'. | Bruno Haible | 2018-05-12 | 1 | -0/+1 |
* | Simplify code. Drop support for Borland C++ on Windows. | Bruno Haible | 2018-05-03 | 1 | -3/+3 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | all: prefer https: URLs | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | version-etc: new year | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
* | version-etc: new year | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | version-etc: new year | Paul Eggert | 2014-12-31 | 1 | -1/+1 |
* | fchdir: port 'open' and 'close' redefinitions to AIX 7.1 | Paul Eggert | 2014-05-22 | 1 | -5/+0 |
* | maint: update copyright | Eric Blake | 2014-01-01 | 1 | -1/+1 |
* | execute: Revert last change, but use a different condition. | Bruno Haible | 2013-03-06 | 1 | -0/+36 |
* | execute: drop dead code | Eric Blake | 2013-03-05 | 1 | -36/+0 |
* | maint: update all copyright year number ranges | Eric Blake | 2013-01-01 | 1 | -1/+1 |
* | dup, execute, fatal-signal, etc.: no 'static inline' | Paul Eggert | 2012-11-29 | 1 | -2/+2 |
* | Talk about "native Windows API", not "Woe32". | Bruno Haible | 2012-01-07 | 1 | -2/+2 |
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
* | maint: correct misuse of "a" and "an" | Jim Meyering | 2011-05-20 | 1 | -1/+1 |
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
* | Use spaces for indentation, not tabs. | Bruno Haible | 2009-12-10 | 1 | -67/+67 |
* | Unify conditionals. | Bruno Haible | 2009-07-19 | 1 | -2/+2 |
* | Fix handling of closed stdin/stdout/stderr on mingw. | Bruno Haible | 2009-07-19 | 1 | -6/+6 |
* | Add casts, to avoid warnings. | Eric Blake | 2009-03-06 | 1 | -2/+4 |
* | Use the posix_spawn or its replacement on all Unix platforms. | Bruno Haible | 2009-01-26 | 1 | -54/+1 |
* | unistd: guarantee STDIN_FILENO here, for OS/2 EMX | Eric Blake | 2009-01-19 | 1 | -11/+1 |
* | Propagate effects of putenv/setenv/unsetenv to child processes. | Bruno Haible | 2008-09-29 | 1 | -2/+10 |
* | Enable use of shell scripts as executables in mingw. | Bruno Haible | 2008-09-29 | 1 | -1/+12 |
* | Add termsigp argument to execute() and wait_process(). | Bruno Haible | 2008-06-10 | 1 | -2/+10 |
* | New module 'environ'. | Bruno Haible | 2008-02-24 | 1 | -5/+1 |
* | Change copyright notice from GPLv2+ to GPLv3+. | Bruno Haible | 2007-10-07 | 1 | -5/+4 |
* | exit.h is replaced with stdlib.h. | Bruno Haible | 2007-02-18 | 1 | -1/+0 |
* | Stylistic change: Use '#if HAVE_*' instead of '#ifdef HAVE_*'. | Bruno Haible | 2007-01-30 | 1 | -4/+4 |
* | New module 'fchdir'. | Bruno Haible | 2007-01-14 | 1 | -0/+5 |
* | Include <config.h> unconditionally. | Bruno Haible | 2006-09-14 | 1 | -3/+1 |
* | * lib/wait-process.c, lib/wait-process.h, lib/csharpcomp.c, | Derek R. Price | 2006-04-26 | 1 | -1/+1 |
* | * lib/wait-process.h (wait_subprocess): Accept a new exitsignal argument. | Derek R. Price | 2006-04-25 | 1 | -1/+1 |