diff mbox

Rework c99status.html

Message ID alpine.LNX.2.00.1311010050380.28331@trevally.site
State New
Headers show

Commit Message

Gerald Pfeifer Oct. 31, 2013, 11:53 p.m. UTC
On Fri, 1 Nov 2013, Gerald Pfeifer wrote:
> I don't have a recommendation to change or keep the current name,
> however I'll note that changing the name of a single file is going
> to be even simpler then the below which I just applied.

And this addresses three pages to avoid the redirect I just put in
place and refer to the new canonical page.

Gerald
diff mbox

Patch

Index: htdocs/gcc-3.0/features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/features.html,v
retrieving revision 1.33
diff -u -3 -p -r1.33 features.html
--- htdocs/gcc-3.0/features.html	24 Feb 2007 17:16:21 -0000	1.33
+++ htdocs/gcc-3.0/features.html	31 Oct 2013 23:50:24 -0000
@@ -110,7 +110,7 @@ 
         ISO C99 support and <a
         href="../news/dependencies.html">improvements to dependency
         generation</a>.</li>
-    <li>Support for more <a href="c99status.html">ISO C99 features</a>.</li>
+    <li>Support for more <a href="../c99status.html">ISO C99 features</a>.</li>
     <li>Many improvements to support for checking calls to format
         functions such as <code>printf</code> and <code>scanf</code>,
         including support for ISO C99 format features, extensions from
Index: htdocs/gcc-3.1/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/changes.html,v
retrieving revision 1.65
diff -u -3 -p -r1.65 changes.html
--- htdocs/gcc-3.1/changes.html	9 Sep 2012 22:07:57 -0000	1.65
+++ htdocs/gcc-3.1/changes.html	31 Oct 2013 23:50:24 -0000
@@ -97,7 +97,7 @@ 
 <h3>C/C++</h3>
 
 <ul>
-<li>A few more <a href="c99status.html">ISO C99 features</a>.</li>
+<li>A few more <a href="../c99status.html">ISO C99 features</a>.</li>
 <li>The preprocessor is 10-50% faster than the preprocessor in GCC
     3.0.</li>
 <li>The preprocessor's symbol table has been merged with the
Index: htdocs/gcc-3.3/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/changes.html,v
retrieving revision 1.57
diff -u -3 -p -r1.57 changes.html
--- htdocs/gcc-3.3/changes.html	24 Oct 2011 02:35:53 -0000	1.57
+++ htdocs/gcc-3.3/changes.html	31 Oct 2013 23:50:25 -0000
@@ -126,7 +126,7 @@ 
 	for system directories and the special treatment of system header
 	files are not defeated.</li>
 
-    <li>A few more <a href="c99status.html">ISO C99 features</a> now
+    <li>A few more <a href="../c99status.html">ISO C99 features</a> now
         work correctly.</li>
 
     <li>A new function attribute,