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]

Patch: FYI: Java web page `/ml/' URLs


A user pointed out that URLs pointing to the mailing lists don't work
on the mirrors, because the mailing list pages aren't mirrored.

This patch fixes this.  I'm checking it in.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* contrib.html, done.html, libgcj-platforms.html, old-news.html:
	Use absolute reference for mailing list URLs.

Index: contrib.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/contrib.html,v
retrieving revision 1.25
diff -u -r1.25 contrib.html
--- contrib.html 2001/08/03 05:30:46 1.25
+++ contrib.html 2001/08/15 16:05:54
@@ -101,7 +101,7 @@
 
     <p>Send <tt>libgcj</tt>patches to <a
 	href="mailto:java-patches@gcc.gnu.org";>the patch mailing
-	list</a>.  This list is <a href="/ml/java-patches/">archived</a>.
+	list</a>.  This list is <a href="http://gcc.gnu.org/ml/java-patches/";>archived</a>.
     <p>Patches to the gcj front end -- the <tt>gcc/java</tt> directory --
        should be sent to <a href="mailto:gcc-patches@gcc.gnu.org";>the gcc
        patch mailing list</a>.  See <a
Index: done.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/done.html,v
retrieving revision 1.19
diff -u -r1.19 done.html
--- done.html 2001/02/08 17:34:35 1.19
+++ done.html 2001/08/15 16:05:54
@@ -38,7 +38,7 @@
 
 	<td>The <A HREF="http://www.mmsi.com/modular/trucks/index.html";>
 	    Autonomous Truck Page</A>.
-	    <A HREF="/ml/java/2000-06/msg00086.html">
+	    <A HREF="http://gcc.gnu.org/ml/java/2000-06/msg00086.html";>
 	    Entry</A> submitted by <A HREF="mailto:olson@mmsi.com";>Jon
 	    Olson</A>.
 	</td>
@@ -60,7 +60,7 @@
 
 	<td>The <A HREF="http://jusb.sourceforge.net";>jUSB</A>
 	     page. The <A HREF="http://jphoto.sourceforge.net";>JPhoto</A>
-	     page.  <A HREF="/ml/java/2000-11/msg00112.html">Entry</A>
+	     page.  <A HREF="http://gcc.gnu.org/ml/java/2000-11/msg00112.html";>Entry</A>
 	     submitted by <A HREF="mailto:david-b@pacbell.net";>David
 	     Brownell</A>.
 	</td>
@@ -104,7 +104,7 @@
 	    performance gains over Kaffe's jit3 were witnessed.
 	 </td>
 	 <td><A HREF="http://www.swarm.org";>Swarm</A>. 
-	     <A HREF="/ml/java/2000-06/msg00084.html">Entry</A> 
+	     <A HREF="http://gcc.gnu.org/ml/java/2000-06/msg00084.html";>Entry</A> 
 	     submitted by <A HREF="mailto:mgd@swarm.org";>Marcus G. Daniel</A>.
 	 </td>
       </tr>
@@ -124,7 +124,7 @@
 	</td>
 	<td>The <A
 	    HREF="http://resam.univ-lyon1.fr/~tamanoir";>Tamanoir</A>
-	    page. <A HREF="/ml/java/2001-01/msg00069.html">
+	    page. <A HREF="http://gcc.gnu.org/ml/java/2001-01/msg00069.html";>
 	    Entry</A> submitted by <A HREF="jpgelas@lhpcm.univ-lyon1.fr">
 	    Jean Patrick Gelas</A>.
       </tr>
@@ -146,7 +146,7 @@
 	</td>
 	<td>The <A
 	    HREF="http://www.dfc.icai.upco.es/balrog/adfc.html";>ADFC</A>
-	    page. <A HREF="/ml/java/2001-01/msg00228.html">
+	    page. <A HREF="http://gcc.gnu.org/ml/java/2001-01/msg00228.html";>
 	    Entry</A> submitted by <A HREF="mailto:balrog@amena.com";>
 	    Alejandro Rodríguez Gallego</A>.
       </tr>
Index: libgcj-platforms.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/libgcj-platforms.html,v
retrieving revision 1.19
diff -u -r1.19 libgcj-platforms.html
--- libgcj-platforms.html 2001/02/17 10:04:25 1.19
+++ libgcj-platforms.html 2001/08/15 16:05:54
@@ -221,7 +221,7 @@
 gcc-patches).  The 
 <a href="/java/">web page has subscription info</a>,
 as well as a
-<a href="/ml/java-patches/">
+<a href="http://gcc.gnu.org/ml/java-patches/";>
 link to the archives</a>.
 
 <p>The
Index: old-news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/old-news.html,v
retrieving revision 1.13
diff -u -r1.13 old-news.html
--- old-news.html 2001/08/03 05:30:46 1.13
+++ old-news.html 2001/08/15 16:05:54
@@ -65,7 +65,7 @@
 </td><td>
 The various gcj mailing lists have moved to gcc.gnu.org.
 Unused lists have been removed, and java-discuss was renamed
-to java.  See <a href="/ml/java/2001-01/msg00539.html">the announcement</a>
+to java.  See <a href="http://gcc.gnu.org/ml/java/2001-01/msg00539.html";>the announcement</a>
 for all the gory details.  With this change, the gcj project
 is now fully merged into GCC.
 </td></tr>
@@ -95,7 +95,7 @@
 <tr><td valign="top">
 <b>December 9, 2000</b>
 </td><td>
-The libgcj sources have <A HREF="/ml/java/2000-12/msg00102.html">
+The libgcj sources have <A HREF="http://gcc.gnu.org/ml/java/2000-12/msg00102.html";>
 migrated</A> to the gcc repository. We've imported
 <A HREF="http://sourceforge.net/projects/fastjar";>fastjar</A> in our
 <A HREF="http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fastjar/";>tree</A>
@@ -104,9 +104,9 @@
 <tr><td valign="top">
 <b>December 8, 2000</b>
 </td><td>
-The libgcj repository is now <A HREF="/ml/java/2000-12/msg00095.html">
+The libgcj repository is now <A HREF="http://gcc.gnu.org/ml/java/2000-12/msg00095.html";>
 closed</A>: We're moving our sources over to the gcc
-<A HREF="/ml/java-announce/2000/msg00003.html">
+<A HREF="http://gcc.gnu.org/ml/java-announce/2000/msg00003.html";>
 tree</A>. Read <A HREF="http://gcc.gnu.org/cvs.html";>here</A> and 
 <A HREF="http://gcc.gnu.org/cvswrite.html";>here</A> how you will soon check
 your sources out.
@@ -155,7 +155,7 @@
 Bryce McKinlay checked in a patch that enables bitmap-descriptor based 
 marking in the garbage collector. This code includes work by
 Tom Tromey and Hans Boehm, and results in some significant 
-<A HREF="http://sources.redhat.com/ml/java-patches/2000-q3/msg00161.html";>
+<A HREF="http://gcc.gnu.org/ml/java-patches/2000-q3/msg00161.html";>
 performance gains</A> in memory-intensive code.
 </td></tr>
 
@@ -252,7 +252,7 @@
 Anthony Green made
 <a href="ftp://sources.redhat.com/pub/java/rpm/";>RPMs</a>
 of gcj and libgcj.  See his original
-<a href="http://sources.redhat.com/ml/java/2000-04/msg00022.html";>message</a> for some caveats.
+<a href="http://gcc.gnu.org/ml/java/2000-04/msg00022.html";>message</a> for some caveats.
 </td></tr>
 
 <tr><td valign="top">
@@ -347,7 +347,7 @@
 <tr><td valign="top">
 <b>August 26, 1999</b>
 </td><td>
-<a href="/ml/java-announce/1999/msg00005.html">Libgcj 2.95.1 is released</a>!  This version corresponds to the GCC 2.95.1 release.
+<a href="http://gcc.gnu.org/ml/java-announce/1999/msg00005.html";>Libgcj 2.95.1 is released</a>!  This version corresponds to the GCC 2.95.1 release.
 </td></tr>
 </table>
 


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