From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24683 invoked by alias); 4 Mar 2008 21:06:11 -0000 Received: (qmail 24663 invoked by uid 22791); 4 Mar 2008 21:06:10 -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, 04 Mar 2008 21:05:53 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m24L5jCO027417; Tue, 4 Mar 2008 16:05:45 -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 m24L5ifm015690; Tue, 4 Mar 2008 16:05:44 -0500 Received: from mopsy.redhat.com (vpn-248-71.boston.redhat.com [10.13.248.71]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m24L5LPI028232; Tue, 4 Mar 2008 16:05:31 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18381.44170.286801.967097@fleche.redhat.com> Date: Tue, 04 Mar 2008 21:06:00 -0000 To: David Daney Cc: Java Patch List Subject: Re: [PATCH] Remove classpath overrides for Calender, Currency, locale et al. In-Reply-To: <47CC6318.5020206@avtrex.com> References: <47CA0B5A.9050302@avtrex.com> <47CACCE2.2010805@avtrex.com> <47CC6318.5020206@avtrex.com> X-Mailer: VM 8.0.x-xemacs-522 under Emacs 22.1.1 (i386-redhat-linux-gnu) From: Tom Tromey Reply-To: Tom Tromey X-Attribution: Tom 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: 2008-q1/txt/msg00087.txt.bz2 >>>>> "David" == David Daney writes: David> Here is the new patch. The only change from the previous David> version is that I merged code from classpath into David> java.text.Collator. This is ok. Nice job. I think you will probably hold the "biggest deletion" record for GCC -- put that on your resume :-) David> I think we should commit this and then perhaps address the David> java.text.ParseException in classpath. I agree. I'm also curious about the class loader issue... in my abandoned attempt to do this same thing I think I had to change things so that the locale info was found via the system class loader...? Tom