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 3.1 release notes


This patch makes some minor adjustments to the 3.1 release notes: the
-traditional deprecation is mentioned; the existence of more C99 features
is mentioned; the page title of gcc-3.1/c99status.html is adjusted.  
Applied.

Index: c99status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/c99status.html,v
retrieving revision 1.2
diff -u -r1.2 c99status.html
--- c99status.html	2002/03/20 10:12:16	1.2
+++ c99status.html	2002/03/22 21:05:58
@@ -1,11 +1,11 @@
 <html>
 
 <head>
-<title>Status of C99 features in GCC</title>
+<title>Status of C99 features in GCC 3.1</title>
 </head>
 
 <body>
-<h1>Status of C99 features in GCC</h1>
+<h1>Status of C99 features in GCC 3.1</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
Index: caveats.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/caveats.html,v
retrieving revision 1.2
diff -u -r1.2 caveats.html
--- caveats.html	2002/01/23 15:42:28	1.2
+++ caveats.html	2002/03/22 21:05:58
@@ -8,7 +8,9 @@
 <h1>GCC 3.1 Caveats</h1>
 
 <ul>
-  <li>This is to become the first caveat.</li>
+  <li>The <code>-traditional</code> C compiler option has been
+  deprecated and will be removed in GCC 3.2.  (It remains possible to
+  preprocess non-C code with the traditional preprocessor.)</li>
 </ul>
 
 </body>
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/changes.html,v
retrieving revision 1.4
diff -u -r1.4 changes.html
--- changes.html	2002/02/16 07:40:31	1.4
+++ changes.html	2002/03/22 21:05:58
@@ -14,7 +14,11 @@
   </ul>
   </li>
   
-  <li>New Languages and Language specific improvements</li>
+  <li>New Languages and Language specific improvements
+  <ul>
+    <li>A few more <a href="c99status.html">ISO C99 features</a>.</li>
+  </ul>
+  </li>
 
   <li>New Targets and Target Specific Improvements
   <ul>

-- 
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]