summaryrefslogtreecommitdiff
path: root/libjava/java/util/zip
AgeCommit message (Expand)Author
2002-01-22Add license clarification.Mark Wielaard
2002-01-19ZipOutputStream.java (putNextEntry): Clear uncompressed_size in readiness for...Per Bothner
2001-10-29re PR libgcj/4728 (java.util.zip.GZIPOutputStream.write(int) doesn't update CRC)Tom Tromey
2001-10-26Adler32.java: Use correct class name.Tom Tromey
2001-10-05Adler32.java: Merge with ClasspathMark Wielaard
2001-04-01DeflaterOutputStream.java (deflate): Loop while def.needsInput.Per Bothner
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson
2000-12-21* java/util/zip/Deflater.java (update, init): Now private.Tom Tromey
2000-12-18natInflater.cc (inflate): Treat Z_BUF_ERROR as end-of-stream if avail_in is 0.Bryce McKinlay
2000-11-29Check this.len, not len, when determining if there is no more input data.Bryce McKinlay
2000-11-29InflaterInputStream (read): Don't return -1 unless the infate() call didn't d...Bryce McKinlay
2000-11-17* java/util/zip/*.java: Javadoc and copyright updates.Mark Wielaard
2000-11-17CollationKey.java: Implement Comparable.Tom Tromey
2000-09-04ZipFile.java (ZipFile): Delete file when opened in DELETE mode.Tom Tromey
2000-08-29BitMaskExtent.java, [...]: Removed Latin-1 copyright symbols.Tom Tromey
2000-08-27ZipFile.java: Implement OPEN_DELETE mode...Mark Wielaard
2000-08-24InflaterInputStream.java (read(byte[],int,int)): return -1 when fill() has no...Mark Wielaard
2000-08-20Adler32.java: Make private variables really privateMark Wielaard
2000-08-20URLClassLoader.java: Find the JarEntry via the JarFile.Anthony Green
2000-08-19ZipInputStream.java (createZipEntry): Implemented.Tom Tromey
2000-08-19Attributes.java, [...]: Imported from Classpath.Anthony Green
2000-05-21re GNATS libgcj/226 (implicit __builtin_expect) and GNATS gcj/228 (compressed...Bryce McKinlay
2000-05-20ZipEntry.java: Implement Cloneable, per JDK1.2 docs.Bryce McKinlay
2000-05-11ZipInputStream.java (getNextEntry): When reading file headers, don't include ...Tom Tromey
2000-05-04Locale.java (Locale): Don't explicitly check for null.Tom Tromey
2000-04-11Vector.java (VectorEnumeration): Now `final'.Tom Tromey
2000-03-07All files: Updated copyright information.Tom Tromey
2000-02-29ZipOutputStream.java (closeEntry): Fixed error caused by the incorrect castin...Mo DeJong
2000-02-29ZipOutputStream.java (write_entry): Fixed SIGSEV caused by use of the wrong i...Mo DeJong
2000-02-19ZipEntry.java (setCrc): Fix overflow.Bryce McKinlay
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey
1999-11-07ZipFile.java: Compute the offset of the ZipEntry data correctly.Anthony Green
1999-09-10configure: Rebuilt.Tom Tromey
1999-08-18natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...Kresten Krab Thorup
1999-06-23InflaterInputStream.java (read): Throw ZipException if inflater throws a Data...Tom Tromey
1999-06-23DatagramSocketImpl.java (localPort): Fixed typo to match JDK.Warren Levy
1999-05-22ZipInputStream.java (fill): New method.Tom Tromey
1999-05-19GZIPOutputStream.java (write(byte[])): New method.Tom Tromey
1999-05-19natInflater.cc (inflate): Cast `len' to unsigned.Tom Tromey
1999-05-18ZipOutputStream.java (level): Initial value is Deflater.DEFAULT_COMPRESSION.Tom Tromey
1999-05-10natToolkit.cc: Added copyright header.Tom Tromey
1999-05-05*** empty log message ***Per Bothner
1999-05-05InflaterInputStream.java: New stub class.Per Bothner
1999-05-05InflaterInputStream.java: New stub class.Per Bothner
1999-05-05InflaterInputStream.java: New stub class.Per Bothner
1999-05-05InflaterInputStream.java: New stub class.Per Bothner
1999-04-07Initial revisionTom Tromey