[www] Patch: FYI: news items for gcj
Tom Tromey
tromey@redhat.com
Tue Mar 6 19:00:00 GMT 2007
I'm checking this in.
This adds a couple news items to the gcj web page: one for the
timezone patch and one for the gc-analyze tool.
Tom
Index: java/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.171
diff -u -r1.171 index.html
--- java/index.html 9 Jan 2007 20:12:05 -0000 1.171
+++ java/index.html 6 Mar 2007 18:59:43 -0000
@@ -37,6 +37,16 @@
<!-- News entries start here -->
<dl class="news">
+<dt>February 20, 2007</dt>
+<dd>Jakub Jelinek checked in a patch to make
+<code>java.util.TimeZone</code> read system timezone files. Now
+libgcj does not require updating when a timezone change is published. </dd>
+
+<dt>February 15, 2007</dt>
+<dd>David Daney and Johannes Schmidt of Avtrex checked in a new
+<code>gc-analyze</code> tool. This is a valuable debugging tool which
+can be used to analyze heap dumps from libgcj. </dd>
+
<dt>January 8, 2007</dt>
<dd>We've merged the <code>gcj-eclipse</code> branch to svn trunk.
The merge changes gcj to use the Eclipse compiler as a front end,
More information about the Java-patches
mailing list