summaryrefslogtreecommitdiff
path: root/lib/spawn.in.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-43/+43
* Avoid gcc warnings because of #pragma GCC system_header on older gcc.Bruno Haible2008-10-181-0/+2
* Use the system's values, rather than overriding them by ours.Bruno Haible2008-10-051-15/+26
* Avoid macro redefinition warnings.Bruno Haible2008-10-041-0/+7
* New module 'spawn'.Bruno Haible2008-09-281-0/+377