Patch: web pages -vs- Java

Tom Tromey tromey@redhat.com
Fri Feb 2 10:50:00 GMT 2001


This patch updates the web pages to acount for Java.  It corrects
links and it adds the Java mailing lists to the mailing list page.
It also adds a news item mentioning the web page move.

Ok?

Tom

Index: frontends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/frontends.html,v
retrieving revision 1.3
diff -u -r1.3 frontends.html
--- frontends.html	2001/02/02 08:37:14	1.3
+++ frontends.html	2001/02/02 18:49:14
@@ -10,7 +10,7 @@
 <p>Currently the main GCC distribution contains front-ends for C
 (gcc), C++ (g++), Objective C, Chill (unmaintained),
 Fortran (g77), and Java (<a
-href=" http://sources.redhat.com/java/ ">GCJ</A>).</p>
+href=" http://gcc.gnu.org/java/ ">GCJ</A>).</p>
 
 <p>There are several more front-ends for different languages that have
 been written for GCC but not yet integrated into the main distribution
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.242
diff -u -r1.242 index.html
--- index.html	2001/01/22 20:26:39	1.242
+++ index.html	2001/02/02 18:49:14
@@ -115,7 +115,7 @@
 a new <a href="gccmission.html">mission statement</a>.
 
 <p>Currently GCC contains front-ends for C, C++, Objective C, Chill,
-Fortran, and <a href=" http://sources.redhat.com/java/ ">Java</A>
+Fortran, and <a href=" http://gcc.gnu.org/java/ ">Java</A>
 as well as libraries for these languages (<a href="libstdc++/">libstdc++</a>,
 libgcj,...).
 </p>
@@ -153,6 +153,12 @@
 
 <dl>
 
+<dt><b>January 28, 2001</b></dt>
+<dd>
+The Java mailing lists and web pages have been moved to gcc.gnu.org.
+Now the gcj project is fully integrated into gcc.
+</dd>
+
 <dt><b>January 21, 2001</b></dt>
 <dd>
 Neil Booth has contributed <a
@@ -171,7 +177,7 @@
 <dd>
 <dt><b>December 19, 2000</b></dt>
 <dd>
-The runtime library for the <a href=" http://sources.redhat.com/java/ ">
+The runtime library for the <a href=" http://gcc.gnu.org/java/ ">
 Java front-end</a>, <code>libgcj</code>, has been moved into the GCC 
 tree. This means that a separate download will no longer be required for 
 Java support.
Index: lists.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/lists.html,v
retrieving revision 1.53
diff -u -r1.53 lists.html
--- lists.html	2000/12/02 09:01:33	1.53
+++ lists.html	2001/02/02 18:49:15
@@ -45,6 +45,18 @@
   is the main discussion and development list for the standard C++
   library (libstdc++-v3).  Patches to libstdc++-v3 should be sent to
   both this list and <b>gcc-patches</b>.</li>
+
+  <li><b><a href=" http://gcc.gnu.org/ml/java-announce/ ">java-announce</a></b>
+  is a low-volume, moderated, announcements-only list.</li>
+
+  <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>
+
+  <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
+  go to <b>gcc-patches</b>.</li>
 </ul>
 
 <p>Read only lists:</p>
@@ -70,6 +82,14 @@
   <li><b><a href=" http://gcc.gnu.org/ml/gcc-regression/ ">
   gcc-regression</a></b> is a read-only moderate volume list where regression
   results for the GCC compilers are posted.
+
+  <li><b><a href=" http://gcc.gnu.org/ml/java-prs/ ">java-prs</a></b>
+  is a read-only list which tracks Java-related problem reports as
+  they are entered into our GNATS database.</li>
+
+  <li><b>java-cvs</b>
+  tracks checkins to the Java language compiler and runtime.  It is
+  not archived.</li>
 </ul>
 
 <p>Historical lists (archives only, no longer in use):</p>
@@ -83,16 +103,6 @@
 
 <p>To post a message, just send mail to <i>listname</i><tt>@gcc.gnu.org</tt>.
 
-<p>There are also some related lists <tt>@sources.redhat.com</tt> for
-the Java compiler:</p>
-
-<ul>
-
-<li><a href=" http://sources.redhat.com/java/mail.html ">GCJ mailing
-lists</a></li>
-
-</ul>
-
 <h2><a name="msgsize">Policies</a></h2>
 
 <p>All the lists have a maximum message size.  If your message exceeds
@@ -142,6 +152,11 @@
    <option value="gcc-regression">gcc-regression
    <option value="libstdc++">libstdc++
    <option value="libstdc++-cvs">libstdc++-cvs
+   <option value="java-announce">java-announce
+   <option value="java">java
+   <option value="java-patches">java-patches
+   <option value="java-prs">java-prs
+   <option value="java-cvs">java-cvs
   </select>
  <br>
   Your e-mail address:


More information about the Gcc-patches mailing list