cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs ChangeLog config.h.in configure configure.in


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs ChangeLog config.h.in configure configure.in
Date: Mon, 26 Jun 2006 19:41:54 +0000

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

Modified files:
        .              : ChangeLog config.h.in configure configure.in 

Log message:
        * configure.in: Define POPEN_BINARY_FLAG.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/ChangeLog?cvsroot=cvs&r1=1.1319&r2=1.1320
http://cvs.savannah.gnu.org/viewcvs/ccvs/config.h.in?cvsroot=cvs&r1=1.203&r2=1.204
http://cvs.savannah.gnu.org/viewcvs/ccvs/configure?cvsroot=cvs&r1=1.457&r2=1.458
http://cvs.savannah.gnu.org/viewcvs/ccvs/configure.in?cvsroot=cvs&r1=1.369&r2=1.370

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/ChangeLog,v
retrieving revision 1.1319
retrieving revision 1.1320
diff -u -b -r1.1319 -r1.1320
--- ChangeLog   24 Jun 2006 03:06:00 -0000      1.1319
+++ ChangeLog   26 Jun 2006 19:41:52 -0000      1.1320
@@ -1,3 +1,7 @@
+2006-06-26  Derek Price  <address@hidden>
+
+       * configure.in: Define POPEN_BINARY_FLAG.
+
 2006-06-24  Jim Hyslop <address@hidden>
 
        * NEWS: Added note about bug fix to test for invalid characters in

Index: config.h.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/config.h.in,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -b -r1.203 -r1.204
--- config.h.in 22 Jun 2006 19:04:35 -0000      1.203
+++ config.h.in 26 Jun 2006 19:41:52 -0000      1.204
@@ -1292,6 +1292,9 @@
 /* the number of pending output bytes on stream `fp' */
 #undef PENDING_OUTPUT_N_BYTES
 
+/* Define this to an appropriate value if popen supports a binary flag. */
+#undef POPEN_BINARY_FLAG
+
 /* 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: configure
===================================================================
RCS file: /cvsroot/cvs/ccvs/configure,v
retrieving revision 1.457
retrieving revision 1.458
diff -u -b -r1.457 -r1.458
--- configure   23 Jun 2006 16:23:02 -0000      1.457
+++ configure   26 Jun 2006 19:41:52 -0000      1.458
@@ -8123,6 +8123,17 @@
 
 
 #
+# This gets defined on Windows.  It's possible it would also be useful on VMS
+# and any other platforms with odd EOL representations.  For now just assume
+# it isn't necessary, but it can be autodetected if it ever needs to be.
+#
+
+cat >>confdefs.h <<\_ACEOF
+#define POPEN_BINARY_FLAG
+_ACEOF
+
+
+#
 # Begin GNULIB stuff.
 #
 

Index: configure.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/configure.in,v
retrieving revision 1.369
retrieving revision 1.370
diff -u -b -r1.369 -r1.370
--- configure.in        8 Jun 2006 21:06:12 -0000       1.369
+++ configure.in        26 Jun 2006 19:41:53 -0000      1.370
@@ -243,6 +243,14 @@
 ccvs_FUNC_SELECT
 
 #
+# This gets defined on Windows.  It's possible it would also be useful on VMS
+# and any other platforms with odd EOL representations.  For now just assume
+# it isn't necessary, but it can be autodetected if it ever needs to be.
+#
+AC_DEFINE([POPEN_BINARY_FLAG], [],
+[Define this to an appropriate value if popen supports a binary flag.])
+
+#
 # Begin GNULIB stuff.
 #
 




reply via email to

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