log lib/spawn.in.h @ 17463:203c036eb0c6

age author description
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Sun, 08 Jan 2012 22:31:53 +0100 Bruno Haible posix_spawn_file_actions_addopen: Work around Solaris 11 2011-11 bug.
Sun, 08 Jan 2012 22:18:30 +0100 Bruno Haible posix_spawn_file_actions_adddup2: Work around Solaris 11 2011-11 bug.
Sun, 08 Jan 2012 22:00:12 +0100 Bruno Haible posix_spawn_file_actions_addclose: Work around Solaris 11 2011-11 bug.
Thu, 05 Jan 2012 23:53:49 -0800 Paul Eggert In commentary, do not use ` to quote.
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Tue, 18 Oct 2011 20:32:42 +0200 Daniel Richard G Support for old NeXTstep 3.3 gcc.
Sun, 29 May 2011 15:44:42 +0200 Bruno Haible Allow multiple gnulib generated include files to be combined.
Sun, 14 Nov 2010 17:48:50 +0100 Bruno Haible Allow multiple gnulib generated replacements to coexist.
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Sat, 20 Nov 2010 18:54:00 +0100 Bruno Haible Port to uClibc.
Mon, 11 Oct 2010 10:49:52 -0700 Paul Eggert Indentation.
Sun, 10 Oct 2010 23:08:42 +0200 Bruno Haible Indentation.
Mon, 11 Oct 2010 10:17:12 +0200 Jim Meyering spawn.in.h: make indentation consistent with parentheses
Mon, 11 Oct 2010 15:02:01 +0700 Gary V. Vaughan Fix mismatched parens in previous commit
Sun, 10 Oct 2010 13:36:34 -0700 Paul Eggert prefer (X ? 1 : -1) when converting from boolean (1,0) to int (1,-1)
Mon, 04 Oct 2010 23:35:51 +0200 Bruno Haible Avoid line length limitation from HP NonStop system header files.
Sun, 03 Oct 2010 23:53:34 +0200 Paul Eggert Avoid some lines longer than 80 characters.
Tue, 30 Mar 2010 02:35:49 +0200 Bruno Haible Emit #pragma system_header after the inclusion guard, not before.
Thu, 25 Mar 2010 16:28:02 -0600 Eric Blake maint: use pragma consistently across replacement headers
Mon, 08 Mar 2010 01:20:12 +0100 Bruno Haible spawn: Avoid #define replacements in C++ mode.
Sun, 07 Mar 2010 16:10:57 +0100 Bruno Haible Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
Tue, 02 Mar 2010 11:55:34 +0100 Bruno Haible spawn: Don't override the system defined values on FreeBSD 8.
Wed, 16 Dec 2009 16:20:28 -0700 Eric Blake warn-on-use: use instead of link-warning
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Thu, 31 Dec 2009 23:29:51 +0100 Bruno Haible spawn: Fix incomplete fix.
Thu, 31 Dec 2009 22:54:32 +0100 Bruno Haible Avoid namespace pollution on glibc systems.
Thu, 31 Dec 2009 22:02:09 +0100 Bruno Haible spawn: Fix misapplied patch.
Wed, 30 Dec 2009 14:42:41 -0700 Eric Blake signal, spawn: use link warnings
Wed, 30 Dec 2009 11:52:31 -0700 Eric Blake spawn: improve wrapper support
Fri, 11 Dec 2009 01:15:28 +0100 Bruno Haible New module 'arg-nonnull'. Declare which arguments expect non-NULL values.
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Sat, 18 Oct 2008 02:43:18 +0200 Bruno Haible Avoid gcc warnings because of #pragma GCC system_header on older gcc.
Sun, 05 Oct 2008 13:47:45 +0200 Bruno Haible Use the system's values, rather than overriding them by ours.
Sat, 04 Oct 2008 17:39:03 +0200 Bruno Haible Avoid macro redefinition warnings.
Sun, 28 Sep 2008 13:26:56 +0200 Bruno Haible New module 'spawn'.