summaryrefslogtreecommitdiff
path: root/lib/spawn-pipe.c
Commit message (Expand)AuthorAgeFilesLines
* free-posix: use more often in other modulesPaul Eggert2021-03-251-2/+1
* spawn-pipe: Fix SIGSEGV on OS/2 kLIBC.KO Myung-Hun2021-01-191-1/+1
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* spawn-pipe: Use posix_spawn by default on native Windows.Bruno Haible2020-12-251-5/+26
* Don't execute scripts without '#!' marker through /bin/sh.Bruno Haible2020-12-241-0/+4
* findprog-in: Allow overriding the current directory.Bruno Haible2020-12-141-1/+1
* spawn-pipe: Fix hanging processes on Windows (regression 2020-11-30).Bruno Haible2020-12-131-6/+20
* sh-quote, execute, spawn-pipe, etc.: Make better use of 'const'.Bruno Haible2020-12-121-22/+23
* execute, spawn-pipe: Fix memory leak on native Windows.Bruno Haible2020-12-111-7/+10
* spawn-pipe: Allow caller to specify directory for the subprocess.Bruno Haible2020-12-021-19/+95
* execute, spawn-pipe: Make multithread-safe on native Windows.Bruno Haible2020-11-301-13/+109
* spawn-pipe: Fix build on OS/2 kLIBC (regression 2020-11-28).Bruno Haible2020-11-291-1/+7
* windows-spawn: New module.Bruno Haible2020-11-281-1/+1
* execute, spawn-pipe: Use _spawnvpe, not spawnvpe.Bruno Haible2020-08-111-7/+7
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* execute, spawn-pipe: Avoid warning about redefining 'close'.Bruno Haible2018-05-121-0/+1
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-5/+3
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* spawn-pipe: Silence a clang warning.Bruno Haible2017-12-151-0/+5
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* pipe_filter_ii_execute: port to OS/2 kLIBCKO Myung-Hun2016-01-141-2/+4
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* fchdir: port 'open' and 'close' redefinitions to AIX 7.1Paul Eggert2014-05-221-5/+0
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* dup, execute, fatal-signal, etc.: no 'static inline'Paul Eggert2012-11-291-4/+6
* Talk about "native Windows API", not "Woe32".Bruno Haible2012-01-071-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: correct misuse of "a" and "an"Jim Meyering2011-05-201-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Rename module 'pipe' to 'spawn-pipe'.Bruno Haible2010-12-111-0/+450