texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sun May 28 13:22:01 EDT 2006)


From: Karl Berry
Subject: texinfo update (Sun May 28 13:22:01 EDT 2006)
Date: Sun, 28 May 2006 13:22:03 -0400

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.593
retrieving revision 1.594
diff -u -r1.593 -r1.594
--- ChangeLog   27 May 2006 19:08:14 -0000      1.593
+++ ChangeLog   28 May 2006 17:07:49 -0000      1.594
@@ -1,3 +1,8 @@
+2006-05-28  Karl Berry  <address@hidden>
+
+       * system.h [__CYGWIN__] (NULL_DEVICE): define as /dev/null.
+       From Ralf W.
+
 2006-05-27  Karl Berry  <address@hidden>
 
        * texi2dvi (IFS): initialize, since otherwise when we save/restore
Index: lib/system.h
===================================================================
RCS file: /sources/texinfo/texinfo/lib/system.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- lib/system.h        15 May 2005 00:00:07 -0000      1.14
+++ lib/system.h        28 May 2006 17:07:49 -0000      1.15
@@ -1,8 +1,8 @@
 /* system.h: system-dependent declarations; include this first.
-   $Id: system.h,v 1.14 2005/05/15 00:00:07 karl Exp $
+   $Id: system.h,v 1.15 2006/05/28 17:07:49 karl Exp $
 
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
-   Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+   2006 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
@@ -213,6 +213,8 @@
 # ifdef __CYGWIN__
 #  define DEFAULT_TMPDIR       "/tmp/"
 #  define PATH_SEP     ":"
+#  undef NULL_DEVICE
+#  define NULL_DEVICE "/dev/null"
 # else  /* O_BINARY && !__CYGWIN__ */
 #  define DEFAULT_TMPDIR       "c:/"
 #  define PATH_SEP     ";"
P ChangeLog
P lib/system.h


reply via email to

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