This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[www] Patch: FYI: news items for gcj
- From: Tom Tromey <tromey at redhat dot com>
- To: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Cc: GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: 06 Mar 2007 11:47:14 -0700
- Subject: [www] Patch: FYI: news items for gcj
- Reply-to: tromey at redhat dot com
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,