summaryrefslogtreecommitdiff
path: root/lib/spawni.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* free-posix: use more often in other modulesPaul Eggert2021-03-251-9/+4
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* posix_spawn-internal: Implement for native Windows.Bruno Haible2020-12-241-5/+626
* Don't execute scripts without '#!' marker through /bin/sh.Bruno Haible2020-12-241-39/+0
* posix_spawn[p]: Fix compilation error on Windows (regr. 2020-12-14).Bruno Haible2020-12-241-2/+2
* posix_spawn-internal: Make better use of 'const'.Bruno Haible2020-12-141-9/+11
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* posix_spawn_file_actions_addfchdir: New module.Bruno Haible2019-06-101-0/+6
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* sh-filename: New module.Bruno Haible2018-10-051-1/+1
* posix_spawn_file_actions_addchdir: New module.Bruno Haible2018-09-071-0/+6
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* Talk about "native Windows API", not "Woe32".Bruno Haible2012-01-071-1/+1
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-8/+8
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* 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-98/+98
* Unify conditionals.Bruno Haible2009-07-191-1/+1
* Avoid errors from posix_spawn on platforms where it is not yet ported to.Bruno Haible2009-03-061-1/+19
* Fix a serious gcc warning.Bruno Haible2008-11-101-0/+4
* New module 'posix_spawn-internal'.Bruno Haible2008-09-281-0/+352