This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] Merge GNU Classpath (libgcj-snapshot-20090102) to trunk
- From: Tom Tromey <tromey at redhat dot com>
- To: "Andrew John Hughes" <gnu_andrew at member dot fsf dot org>
- Cc: gcc-patches at gnu dot org, "Java Patch List" <java-patches at gcc dot gnu dot org>
- Date: Tue, 06 Jan 2009 11:29:39 -0700
- Subject: Re: [patch] Merge GNU Classpath (libgcj-snapshot-20090102) to trunk
- References: <17c6771e0901051845i4b1f75a1p6fb105e1c7f949d7@mail.gmail.com>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "Andrew" == Andrew John Hughes <gnu_andrew@member.fsf.org> writes:
Andrew> This patch updates the version of Classpath on trunk to
Andrew> encompass a number of regression fixes recently added to GNU
Andrew> Classpath.
Andrew> Ok for trunk?
Yes, this is ok.
Thanks for doing this.
Andrew> * java/lang/String.java:
Andrew> (byte[],int,int,String): Call new Charset method.
[...]
Due to the libgcj override, this changes won't show up. So, if you
want this in the next libgcj, you'll have to apply them to the local
String.
Tom