This is the mail archive of the java-patches@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: web page update


I'm checking this in.
It fixes a complaint from a user.

Tom

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

	* index.html: Changed Classpath link.  From Marcus Smith.

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.79
diff -u -r1.79 index.html
--- index.html 2001/04/25 17:04:08 1.79
+++ index.html 2001/08/14 17:15:46
@@ -23,11 +23,11 @@
 <li>and Java bytecode to native machine code.
 </ul>
 
-Compiled applications are linked with the GCJ runtime, <code>libgcj</code>, 
-which provides the core <A HREF="http://www.gnu.org/software/classpath/";>
-class libraries</A>, a garbage collector, and a bytecode
-interpreter. <code>libgcj</code> can dynamically load and interpret 
-class files, resulting in mixed compiled/interpreted applications.
+Compiled applications are linked with the GCJ runtime,
+<code>libgcj</code>, which provides the core class libraries, a
+garbage collector, and a bytecode interpreter. <code>libgcj</code> can
+dynamically load and interpret class files, resulting in mixed
+compiled/interpreted applications.
 
 <p>
 
@@ -53,6 +53,8 @@
 GCJ is part of the GNU Compiler Collection (<A HREF="../">GCC</A>). GCC, 
 GDB and related tools are 
 <a href="http://www.gnu.org/philosophy/free-sw.html";>Free Software</a>.  
+libgcj is slowly being merged with <a
+href="http://www.gnu.org/software/classpath/";>GNU Classpath</a>.
 <br>
 <br>
 


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