This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Patch] Fix broken ByteArrayOutputStream.toString(int)...
- From: Tom Tromey <tromey at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 12 Sep 2005 11:40:21 -0600
- Subject: Re: [Patch] Fix broken ByteArrayOutputStream.toString(int)...
- References: <4325BD84.8020906@avtrex.com>
- Reply-to: tromey at redhat dot com
>>>>> "David" == David Daney <ddaney@avtrex.com> writes:
David> This is not a regression as it was always broken. Should I commit to
David> 4.0.x as well?
Please commit it to 4.0.
David> If I ever figure out how to make my classpath CVS access work I could
David> commit there as well.
Let's solve this. I'm going to do a Classpath import in the near
future. I would prefer to bring this patch over to the trunk via the
import rather than a separate commit.
Tom