+2003-04-03 Bruno Haible <bruno@clisp.org>
+
+ * w32spawn.h (dup_noinherit): Signal an error instead of returning -1.
+ * execute.c: Reorder includes.
+ * pipe-bidi.c: Likewise.
+ * pipe-in.c: Likewise.
+ * pipe-out.c: Likewise.
+
2003-04-02 Bruno Haible <bruno@clisp.org>
* binary-io.h: Cosmetics. Suggested by Jim Meyering.
# include <unistd.h>
#endif
+#include "error.h"
+#include "exit.h"
+#include "wait-process.h"
+#include "gettext.h"
+
+#define _(str) gettext (str)
+
#if defined _MSC_VER || defined __MINGW32__
/* Native Woe32 API. */
#endif
-#include "error.h"
-#include "exit.h"
-#include "wait-process.h"
-#include "gettext.h"
-
#ifndef STDIN_FILENO
# define STDIN_FILENO 0
#endif
# define STDERR_FILENO 2
#endif
-#define _(str) gettext (str)
-
#ifdef EINTR
# include <unistd.h>
#endif
+#include "error.h"
+#include "exit.h"
+#include "gettext.h"
+
+#define _(str) gettext (str)
+
#if defined _MSC_VER || defined __MINGW32__
/* Native Woe32 API. */
#endif
-#include "error.h"
-#include "exit.h"
-#include "gettext.h"
-
#ifndef STDIN_FILENO
# define STDIN_FILENO 0
#endif
# define STDERR_FILENO 2
#endif
-#define _(str) gettext (str)
-
#ifdef EINTR
# include <unistd.h>
#endif
+#include "error.h"
+#include "exit.h"
+#include "gettext.h"
+
+#define _(str) gettext (str)
+
#if defined _MSC_VER || defined __MINGW32__
/* Native Woe32 API. */
#endif
-#include "error.h"
-#include "exit.h"
-#include "gettext.h"
-
#ifndef STDIN_FILENO
# define STDIN_FILENO 0
#endif
# define STDERR_FILENO 2
#endif
-#define _(str) gettext (str)
-
#ifdef EINTR
# include <unistd.h>
#endif
+#include "error.h"
+#include "exit.h"
+#include "gettext.h"
+
+#define _(str) gettext (str)
+
#if defined _MSC_VER || defined __MINGW32__
/* Native Woe32 API. */
#endif
-#include "error.h"
-#include "exit.h"
-#include "gettext.h"
-
#ifndef STDIN_FILENO
# define STDIN_FILENO 0
#endif
# define STDERR_FILENO 2
#endif
-#define _(str) gettext (str)
-
#ifdef EINTR