This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch to c99status.html for 3.2


This patch makes the c99status.html files note that the 3.1 status also
applies for 3.2 (rather than creating a separate file for 3.2 and changing
the manual to link to that after 3.2 is branched).  Applied.

Index: c99status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/c99status.html,v
retrieving revision 1.32
diff -u -r1.32 c99status.html
--- c99status.html	27 May 2002 05:51:31 -0000	1.32
+++ c99status.html	21 Jul 2002 20:39:14 -0000
@@ -19,7 +19,7 @@
 
 <p>This page describes the C99 support in mainline GCC CVS, not in any
 particular release.  Information is also available on <a
-href="gcc-3.1/c99status.html">C99 support in GCC 3.1</a> and on <a
+href="gcc-3.1/c99status.html">C99 support in GCC 3.1 and 3.2</a> and on <a
 href="gcc-3.0/c99status.html">C99 support in GCC 3.0</a>, but not on
 the much more limited support in GCC 2.95.</p>
 
Index: gcc-3.1/c99status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/c99status.html,v
retrieving revision 1.3
diff -u -r1.3 c99status.html
--- gcc-3.1/c99status.html	22 Mar 2002 21:10:55 -0000	1.3
+++ gcc-3.1/c99status.html	21 Jul 2002 20:39:14 -0000
@@ -1,11 +1,11 @@
 <html>
 
 <head>
-<title>Status of C99 features in GCC 3.1</title>
+<title>Status of C99 features in GCC 3.1 and 3.2</title>
 </head>
 
 <body>
-<h1>Status of C99 features in GCC 3.1</h1>
+<h1>Status of C99 features in GCC 3.1 and 3.2</h1>
 
 <p>This table is based on the list in the foreword to the printed
 standard ISO/IEC 9899:1999 (E), as amended by ISO/IEC
@@ -17,7 +17,7 @@
 headers required of conforming freestanding implementations (clause 4
 paragraph 6) do not count as library issues.</p>
 
-<p>This page describes the C99 support in GCC 3.1.  Information on <a
+<p>This page describes the C99 support in GCC 3.1 and 3.2.  Information on <a
 href="../c99status.html">C99 support in mainline CVS GCC</a> is also
 available.</p>
 

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]