]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Tweak.
authorBruno Haible <bruno@clisp.org>
Thu, 3 Apr 2003 15:32:16 +0000 (15:32 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:20 +0000 (12:10 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/execute.c
gettext-tools/lib/pipe-bidi.c
gettext-tools/lib/pipe-in.c
gettext-tools/lib/pipe-out.c

index 37df061e44137c79c815e14c088f37bd34386885..a49e167bb1aa16a7cf39602de192fa644d574d06 100644 (file)
@@ -1,3 +1,11 @@
+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.
index d9cbbe97b37416da6fe1f64e47a7828c4e91aa84..6754bc1ad50ed031b2aaab28ecf75a3a980f65e1 100644 (file)
 # 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
@@ -67,8 +69,6 @@
 # define STDERR_FILENO 2
 #endif
 
-#define _(str) gettext (str)
-
 
 #ifdef EINTR
 
index 31364a8d873da85b5763adda56f6350edc09e4d7..5c8b4d9711f9974bc53cbcfabbf66e26851c76ac 100644 (file)
 # 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
@@ -65,8 +67,6 @@
 # define STDERR_FILENO 2
 #endif
 
-#define _(str) gettext (str)
-
 
 #ifdef EINTR
 
index b96150e7666c467409e71c2bd8f27c66813d4179..53a791efcd53188f0a25ae2fe396b7760ca14fd5 100644 (file)
 # 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
@@ -65,8 +67,6 @@
 # define STDERR_FILENO 2
 #endif
 
-#define _(str) gettext (str)
-
 
 #ifdef EINTR
 
index 76486972c1fa6bbb70b7d5ceb4b55f333c840df5..d943b940eebe3194103803cd90a6405f0bfa800f 100644 (file)
 # 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
@@ -65,8 +67,6 @@
 # define STDERR_FILENO 2
 #endif
 
-#define _(str) gettext (str)
-
 
 #ifdef EINTR