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]

Further c99status.html patches for 4.5


I've applied these patches to complete the setup of 
gcc-4.5/c99status.html: the page itself should say 4.5 not 4.4 and the 
manual on the branch should refer to the page for the branch.

Index: gcc-4.5/c99status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/c99status.html,v
retrieving revision 1.1
diff -u -r1.1 c99status.html
--- gcc-4.5/c99status.html	6 Apr 2010 11:34:44 -0000	1.1
+++ gcc-4.5/c99status.html	6 Apr 2010 13:59:56 -0000
@@ -19,7 +19,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 4.4.  Information on <a
+<p>This page describes the C99 support in GCC 4.5.  Information on <a
 href="../c99status.html">C99 support in mainline GCC</a> is also
 available.</p>
 
Index: doc/standards.texi
===================================================================
--- doc/standards.texi	(revision 157996)
+++ doc/standards.texi	(working copy)
@@ -84,7 +84,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-4.5/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}.)
Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi	(revision 157996)
+++ doc/invoke.texi	(working copy)
@@ -1502,7 +1502,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-4.5/c99status.html}} for more information.  The
 names @samp{c9x} and @samp{iso9899:199x} are deprecated.
 
 @item gnu90
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 157996)
+++ ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2010-04-06  Joseph Myers  <joseph@codesourcery.com>
+
+	* doc/invoke.texi, doc/standards.texi: Refer to
+	gcc-4.5/c99status.html.
+
 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
 
 	PR target/43638

-- 
Joseph S. Myers
joseph@codesourcery.com


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