Patch for 3.3 version of c99status.html

Joseph S. Myers jsm28@cam.ac.uk
Thu Dec 26 14:27:00 GMT 2002


I've added a 3.3 version of c99status.html (some preprocessor features 
have been implemented since 3.1/3.2) and adjusted the links to it (3.3 
branch only).  Patches below.

Index: c99status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/c99status.html,v
retrieving revision 1.34
diff -u -r1.34 c99status.html
--- c99status.html	25 Aug 2002 23:17:30 -0000	1.34
+++ c99status.html	26 Dec 2002 22:13:55 -0000
@@ -19,6 +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.3/c99status.html">C99 support in GCC 3.3</a>, <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>
--- c99status.html	2002-12-26 22:10:58.000000000 +0000
+++ gcc-3.3/c99status.html	2002-12-26 22:10:40.000000000 +0000
@@ -1,11 +1,11 @@
 <html>
 
 <head>
-<title>Status of C99 features in GCC</title>
+<title>Status of C99 features in GCC 3.3</title>
 </head>
 
 <body>
-<h1>Status of C99 features in GCC</h1>
+<h1>Status of C99 features in GCC 3.3</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,12 +17,9 @@
 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 mainline GCC CVS, not in any
-particular release.  Information is also available on <a
-href="gcc-3.3/c99status.html">C99 support in GCC 3.3</a>, <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>
+<p>This page describes the C99 support in GCC 3.3.  Information on <a
+href="../c99status.html">C99 support in mainline CVS GCC</a> is also
+available.</p>
 
 <p>See below the table for further notes on some issues.</p>
 
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.16114.2.16
diff -u -r1.16114.2.16 ChangeLog
--- ChangeLog	26 Dec 2002 21:00:10 -0000	1.16114.2.16
+++ ChangeLog	26 Dec 2002 22:16:37 -0000
@@ -1,3 +1,8 @@
+2002-12-26  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+	* doc/standards.texi, doc/invoke.texi: Point to 3.3 version of
+	c99status.html.
+
 2002-12-26  Kazu Hirata  <kazu@cs.umass.edu>
 
 	* config/h8300/h8300.h (IDENT_ASM_OP): End with a tab.
Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.209.2.3
diff -u -r1.209.2.3 invoke.texi
--- doc/invoke.texi	23 Dec 2002 23:10:46 -0000	1.209.2.3
+++ doc/invoke.texi	26 Dec 2002 22:17:22 -0000
@@ -1058,7 +1058,7 @@
 @itemx iso9899:1999
 @itemx iso9899:199x
 ISO C99.  Note that this standard is not yet fully supported; see
-@w{@uref{http://gcc.gnu.org/c99status.html}} for more information.  The
+@w{@uref{http://gcc.gnu.org/gcc-3.3/c99status.html}} for more information.  The
 names @samp{c9x} and @samp{iso9899:199x} are deprecated.
 
 @item gnu89
Index: doc/standards.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/standards.texi,v
retrieving revision 1.9
diff -u -r1.9 standards.texi
--- doc/standards.texi	4 Sep 2002 17:35:59 -0000	1.9
+++ doc/standards.texi	26 Dec 2002 22:17:23 -0000
@@ -79,7 +79,7 @@
 A new edition of the ISO C standard was published in 1999 as ISO/IEC
 9899:1999, and is commonly known as @dfn{C99}.  GCC has incomplete
 support for this standard version; see
-@uref{http://gcc.gnu.org/c99status.html} for details.  To select this
+@uref{http://gcc.gnu.org/gcc-3.3/c99status.html} for details.  To select this
 standard, use @option{-std=c99} or @option{-std=iso9899:1999}.  (While in
 development, drafts of this standard version were referred to as
 @dfn{C9X}.)

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



More information about the Gcc-patches mailing list