summaryrefslogtreecommitdiff
path: root/lib/spawn.in.h
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* spawn: Use special invocation for <spawn.h> on OS/2 kLIBC.KO Myung-Hun2021-01-191-2/+20
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* Use __restrict also on clang.Bruno Haible2020-08-121-5/+12
* glob, spawn: Use improved '_Restrict_' definition.Bruno Haible2020-02-231-11/+11
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* Fix compilation errors in C++ mode on Haiku.Bruno Haible2019-12-091-0/+8
* Fix errors in C++ mode on mingw.Bruno Haible2019-11-241-0/+6
* posix_spawn_file_actions_addfchdir: New module.Bruno Haible2019-06-101-0/+35
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* posix_spawn_file_actions_addchdir: New module.Bruno Haible2018-09-071-0/+35
* posix_spawn: Fix compilation error on Android.Bruno Haible2018-05-141-4/+4
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* Port to PGI 16.10 x86-64Paul Eggert2017-01-301-1/+3
* 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
* posix_spawn_file_actions_addopen: Work around Solaris 11 2011-11 bug.Bruno Haible2012-01-081-1/+1
* posix_spawn_file_actions_adddup2: Work around Solaris 11 2011-11 bug.Bruno Haible2012-01-081-1/+1
* posix_spawn_file_actions_addclose: Work around Solaris 11 2011-11 bug.Bruno Haible2012-01-081-1/+1
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-7/+7
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* Support for old NeXTstep 3.3 gcc.Daniel Richard G2011-10-191-1/+1
* Allow multiple gnulib generated include files to be combined.Bruno Haible2011-05-291-5/+5
* Allow multiple gnulib generated replacements to coexist.Bruno Haible2011-02-071-0/+9
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Port to uClibc.Bruno Haible2010-11-201-1/+1
* Indentation.Paul Eggert2010-10-111-1/+2
* Indentation.Bruno Haible2010-10-111-5/+5
* spawn.in.h: make indentation consistent with parenthesesJim Meyering2010-10-111-3/+3
* Fix mismatched parens in previous commitGary V. Vaughan2010-10-111-1/+1
* prefer (X ? 1 : -1) when converting from boolean (1,0) to int (1,-1)Paul Eggert2010-10-101-2/+3
* Avoid line length limitation from HP NonStop system header files.Bruno Haible2010-10-041-0/+1
* Avoid some lines longer than 80 characters.Paul Eggert2010-10-031-18/+36
* Emit #pragma system_header after the inclusion guard, not before.Bruno Haible2010-03-301-2/+2
* maint: use pragma consistently across replacement headersEric Blake2010-03-251-2/+2
* spawn: Avoid #define replacements in C++ mode.Bruno Haible2010-03-081-159/+450
* Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.Bruno Haible2010-03-071-11/+21
* spawn: Don't override the system defined values on FreeBSD 8.Bruno Haible2010-03-021-9/+11
* warn-on-use: use instead of link-warningEric Blake2010-01-201-86/+86
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* spawn: Fix incomplete fix.Bruno Haible2009-12-311-4/+4
* Avoid namespace pollution on glibc systems.Bruno Haible2009-12-311-2/+7
* spawn: Fix misapplied patch.Bruno Haible2009-12-311-12/+18
* signal, spawn: use link warningsEric Blake2009-12-311-0/+120
* spawn: improve wrapper supportEric Blake2009-12-311-0/+4
* New module 'arg-nonnull'. Declare which arguments expect non-NULL values.Bruno Haible2009-12-111-22/+38