aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util/zip/ZipOutputStream.java
AgeCommit message (Expand)AuthorFilesLines
2002-11-03GNU Classpath merge.Mark Wielaard1-6/+6
2002-06-15InflaterInputStream.java (read): Loop if data has been read but none output b...Tom Tromey1-240/+316
2002-01-22Add license clarification.Mark Wielaard1-5/+16
2002-01-19ZipOutputStream.java (putNextEntry): Clear uncompressed_size in readiness for...Per Bothner1-0/+1
2001-04-01DeflaterOutputStream.java (deflate): Loop while def.needsInput.Per Bothner1-42/+56
2000-11-17* java/util/zip/*.java: Javadoc and copyright updates.Mark Wielaard1-7/+26
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-02-29ZipOutputStream.java (closeEntry): Fixed error caused by the incorrect castin...Mo DeJong1-1/+1
2000-02-29ZipOutputStream.java (write_entry): Fixed SIGSEV caused by use of the wrong i...Mo DeJong1-3/+3
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
1999-05-18ZipOutputStream.java (level): Initial value is Deflater.DEFAULT_COMPRESSION.Tom Tromey1-30/+233
1999-05-05InflaterInputStream.java: New stub class.Per Bothner1-0/+47
1999-04-07Initial revisionTom Tromey1-0/+26