This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: another gcj status update
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: 03 Nov 2002 15:05:25 -0700
- Subject: Patch: FYI: another gcj status update
- Reply-to: tromey at redhat dot com
I'm checking this in.
This fixes a small typo and adds some <code> tags to my previous
status patch
Tom
Index: htdocs/java/ChangeLog
from Tom Tromey <tromey@redhat.com>
* status.html: Use <code>.
Index: htdocs/java/status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/status.html,v
retrieving revision 1.19
diff -u -r1.19 status.html
--- htdocs/java/status.html 3 Nov 2002 22:04:05 -0000 1.19
+++ htdocs/java/status.html 3 Nov 2002 22:11:14 -0000
@@ -39,7 +39,8 @@
native) and run-time (loading classes). Both miss some tests, and
you should not (yet) rely on their correctness for security.</li>
<li>A "conservative" garbage collector.</li>
-<li>A replacement for the jar, javah, rmic, and rmiregistry programs.</li>
+<li>Replacements for the <code>jar</code>, <code>javah</code>,
+<code>rmic</code>, and <code>rmiregistry</code> programs.</li>
<li>An extensive class library - see below.</li>
</ul>