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]

Re: Patch: FYI: gcj news


Ranjit> Typo in the URL link Tom.

Ranjit> Should we not refer to it as "GCJ" since it is
Ranjit> a proper abbreviation? (Ditto for "CVS".)

Ranjit> Sorry for nit-picking.

That's not nit-picking, those are real bugs.

I'm checking in the appended.  It also includes a fix for some
validation problems that Gerald's checker pointed out.

Tom

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

	* old-news.html: Moved <table> to correct place.
	* index.html: Fixed typo in URL.  Use GCJ instead of gcj.

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.128
diff -u -r1.128 index.html
--- index.html 31 Jul 2003 18:12:16 -0000 1.128
+++ index.html 1 Aug 2003 14:19:37 -0000
@@ -76,7 +76,7 @@
 <b>July 31, 2003</b>
 </td><td>
 Andrew Haley has checked in a major patch to the
-<a href="http://gcc.gnu.org/projects/tress-ssa/";>tree-ssa branch</a>
+<a href="http://gcc.gnu.org/projects/tree-ssa/";>tree-ssa branch</a>
 that allows us to convert entire functions to trees when reading
 from <code>.class</code> files.  This is an important step towards
 better high-level optimizations for Java.
@@ -87,7 +87,7 @@
 </td><td>
 Thanks to Andreas Tobler and Jeff Sturm, libgcj is now built by
 default for Darwin.  This work is available on the cvs trunk, and
-will show up in gcj 3.4.
+will show up in GCJ 3.4.
 </td></tr>
 
 <tr><td valign="top">
Index: old-news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/old-news.html,v
retrieving revision 1.24
diff -u -r1.24 old-news.html
--- old-news.html 31 Jul 2003 18:12:16 -0000 1.24
+++ old-news.html 1 Aug 2003 14:19:38 -0000
@@ -8,6 +8,10 @@
 
 <h1>GCJ - Less Recent News</h1>
 
+<table>
+
+<!-- News entries start here -->
+
 <tr><td valign="top">
 <b>December 14, 2001</b>
 </td><td>
@@ -88,7 +92,6 @@
 Currently, this code is enabled for IA-64 and X86 Linux.
 </td></tr>
 
-<table>
 <tr><td valign="top">
 <b>April 25, 2001</b>
 </td><td>


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