From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13992 invoked by alias); 6 Mar 2007 19:00:49 -0000 Received: (qmail 13977 invoked by uid 22791); 6 Mar 2007 19:00:48 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 06 Mar 2007 19:00:44 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l26J0et0011500; Tue, 6 Mar 2007 14:00:40 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l26J0erU012133; Tue, 6 Mar 2007 14:00:40 -0500 Received: from opsy.redhat.com (ton.toronto.redhat.com [172.16.14.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l26J0XIY029327; Tue, 6 Mar 2007 14:00:34 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id D8C663787C1; Tue, 6 Mar 2007 11:47:14 -0700 (MST) To: Gcc Patch List Cc: GCJ-patches Subject: [www] Patch: FYI: news items for gcj From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Tue, 06 Mar 2007 19:00:00 -0000 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2007-q1/txt/msg00640.txt.bz2 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 @@
+
February 20, 2007
+
Jakub Jelinek checked in a patch to make +java.util.TimeZone read system timezone files. Now +libgcj does not require updating when a timezone change is published.
+ +
February 15, 2007
+
David Daney and Johannes Schmidt of Avtrex checked in a new +gc-analyze tool. This is a valuable debugging tool which +can be used to analyze heap dumps from libgcj.
+
January 8, 2007
We've merged the gcj-eclipse branch to svn trunk. The merge changes gcj to use the Eclipse compiler as a front end,