Update to web pages

Neil Booth neilb@earthling.net
Sun Nov 26 04:06:00 GMT 2000


I propose posting this as another minor news item.  Also fixes a
broken link in cpplib.html.

OK to commit?

Neil.

	* htdocs/index.html: Add news about integrated CPP.
	* htdocs/news.html: Rotate old news.
	* htdocs/cpplib.html: Correct broken link.

Index: htdocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.232
diff -u -p -r1.232 index.html
--- index.html	2000/11/19 11:29:24	1.232
+++ index.html	2000/11/26 12:04:25
@@ -150,6 +150,13 @@ hope to release by the end of the year.
 
 <dl>
 
+<dt><b>November 26, 2000</b></dt>
+<dd>
+The C, C++ and Objective C front ends now use the integrated
+preprocessor exclusively; their independent ability to tokenize an
+input stream has been removed.
+</dd>
+
 <dt><b>November 18, 2000</b></dt>
 <dd>
 G++ is now using a new C++ ABI that represents classes more compactly,
@@ -176,26 +183,6 @@ Standard C++ Library which brings signif
 over our ``old'' library. There still be may some rough edges, but we
 are addressing problems as soon as we learn about them -- please help
 testing and improving ``your'' ports!
-</dd>
-
-<dt><b>November 13, 2000</b></dt>
-<dd>
-GCC now supports two more ISO C99 features:
-<ul>
-<li>The builtin boolean <code>_Bool</code> type and the
-<code><stdbool.h></code> header.  (GCC 2.95 had a non-conforming
-<code><stdbool.h></code> header; code that used that header will
-not be binary compatible with code using the new conforming
-version.)</li>
-<li>Mixed declarations and code in compound statements.</li>
-</ul>
-</dd>
-
-<dt><b>November 2, 2000</b></dt>
-<dd>
-The C, C++ and Objective C front-ends to GCC now use an integrated
-preprocessor by default.  If all goes well, this will also be the
-default mode for GCC 3.0.
 </dd>
 
 </dl>
Index: htdocs/news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v
retrieving revision 1.55
diff -u -p -r1.55 news.html
--- news.html	2000/11/19 11:29:24	1.55
+++ news.html	2000/11/26 12:04:29
@@ -12,6 +12,26 @@ home page</a>.
 
 <dl>
 
+<dt><b>November 13, 2000</b></dt>
+<dd>
+GCC now supports two more ISO C99 features:
+<ul>
+<li>The builtin boolean <code>_Bool</code> type and the
+<code><stdbool.h></code> header.  (GCC 2.95 had a non-conforming
+<code><stdbool.h></code> header; code that used that header will
+not be binary compatible with code using the new conforming
+version.)</li>
+<li>Mixed declarations and code in compound statements.</li>
+</ul>
+</dd>
+
+<dt><b>November 2, 2000</b></dt>
+<dd>
+The C, C++ and Objective C front-ends to GCC now use an integrated
+preprocessor by default.  If all goes well, this will also be the
+default mode for GCC 3.0.
+</dd>
+
 <dt><b>November 1, 2000</b></dt>
 <dd>
 Support for C99's <code>_Pragma</code> operator has been added to the
Index: htdocs/projects/cpplib.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cpplib.html,v
retrieving revision 1.1
diff -u -p -r1.1 cpplib.html
--- cpplib.html	2000/11/04 11:47:26	1.1
+++ cpplib.html	2000/11/26 12:04:31
@@ -140,7 +140,7 @@ varargs macros in traditional mode is a 
       also.
 
   <li>The dependency generator is lacking in several areas.  Tom
-      Tromey has a <a href="ml/gcc/1999-09n/msg00742.html">proposal</a>
+      Tromey has a <a href="../ml/gcc/1999-09n/msg00742.html">proposal</a>
       for improving it - added features include the ability to control
       the name of the output file and the target of the generated
       rule, and add dummy rules to prevent lossage when a header is


More information about the Gcc-patches mailing list