This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
PATCH: java/libgcj2.html, java/libgcj-platforms.html
- To: <gcc-patches at gcc dot gnu dot org>, <java-patches at gcc dot gnu dot org>
- Subject: PATCH: java/libgcj2.html, java/libgcj-platforms.html
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Sat, 17 Feb 2001 11:05:48 +0100 (CET)
I installed the following (mostly markup) fixes.
Gerald
2001-02-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* libgcj2.html: Add <body> and </html> tags.
* libgcj-platforms.html: Likewise. Remove "Last modified".
Index: libgcj-platforms.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/libgcj-platforms.html,v
retrieving revision 1.18
diff -u -3 -p -r1.18 libgcj-platforms.html
--- libgcj-platforms.html 2001/02/08 17:34:35 1.18
+++ libgcj-platforms.html 2001/02/17 10:03:25
@@ -1,8 +1,11 @@
<html>
+
<head>
<title>libgcj-2.95 Platform Test Strategy</title>
</head>
+<body>
+
<h1 align="center">libgcj-2.95 Platform Test Strategy</h1>
<h2> Platform Coverage </h2>
@@ -227,6 +230,6 @@ mailing list is for patches to the libgc
(libjava, boehm-gc, zlib, etc) code only.
In particular, compiler patches still have to go through gcc, so
please don't send them to java-patches.
-
-<p><i>Last modified on June 25, 1999.</i>
+</body>
+</html>
Index: libgcj2.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/libgcj2.html,v
retrieving revision 1.6
diff -u -3 -p -r1.6 libgcj2.html
--- libgcj2.html 2001/02/08 17:34:35 1.6
+++ libgcj2.html 2001/02/17 10:03:25
@@ -1,8 +1,11 @@
<html>
+
<head>
<title>The libgcj home page</title>
</head>
+<body>
+
<h2 align=center>The libgcj home page</h2>
<h2>What is it?</h2>
@@ -63,3 +66,6 @@
<hr>
<a href="index.html">Back to main page</a>
+
+</body>
+</html>