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]

Tidy wwwdocs/htdocs/java/*.html



The appended patch fixes some HTML problems in the java pages.

Ok to commit?

Andreas

Index: java/test.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/test.html,v
retrieving revision 1.5
diff -u -p -r1.5 test.html
--- test.html	2001/06/26 04:21:02	1.5
+++ test.html	2001/08/02 14:44:03
@@ -25,7 +25,7 @@ when the tests are being run.<p>
 <table border="0" cellpadding="4" width="95%">
 <tr bgcolor="#b0d0ff">
  <th align="left">
- <a name=Mauve>Mauve
+ <a name=Mauve>Mauve</a>
  </th>
 </tr>
 </table>
Index: java/old-news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/old-news.html,v
retrieving revision 1.12
diff -u -p -r1.12 old-news.html
--- old-news.html	2001/06/23 02:41:13	1.12
+++ old-news.html	2001/08/02 14:44:03
@@ -214,6 +214,7 @@ Today we merged some major work done at 
 <li> A somewhat modified initial implementation of serialization.
      (This is known not to interoperate with other implementations yet.)
 <li> Miscellaneous bug fixes.
+</ul>
 </td></tr>
 
 <tr><td valign="top">
@@ -333,7 +334,7 @@ step towards getting libgcj to run on th
 We've done a lot since the previous announcement, but we haven't
 mentioned it here.  Oops!  Here are some of the things we've added:
 complete reflection support, Runtime.loadLibrary,
-Throwable.printStackTrace (this one is <emph>very</emph> cool),
+Throwable.printStackTrace (this one is <em>very</em> cool),
 a Java implementation of java.math.BigInteger, JNI (believed complete
 but still in testing), and, of course, many
 bug fixes and more minor enhancements.
Index: java/download.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/download.html,v
retrieving revision 1.27
diff -u -p -r1.27 download.html
--- download.html	2001/06/19 06:10:17	1.27
+++ download.html	2001/08/02 14:44:03
@@ -63,15 +63,13 @@ using the development sources and run in
 If you are going to build from source you want to read the
 <a href=faq.html#3_0>Build Issues FAQ</a>.
 
-<p>
 <h3>Snapshots</h3>
 Snapshots of the current CVS tree are made about once a week.  They are 
 available from <a href="http://gcc.gnu.org/snapshots.html";>
 http://gcc.gnu.org/snapshots.html</a>.
 <p>
 
-<a name=cvs>
-<h3>cvs</h3> 
+<h3><a name=cvs>cvs</a></h3> 
 
 The easiest way to get GCJ is to check it out from the GCC cvs
 repository. Here's how perform an anonymous <A
@@ -108,8 +106,6 @@ Here's the Java front end <a
 href="http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java";>cvs
 archive</a> (the entire compiler is also 
 <a href="http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc";>available</a>.)
-
-</table>
 
 </GCJNAV>
 
Index: java/docs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/docs.html,v
retrieving revision 1.16
diff -u -p -r1.16 docs.html
--- docs.html	2001/02/08 17:34:35	1.16
+++ docs.html	2001/08/02 14:44:03
@@ -72,7 +72,7 @@ conferences and magazines.
        a Java-aware C++ compiler (G++) to write native methods for Gcj.
        <br>The CNI design and ideas were proposed in
        "<cite>Writing native Java methods in natural C++</cite>"
-       (November 1997).
+       (November 1997).</a>
        <p>
 
   <li><b>August 1998</b>: "<cite>No Silver Bullet - Garbage Collection for 
Index: java/contrib.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/contrib.html,v
retrieving revision 1.24
diff -u -p -r1.24 contrib.html
--- contrib.html	2001/07/13 17:31:06	1.24
+++ contrib.html	2001/08/02 14:44:03
@@ -149,11 +149,11 @@ projects</a>.
       of a doubt, that the bug has been fixed) close the PR.
 
     <p>
-<pr>
+<br>
 <table border="0" cellpadding="4" width="95%">
 <tr bgcolor="#b0d0ff">
  <th align="left">
-  <a name=Testing>Testing
+  <a name=Testing>Testing</a>
  </th>
 </tr>
 </table>
Index: java/build-snapshot.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/build-snapshot.html,v
retrieving revision 1.12
diff -u -p -r1.12 build-snapshot.html
--- build-snapshot.html	2001/02/08 17:34:35	1.12
+++ build-snapshot.html	2001/08/02 14:44:04
@@ -9,7 +9,7 @@
 <table border="0" cellpadding="4" width="95%">
         <tr bgcolor="#b0d0ff"> 
           <th align="center"> 
-            <h2>Howto build and run libgcj/gcj snapshots or cvs</a>
+            <h2>Howto build and run libgcj/gcj snapshots or cvs</h2>
           </th>
         </tr>
 


-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

PGP signature


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