This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

PATCH: fix lots of broken links


This fixes lots of broken and redirected links -- fun, fun, fun.

Some of these still date back to merging in java and libstdc++ and
moving a replication to www.gnu.org! :-o

More to come.

Gerald


Index: extensions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/extensions.html,v
retrieving revision 1.14
diff -u -3 -p -r1.14 extensions.html
--- extensions.html	2001/07/01 21:04:41	1.14
+++ extensions.html	2001/10/01 07:41:27
@@ -24,7 +24,7 @@ achieves substantial speed improvements
 <p>This is an experimental port for the 8bit ATMEL AVR micro
 controllers.</p>

-<h2><a href="http://home.worldnet.fr/stcarrez/m68hc11_port.html";>M68HC11
+<h2><a href="http://home.worldnet.fr/~stcarrez/m68hc11_port.html";>M68HC11
 port</a></h2>
 <p>This is a port of GCC, GDB and the Binutils for Motorola 68HC11
 (later 68HC12). This port supports 8,16,32 and 64-bits integers
Index: news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v
retrieving revision 1.60
diff -u -3 -p -r1.60 news.html
--- news.html	2001/09/24 08:34:42	1.60
+++ news.html	2001/10/01 07:41:28
@@ -383,7 +383,7 @@ targets as they appear.

 <dt><b>August 31, 1999</b></dt>
 <dd>Cygnus Solutions has released
-<a href="ftp://sources.redhat.com/pub/java/libgcj-2.95.1.tar.gz";>libgcj
+<a href="ftp://gcc.gnu.org/pub/java/libgcj-2.95.1.tar.gz";>libgcj
 version 2.95.1</a> Java runtime libraries for use with GCC 2.95.1.
 </dd>

@@ -401,7 +401,7 @@ from the
 <a href="libstdc++/">libstdc++ project's home page</a>.

 <p>Cygnus Solutions has released
-<a href="ftp://sources.redhat.com/pub/java/libgcj-2.95.tar.gz";>libgcj
+<a href="ftp://gcc.gnu.org/pub/java/libgcj-2.95.tar.gz";>libgcj
 version 2.95</a> Java runtime libraries for use with GCC 2.95.
 </dd>

@@ -509,7 +509,7 @@ that tracks checkins to the egcs webpage
 <a href="http://www.cygnus.com/";>Cygnus</a> announces the first public
 release of libgcj, the runtime component of the GNU compiler for Java.
 <br><a href="news/javaannounce.html">Read the release announcement</a>.
-<br><a href="http://sources.redhat.com/java/";>Goto the libgcj homepage</a>.
+<br><a href="java/">Goto the libgcj homepage</a>.
 </dd>

 <dt><b>April 6, 1999</b></dt>
@@ -620,8 +620,7 @@ processor.

 <dt><b>November 5, 1998</b></dt>
 <dd>The third snapshot of the rewritten <tt>libstdc++</tt> is available.
-You can read some more on <a href="libstdc++/">
-http://sources.redhat.com/libstdc++/</a>.
+You can read some more on <a href="libstdc++/">libstdc++/</a>.
 </dd>

 <dt><b>October 27, 1998</b></dt>
@@ -714,7 +713,7 @@ framework</b></a>.
   The egcs web pages are now supported by egcs project hardware and
   are searchable with webglimpse.  The <a href="cvs.html">CVS</a>
   sources are browsable with the free <a
-  href="http://www.freebsd.org/~fenner/cvsweb/";>cvsweb</a> package.
+  href="http://people.freebsd.org/~fenner/cvsweb/";>cvsweb</a> package.
 </dd>

 <dt><b>February 7, 1998</b></dt>
Index: egcs-1.1/egcs-1.1.1.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/egcs-1.1.1.html,v
retrieving revision 1.12
diff -u -3 -p -r1.12 egcs-1.1.1.html
--- egcs-1.1.1.html	2001/09/13 18:01:55	1.12
+++ egcs-1.1.1.html	2001/10/01 07:41:29
@@ -96,8 +96,8 @@ will update those pages as new informati

 <p> The EGCS project would like to thank the numerous people that have
 contributed new features, test results, bugfixes, etc.  This
-<a href="../thanks.html">amazing group of volunteers </a> is what makes
-EGCS successful.
+<a href="http://gcc.gnu.org/thanks.html";>amazing group of volunteers </a>
+is what makes EGCS successful.

 <p>And finally, we can't in good conscience fail to mention some
 <a href="caveats.html">caveats</a> to using EGCS 1.1.1.
Index: egcs-1.1/features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/features.html,v
retrieving revision 1.14
diff -u -3 -p -r1.14 features.html
--- features.html	2001/09/13 18:01:55	1.14
+++ features.html	2001/10/01 07:41:29
@@ -8,45 +8,46 @@

 <ul>
   <li>Integrated GNU Fortran (<code>g77</code>) compiler and runtime library
-  with improvements, based on <a href="../onlinedocs/g77_news.html">
-  <code>g77</code> version 0.5.23</a>.
+  with improvements, based on
+  <a href="http://gcc.gnu.org/onlinedocs/g77_news.html";><code>g77</code>
+  version 0.5.23</a>.
   <li>Vast improvements in the C++ compiler; so many they have
   <a href="c++features.html">page of their own!</a>
   <li>Compiler implements <a href="../news/gcse.html">global common subexpression
   elimination and global copy/constant propagation.</a>
   <li>More major improvements in the <a href="../news/alias.html">alias analysis
   code</a>.
-  <li> More major improvements in the exception handling code to improve
+  <li>More major improvements in the exception handling code to improve
   performance, lower static overhead and provide the infrastructure for future
   improvements.
-  <li> The infamous /tmp symlink race security problems have been fixed.
-  <li> The regmove optimization pass has been nearly completely rewritten
+  <li>The infamous /tmp symlink race security problems have been fixed.
+  <li>The regmove optimization pass has been nearly completely rewritten
   to improve performance of generated code.
-  <li> The compiler now recomputes register usage information before local
+  <li>The compiler now recomputes register usage information before local
   register allocation.  By providing more accurate information to the
   priority based allocator, we get better register allocation.
-  <li> The register reloading phase of the compiler optimizes spill code
+  <li>The register reloading phase of the compiler optimizes spill code
   much better than in previous releases.
-  <li> Some bad interactions between the register allocator and instruction
+  <li>Some bad interactions between the register allocator and instruction
   scheduler have been fixed, resulting in much better code for certain
   programs.  Additionally, we have tuned the scheduler in various ways to
   improve performance of generated code for some architectures.
-  <li> The compiler's branch shortening algorithms have been significantly
+  <li>The compiler's branch shortening algorithms have been significantly
   improved to work better on targets which align jump targets.
-  <li> The compiler now supports -Os to prefer optimizing for code space
+  <li>The compiler now supports -Os to prefer optimizing for code space
   over optimizing for code speed.
-  <li> The compiler will now totally eliminate library calls which compute
+  <li>The compiler will now totally eliminate library calls which compute
   constant values.  This primarily helps targets with no integer div/mul
   support and targets without floating point support.
-  <li> The compiler now supports an extensive "--help" option.
-  <li> cpplib has been greatly improved and may be suitable for limited use.
-  <li> Memory footprint for the compiler has been significantly reduced
+  <li>The compiler now supports an extensive "--help" option.
+  <li>cpplib has been greatly improved and may be suitable for limited use.
+  <li>Memory footprint for the compiler has been significantly reduced
   for some pathological cases.
-  <li> The time to build EGCS has been improved for certain targets
+  <li>The time to build EGCS has been improved for certain targets
   (particularly the alpha and mips platforms).
-  <li> Many infrastructure improvements throughout the compiler, plus the
+  <li>Many infrastructure improvements throughout the compiler, plus the
   usual mountain of bugfixes and minor improvements.
-  <li> Target dependent improvements:
+  <li>Target dependent improvements:
      <ul>
  	<li> SPARC port now includes V8 plus and V9 support as well as
 	performance tuning for Ultra class machines.  The SPARC port now
Index: gcc-2.95/features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/features.html,v
retrieving revision 1.30
diff -u -3 -p -r1.30 features.html
--- features.html	2001/03/21 15:50:05	1.30
+++ features.html	2001/10/01 07:41:29
@@ -33,8 +33,8 @@
   <ul>
     <li><a href="c++features.html">Many C++ improvements</a>.
     <li><a href="http://gcc.gnu.org/onlinedocs/g77_news.html";>Many Fortran improvements</a>.
-    <li><a href="http://sources.redhat.com/java/gcj-announce.txt";>Java</a>
-    front-end has been integrated.  A
+    <li><a href="java/gcj-announce.txt">Java</a>
+    front-end has been integrated.
     <a href="../news/javaannounce.html">runtime library</a>
     is available separately.
     <li><a href="../c99status.html">ISO C99 support</a>
Index: gcc-3.0/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/criteria.html,v
retrieving revision 1.22
diff -u -3 -p -r1.22 criteria.html
--- criteria.html	2001/09/13 07:25:28	1.22
+++ criteria.html	2001/10/01 07:41:30
@@ -215,7 +215,7 @@ different programming languages.</p>
     <td><a
     href="ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-2.4.0.tar.gz";>
     linux-2.4.0.tar.gz</a>
-<tr><td><a href="http://www.gnu.org/software/emacs";>GNU Emacs</a>
+<tr><td><a href="http://www.gnu.org/software/emacs/";>GNU Emacs</a>
     <td>C
     <td>20.6
     <td><a href="ftp://ftp.gnu.org/gnu/emacs/emacs-20.6.tar.gz";>
Index: news/profiledriven.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/profiledriven.html,v
retrieving revision 1.1
diff -u -3 -p -r1.1 profiledriven.html
--- profiledriven.html	2001/08/30 11:53:16	1.1
+++ profiledriven.html	2001/10/01 07:41:30
@@ -115,7 +115,7 @@ script <code>analyze_branches</code> (pa
 can be used to compare the guesses with a real profile.  Andreas
 Jaeger has set up an automated tester performing daily SPEC2000 runs
 with and without profile driven feedback available at <a
-href="http://www.suse.de/~aj/SPEC";>http://www.suse.de/~aj/SPEC</a>.
+href="http://www.suse.de/~aj/SPEC/";>http://www.suse.de/~aj/SPEC/</a>.
 </p>

 <p> While analyzing the branch predictors we discovered some severe


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