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]

Patch: FYI: another gcj status update


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>
 


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