summaryrefslogtreecommitdiff
path: root/modules/execute
Commit message (Expand)AuthorAgeFilesLines
* free-posix: use more often in other modulesPaul Eggert2021-03-251-0/+1
* execute: Treat signalled processes like wait-process does.Bruno Haible2020-12-241-0/+1
* execute, spawn-pipe: Fix memory leak on native Windows.Bruno Haible2020-12-111-0/+1
* execute: Allow caller to specify directory for the subprocess.Bruno Haible2020-12-021-0/+5
* execute, spawn-pipe: Make multithread-safe on native Windows.Bruno Haible2020-11-301-2/+3
* windows-spawn: New module.Bruno Haible2020-11-281-6/+2
* Fix missing module dependencies to 'xalloc' (regression 2020-10-19).Bruno Haible2020-11-231-0/+1
* Fix link errors on AIX.Bruno Haible2020-11-171-0/+3
* Bruno Haible has stepped down as maintainer.Paul Eggert2014-07-051-1/+1
* New module 'msvc-nothrow'. Makes _get_osfhandle safe on MSVC 9.Bruno Haible2011-09-231-0/+1
* exit: drop remaining clientsEric Blake2011-05-021-1/+1
* cloexec: add dup_cloexecEric Blake2009-12-051-0/+1
* dup2: work around mingw and cygwin 1.5 bugEric Blake2009-07-211-0/+1
* Use the posix_spawn or its replacement on all Unix platforms.Bruno Haible2009-01-261-1/+9
* Avoid the broken posix_spawn function on AIX 5.3 and 6.1.Bruno Haible2008-10-021-0/+1
* New module 'environ'.Bruno Haible2008-02-241-0/+1
* Include <unistd.h> unconditionally.Bruno Haible2006-04-241-0/+1
* Support programs like Emacs that use gnulib but not gettext.Paul Eggert2005-07-061-2/+1
* Add a license tag to every module.Bruno Haible2004-09-221-0/+3
* New module 'execute'.Bruno Haible2004-01-271-0/+30