summaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authormark <mark@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-31 21:56:32 +0000
committermark <mark@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-31 21:56:32 +0000
commitb075bdcc8d0819c1c6cbefd95cd43af3f17bd034 (patch)
tree014ac9abd5a6aac2cfda79de11ea9dde56757788 /libjava/ChangeLog
parent0f4dfd04394483ac38333cedcabb1ff7aed9d4b0 (diff)
downloadgcc-b075bdcc8d0819c1c6cbefd95cd43af3f17bd034.tar.gz
* java/util/zip/ZipFile.java (readLeShort): Take and use DataInput as
argument. (readLeShort): Likewise and use byte[]. (readLeInt): Likewise. (readEntries): Use new versions of methods and use byte[] for reading a complete zip entry. Add ZipFile name to exceptions. (entries): Add ZipFile name to exceptions. (getEntry): Likewise. (checkLocalHeader): Use new versions of methods and add ZipFile name to exceptions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58697 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index e977ae155a8..b5b0f3eeebe 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,16 @@
+2002-10-27 Mark Wielaard <mark@klomp.org>
+
+ * java/util/zip/ZipFile.java (readLeShort): Take and use DataInput as
+ argument.
+ (readLeShort): Likewise and use byte[].
+ (readLeInt): Likewise.
+ (readEntries): Use new versions of methods and use byte[] for reading
+ a complete zip entry. Add ZipFile name to exceptions.
+ (entries): Add ZipFile name to exceptions.
+ (getEntry): Likewise.
+ (checkLocalHeader): Use new versions of methods and add ZipFile name
+ to exceptions.
+
2002-10-31 Mark Anderson <mark@panonet.net>
* java/awt/GridBagLayout.java (setConstraints): New stubbed method