From e42b522040644e919e4da4c9a10edcec01ae847e Mon Sep 17 00:00:00 2001 From: bryce Date: Wed, 29 Nov 2000 10:06:03 +0000 Subject: * java/util/zip/InflaterInputStream (read): Don't return -1 unless the infate() call didn't deliver any output. Throw a ZipException if the needsDictionary() call returns true. * java/io/ByteArrayInputStream (read): Remove redundant bounds checks. * java/io/InputStreamReader: Use the default buffer size for the contained BufferedInputStream. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37846 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libjava/ChangeLog') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 5e6212f174d..57c04e0ccf6 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -5,6 +5,13 @@ * configure.in: Check for setlocale. * configure: Rebuilt. * include/config.h.in: Rebuilt. + + * java/util/zip/InflaterInputStream (read): Don't return -1 unless + the infate() call didn't deliver any output. Throw a ZipException if + the needsDictionary() call returns true. + * java/io/ByteArrayInputStream (read): Remove redundant bounds checks. + * java/io/InputStreamReader: Use the default buffer size for the + contained BufferedInputStream. 2000-11-28 Warren Levy -- cgit v1.2.3