Age | Commit message (Expand) | Author | Files | Lines |
2003-10-27 | Reported by Helmer Kraemer <hkraemer@freenet.de> | Mark Wielaard | 1 | -18/+12 |
2003-10-15 | 2003-10-15 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -4/+10 |
2003-10-11 | Map.java, [...]: Removed redundant modifiers. | Michael Koch | 2 | -58/+58 |
2003-07-14 | MemoryImageSource.java, [...]: New versions from classpath. | Michael Koch | 1 | -1/+1 |
2003-06-19 | 2003-06-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -0/+4 |
2003-06-17 | ZipEntry.java, [...]: Reworked imports, only import used classes. | Michael Koch | 4 | -7/+8 |
2003-05-27 | 2003-05-27 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -27/+206 |
2003-04-29 | Deflater.java, [...]: Partly merged with classpath. | Michael Koch | 2 | -7/+39 |
2003-02-21 | ZipEntry.java (setComment): Don't check length when argument is null. | Mark Wielaard | 1 | -1/+1 |
2003-02-21 | ZipEntry.java (ZipEntry(String)): When name is bigger then 65535 chars throw ... | Mark Wielaard | 1 | -2/+6 |
2003-02-21 | * java/util/zip/ZipFile.java (finalize): New method. | Mark Wielaard | 1 | -0/+9 |
2003-02-13 | InflaterInputStream.java (read): Return zero when len is zero. | Mark Wielaard | 1 | -1/+3 |
2003-02-12 | ZipInputStream.java: idem | John Leuner | 1 | -1/+3 |
2003-01-02 | ZipFile.java (entries): Now HashMap. | Artur Biesiadowski | 1 | -64/+113 |
2002-12-03 | JarFile.java (manifest): Not final. | Mark Wielaard | 3 | -106/+132 |
2002-11-16 | For PR libgcj/8593: | Tom Tromey | 1 | -15/+21 |
2002-11-03 | GNU Classpath merge. | Mark Wielaard | 2 | -9/+9 |
2002-10-31 | ZipFile.java (readLeShort): Take and use DataInput as argument. | Mark Wielaard | 1 | -39/+58 |
2002-10-16 | re PR libgcj/8234 (ZipInputStream chokes when InputStream.read() returns smal... | Tom Tromey | 2 | -0/+2 |
2002-09-25 | re PR libgcj/7766 (ZipInputStream.available returns 0 immediately after const... | Jesse Rosenstock | 1 | -2/+8 |
2002-06-16 | RuntimeException.java: Re-merge with Classpath. | Tom Tromey | 2 | -20/+39 |
2002-06-15 | InflaterInputStream.java (read): Loop if data has been read but none output b... | Tom Tromey | 8 | -787/+1332 |
2002-01-22 | Add license clarification. | Mark Wielaard | 18 | -90/+288 |
2002-01-19 | ZipOutputStream.java (putNextEntry): Clear uncompressed_size in readiness for... | Per Bothner | 1 | -0/+1 |
2001-10-29 | re PR libgcj/4728 (java.util.zip.GZIPOutputStream.write(int) doesn't update CRC) | Tom Tromey | 1 | -1/+7 |
2001-10-26 | Adler32.java: Use correct class name. | Tom Tromey | 1 | -1/+1 |
2001-10-05 | Adler32.java: Merge with Classpath | Mark Wielaard | 5 | -52/+126 |
2001-04-01 | DeflaterOutputStream.java (deflate): Loop while def.needsInput. | Per Bothner | 2 | -51/+95 |
2001-03-25 | exception.cc (java_eh_info): Make value type jthrowable. | Richard Henderson | 2 | -18/+18 |
2000-12-21 | * java/util/zip/Deflater.java (update, init): Now private. | Tom Tromey | 1 | -2/+2 |
2000-12-18 | natInflater.cc (inflate): Treat Z_BUF_ERROR as end-of-stream if avail_in is 0. | Bryce McKinlay | 1 | -5/+10 |
2000-11-29 | Check this.len, not len, when determining if there is no more input data. | Bryce McKinlay | 1 | -1/+1 |
2000-11-29 | InflaterInputStream (read): Don't return -1 unless the infate() call didn't d... | Bryce McKinlay | 1 | -7/+10 |
2000-11-17 | * java/util/zip/*.java: Javadoc and copyright updates. | Mark Wielaard | 18 | -195/+666 |
2000-11-17 | CollationKey.java: Implement Comparable. | Tom Tromey | 2 | -7/+35 |
2000-09-04 | ZipFile.java (ZipFile): Delete file when opened in DELETE mode. | Tom Tromey | 1 | -1/+1 |
2000-08-29 | BitMaskExtent.java, [...]: Removed Latin-1 copyright symbols. | Tom Tromey | 1 | -3/+8 |
2000-08-27 | ZipFile.java: Implement OPEN_DELETE mode... | Mark Wielaard | 1 | -3/+32 |
2000-08-24 | InflaterInputStream.java (read(byte[],int,int)): return -1 when fill() has no... | Mark Wielaard | 1 | -0/+2 |
2000-08-20 | Adler32.java: Make private variables really private | Mark Wielaard | 7 | -6/+25 |
2000-08-20 | URLClassLoader.java: Find the JarEntry via the JarFile. | Anthony Green | 1 | -1/+1 |
2000-08-19 | ZipInputStream.java (createZipEntry): Implemented. | Tom Tromey | 1 | -2/+1 |
2000-08-19 | Attributes.java, [...]: Imported from Classpath. | Anthony Green | 1 | -0/+6 |
2000-05-21 | re GNATS libgcj/226 (implicit __builtin_expect) and GNATS gcj/228 (compressed... | Bryce McKinlay | 2 | -2/+5 |
2000-05-20 | ZipEntry.java: Implement Cloneable, per JDK1.2 docs. | Bryce McKinlay | 1 | -1/+20 |
2000-05-11 | ZipInputStream.java (getNextEntry): When reading file headers, don't include ... | Tom Tromey | 1 | -2/+8 |
2000-05-04 | Locale.java (Locale): Don't explicitly check for null. | Tom Tromey | 1 | -3/+1 |
2000-04-11 | Vector.java (VectorEnumeration): Now `final'. | Tom Tromey | 1 | -2/+2 |
2000-03-07 | All files: Updated copyright information. | Tom Tromey | 20 | -20/+20 |
2000-02-29 | ZipOutputStream.java (closeEntry): Fixed error caused by the incorrect castin... | Mo DeJong | 1 | -1/+1 |