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: lists.html


Triggered by Toon's patch earlier today I had a look at this file and
noticed a couple of issues:

  Correctly upper-case GCC and GCJ, use front end instead of frontend.

(Clearly not your fault at all Toon, given that we had incorrect
precedents in that file!)

Gerald

Index: lists.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/lists.html,v
retrieving revision 1.83
diff -u -3 -p -r1.83 lists.html
--- lists.html	7 Oct 2003 19:08:59 -0000	1.83
+++ lists.html	7 Oct 2003 19:48:18 -0000
@@ -35,7 +35,7 @@
   Anything relevant to the development or testing of GCC and not
   covered by other mailing lists is suitable for discussion here.</p>

-  <p>All major decisions and changes, like abandoning ports or frontends,
+  <p>All major decisions and changes, like abandoning ports or front ends,
   should be announced and discussed here.  Ideally, this list should be
   sufficient to follow the major trends and important news in GCC's
   development process.</p></li>
@@ -65,16 +65,16 @@

   <li><b><a href="http://gcc.gnu.org/ml/java/";>java</a></b>
   is the main discussion and development list for the Java language
-  front end to gcc, and the corresponding runtime library.</li>
+  front end of GCC, and the corresponding runtime library.</li>

   <li><b><a href="http://gcc.gnu.org/ml/java-patches/";>java-patches</a></b>
   is a list for submission and discussion of patches to libgcj, the
-  Java runtime.  Patches to gcj, the Java language front end, should
+  Java runtime.  Patches to GCJ, the Java language front end, should
   go to both this list and <b>gcc-patches</b>.</li>

   <li><b><a href="http://gcc.gnu.org/ml/fortran/";>fortran</a></b>
   is the main discussion and development list for the Fortran language
-  front end to gcc, and the corresponding runtime library.</li>
+  front end of GCC, and the corresponding runtime library.</li>
 </ul>

 <p>Read only lists:</p>


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