cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/windows-NT ChangeLog config.h config.h.in ...


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/windows-NT ChangeLog config.h config.h.in ...
Date: Mon, 26 Jun 2006 19:34:42 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Derek Robert Price <dprice>     06/06/26 19:34:41

Modified files:
        windows-NT     : ChangeLog config.h config.h.in config.h.in.in 
                         stamp-chi 

Log message:
        * config.h.in.in [POPEN_BINARY_FLAG]: Define this.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/ChangeLog?cvsroot=cvs&r1=1.366&r2=1.367
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/config.h?cvsroot=cvs&r1=1.189&r2=1.190
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/config.h.in?cvsroot=cvs&r1=1.117&r2=1.118
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/config.h.in.in?cvsroot=cvs&r1=1.49&r2=1.50
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/stamp-chi?cvsroot=cvs&r1=1.104&r2=1.105

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/ChangeLog,v
retrieving revision 1.366
retrieving revision 1.367
diff -u -b -r1.366 -r1.367
--- ChangeLog   24 Jun 2006 09:30:03 -0000      1.366
+++ ChangeLog   26 Jun 2006 19:34:38 -0000      1.367
@@ -1,3 +1,7 @@
+2006-06-26  Derek Price  <address@hidden>
+
+       * config.h.in.in [POPEN_BINARY_FLAG]: Define this.
+
 2006-06-24  Mark D. Baushke  <address@hidden>
 
        * stdint.h: Regenerated.

Index: config.h
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/config.h,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -b -r1.189 -r1.190
--- config.h    22 Jun 2006 19:04:36 -0000      1.189
+++ config.h    26 Jun 2006 19:34:40 -0000      1.190
@@ -1314,6 +1314,9 @@
 /* the number of pending output bytes on stream `fp' */
 #define PENDING_OUTPUT_N_BYTES ( fp ? fp->_ptr - fp->_base : 0 )
 
+/* Define this to an appropriate value if popen supports a binary flag. */
+#define POPEN_BINARY_FLAG "b"
+
 /* Define if you want CVS to be able to serve as a transparent proxy for write
    operations. Disabling this may produce a slight performance gain on some
    systems, at the expense of write proxy support. */

Index: config.h.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/config.h.in,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -b -r1.117 -r1.118
--- config.h.in 22 Jun 2006 19:04:36 -0000      1.117
+++ config.h.in 26 Jun 2006 19:34:40 -0000      1.118
@@ -1307,6 +1307,9 @@
 /* the number of pending output bytes on stream `fp' */
 #define PENDING_OUTPUT_N_BYTES ( fp ? fp->_ptr - fp->_base : 0 )
 
+/* Define this to an appropriate value if popen supports a binary flag. */
+#define POPEN_BINARY_FLAG "b"
+
 /* Define if you want CVS to be able to serve as a transparent proxy for write
    operations. Disabling this may produce a slight performance gain on some
    systems, at the expense of write proxy support. */

Index: config.h.in.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/config.h.in.in,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- config.h.in.in      22 Jun 2006 19:04:36 -0000      1.49
+++ config.h.in.in      26 Jun 2006 19:34:40 -0000      1.50
@@ -1287,6 +1287,9 @@
 /* the number of pending output bytes on stream `fp' */
 #define PENDING_OUTPUT_N_BYTES ( fp ? fp->_ptr - fp->_base : 0 )
 
+/* Define this to an appropriate value if popen supports a binary flag. */
+#define POPEN_BINARY_FLAG "b"
+
 /* Define if you want CVS to be able to serve as a transparent proxy for write
    operations. Disabling this may produce a slight performance gain on some
    systems, at the expense of write proxy support. */

Index: stamp-chi
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/stamp-chi,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -b -r1.104 -r1.105
--- stamp-chi   22 Jun 2006 19:04:36 -0000      1.104
+++ stamp-chi   26 Jun 2006 19:34:41 -0000      1.105
@@ -1307,6 +1307,9 @@
 /* the number of pending output bytes on stream `fp' */
 #define PENDING_OUTPUT_N_BYTES ( fp ? fp->_ptr - fp->_base : 0 )
 
+/* Define this to an appropriate value if popen supports a binary flag. */
+#define POPEN_BINARY_FLAG "b"
+
 /* Define if you want CVS to be able to serve as a transparent proxy for write
    operations. Disabling this may produce a slight performance gain on some
    systems, at the expense of write proxy support. */




reply via email to

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