diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-29 10:06:03 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-29 10:06:03 +0000 |
commit | e42b522040644e919e4da4c9a10edcec01ae847e (patch) | |
tree | 2faa9e8f99525720284bd59f9288fb1d62c941dc /libjava/ChangeLog | |
parent | ba7f47dc6a3c0112f74a36bc4aeb3e317d1d2bca (diff) | |
download | gcc-e42b522040644e919e4da4c9a10edcec01ae847e.tar.gz |
* 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
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r-- | libjava/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <warrenl@cygnus.com> |