This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Patch] java.io.BufferedInputStream.skip(long)...
- From: Tom Tromey <tromey at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 17 Nov 2004 11:33:21 -0700
- Subject: Re: [Patch] java.io.BufferedInputStream.skip(long)...
- References: <419A7BC3.5010905@avtrex.com>
- Reply-to: tromey at redhat dot com
>>>>> "David" == David Daney <ddaney@avtrex.com> writes:
David> OK to commit?
Ok, thanks.
David> David Daney
David> 2004-11-16 David Daney <ddaney@avtrex.com>
David> * java/io/BufferedInputStream.java (skip): Return zero on EOF.
David> * testsuite/libjava.lang/BufferedInputStream_1.java,
David> testsuite/libjava.lang/BufferedInputStream_1.out: New test.
Tom