cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs ChangeLog HACKING


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs ChangeLog HACKING
Date: Tue, 28 Aug 2007 20:24:35 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Derek Robert Price <dprice>     07/08/28 20:24:35

Modified files:
        .              : ChangeLog HACKING 

Log message:
        * HACKING: Correct some statements about GNULIB's <string.h> &
        <stdlib.h>.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/ChangeLog?cvsroot=cvs&r1=1.1360&r2=1.1361
http://cvs.savannah.gnu.org/viewcvs/ccvs/HACKING?cvsroot=cvs&r1=1.53&r2=1.54

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/ChangeLog,v
retrieving revision 1.1360
retrieving revision 1.1361
diff -u -b -r1.1360 -r1.1361
--- ChangeLog   27 Aug 2007 02:13:21 -0000      1.1360
+++ ChangeLog   28 Aug 2007 20:24:35 -0000      1.1361
@@ -1,3 +1,8 @@
+2007-08-28  Derek Price  <address@hidden>
+
+       * HACKING: Correct some statements about GNULIB's <string.h> &
+       <stdlib.h>.
+
 2007-08-26  Derek Price  <address@hidden>
 
        * configure.in: Don't call gettext macros - let GNULIB handle it.

Index: HACKING
===================================================================
RCS file: /cvsroot/cvs/ccvs/HACKING,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- HACKING     21 Aug 2007 18:42:50 -0000      1.53
+++ HACKING     28 Aug 2007 20:24:35 -0000      1.54
@@ -242,10 +242,9 @@
 When the system does not lack these headers, they can sometimes not be
 standards compatible, but GCC provides a script, `fixincludes', for the purpose
 of fixing ANSI conformance problems and we think we can rely on asking users to
-either use GCC or run this script to fix conformance problems manually.  A
-GNULIB developer has made a statement that if this turns out to be a problem,
-GNULIB <stdlib.h> and <string.h> substitutes could be included in GNULIB, so if
-we discover the problem, this should be discussed on <address@hidden>.
+either use GCC or run this script to fix conformance problems manually.
+GNULIB also recently began providing wrappers for these headers, which should
+work around some deficiencies.
 
 Substitute C99 <stdbool.h> & <stdint.h> headers are included from GNULIB for
 platforms that lack one or both of these headers.  The




reply via email to

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