texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo ChangeLog system.h


From: Karl Berry
Subject: texinfo ChangeLog system.h
Date: Sun, 29 Mar 2009 00:34:20 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       09/03/29 00:34:20

Modified files:
        .              : ChangeLog system.h 

Log message:
        PIPE_USE_FORK for Cygwin, from Christopher Faylor

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.990&r2=1.991
http://cvs.savannah.gnu.org/viewcvs/texinfo/system.h?cvsroot=texinfo&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.990
retrieving revision 1.991
diff -u -b -r1.990 -r1.991
--- ChangeLog   26 Mar 2009 00:26:30 -0000      1.990
+++ ChangeLog   29 Mar 2009 00:34:19 -0000      1.991
@@ -1,3 +1,8 @@
+2009-03-27  Christopher Faylor  <address@hidden>  (tiny change)
+
+       * system.h: Avoid erroneously redefining PIPE_USE_FORK when compiling
+       for Cygwin.
+
 2009-03-25  Arni Magnusson  <address@hidden>
 
        * doc/txi-is.tex: use \'{\dotless{i}} and bls.{}.

Index: system.h
===================================================================
RCS file: /sources/texinfo/texinfo/system.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- system.h    26 Jul 2008 17:13:26 -0000      1.10
+++ system.h    29 Mar 2009 00:34:19 -0000      1.11
@@ -1,8 +1,8 @@
 /* system.h: system-dependent declarations; include this first.
-   $Id: system.h,v 1.10 2008/07/26 17:13:26 karl Exp $
+   $Id: system.h,v 1.11 2009/03/29 00:34:19 karl Exp $
 
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+   2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -187,6 +187,7 @@
 #  define DEFAULT_TMPDIR       "c:/"
 #  define PATH_SEP     ";"
 #  define STRIP_DOT_EXE        1
+#  define PIPE_USE_FORK        0
 # endif /* O_BINARY && !__CYGWIN__ */
   /* Back to any O_BINARY system.  */
 # define FILENAME_CMP  mbscasecmp
@@ -196,7 +197,6 @@
 # define HAVE_DRIVE(n) ((n)[0] && (n)[1] == ':')
 # define IS_SLASH(c)   ((c) == '/' || (c) == '\\')
 # define IS_ABSOLUTE(n)        (IS_SLASH((n)[0]) || HAVE_DRIVE(n))
-# define PIPE_USE_FORK 0
 # define SET_BINARY(f)  do {if (!isatty(f)) setmode(f,O_BINARY);} while(0)
 
 #else  /* not O_BINARY, i.e., Unix */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]