summaryrefslogtreecommitdiff
path: root/libjava/java/util/zip/ZipFile.java
AgeCommit message (Expand)Author
2005-11-16ZipEntry.java: Removed, fully merged now.Mark Wielaard
2005-06-30Update FSF addressKelley Cook
2005-02-10Connection.java (getJarFile): Open jar file with OPEN_DELETE.Tom Tromey
2004-11-07CheckedInputStream.java, [...]: Import cleanups.Michael Koch
2004-11-06StringBuffer.java, [...]: Removed redundant and reordered modifiers.Michael Koch
2004-10-20Timestamp.java, [...]: Reorganized imports and fixed copyright headers.Michael Koch
2004-06-17ZipFile.getInputStream returns null if entry not found.Anthony Green
2003-11-26ZipFile (Zipfile(File)): Set file path as name.David Belanger
2003-07-14MemoryImageSource.java, [...]: New versions from classpath.Michael Koch
2003-06-17ZipEntry.java, [...]: Reworked imports, only import used classes.Michael Koch
2003-02-21* java/util/zip/ZipFile.java (finalize): New method.Mark Wielaard
2003-01-02ZipFile.java (entries): Now HashMap.Artur Biesiadowski
2002-12-03JarFile.java (manifest): Not final.Mark Wielaard
2002-10-31ZipFile.java (readLeShort): Take and use DataInput as argument.Mark Wielaard
2002-06-15InflaterInputStream.java (read): Loop if data has been read but none output b...Tom Tromey
2002-01-22Add license clarification.Mark Wielaard
2000-11-17* java/util/zip/*.java: Javadoc and copyright updates.Mark Wielaard
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-20Adler32.java: Make private variables really privateMark Wielaard
2000-08-20URLClassLoader.java: Find the JarEntry via the JarFile.Anthony Green
2000-05-21re GNATS libgcj/226 (implicit __builtin_expect) and GNATS gcj/228 (compressed...Bryce McKinlay
2000-04-11Vector.java (VectorEnumeration): Now `final'.Tom Tromey
2000-03-07All files: Updated copyright information.Tom Tromey
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-08-18natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...Kresten Krab Thorup
1999-05-18ZipOutputStream.java (level): Initial value is Deflater.DEFAULT_COMPRESSION.Tom Tromey
1999-05-05InflaterInputStream.java: New stub class.Per Bothner
1999-04-07Initial revisionTom Tromey