Age | Commit message (Expand) | Author | Files | Lines |
2016-09-30 | Makefile.def: Remove libjava. | Andrew Haley | 25 | -1912/+0 |
2010-03-13 | re PR libgcj/42676 (javah doesn't generate the header files as checked in in ... | Matthias Klose | 1 | -1/+1 |
2008-10-21 | re PR libgcj/37636 (java tools are unable to find resource files) | Matthias Klose | 1 | -12/+10 |
2007-04-19 | libjava | Tom Tromey | 1 | -1/+1 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 23 | -7/+888 |
2006-03-10 | re PR libgcj/25713 (GZIPOutputStream bad checksum) | Tom Tromey | 5 | -857/+7 |
2006-03-09 | re PR libgcj/24461 (array access in either GZIPInputStream, Inflater, natInfl... | Tom Tromey | 1 | -3/+5 |
2005-11-16 | ZipEntry.java: Removed, fully merged now. | Mark Wielaard | 2 | -959/+0 |
2005-07-16 | Major merge with Classpath. | Tom Tromey | 10 | -1668/+0 |
2005-06-30 | Update FSF address | Kelley Cook | 18 | -36/+36 |
2005-02-10 | Connection.java (getJarFile): Open jar file with OPEN_DELETE. | Tom Tromey | 1 | -7/+4 |
2005-02-10 | InflaterInputStream.java (markSupported): Override. | Tom Tromey | 1 | -1/+15 |
2005-01-05 | ZipEntry.java (setCompressedSize): Allow any argument. | Tom Tromey | 2 | -10/+5 |
2004-11-07 | [multiple changes] | Mark Wielaard | 1 | -4/+4 |
2004-11-07 | CheckedInputStream.java, [...]: Import cleanups. | Michael Koch | 4 | -9/+11 |
2004-11-06 | StringBuffer.java, [...]: Removed redundant and reordered modifiers. | Michael Koch | 4 | -20/+19 |
2004-10-21 | InflaterInputStream.java (fill): Don't throw an exception if we hit EOF of `in'. | Tom Tromey | 1 | -8/+4 |
2004-10-20 | Timestamp.java, [...]: Reorganized imports and fixed copyright headers. | Michael Koch | 3 | -4/+6 |
2004-09-22 | re PR java/14446 (GZIPInputStream: corrupted gzip file - crc mismatch) | Tom Tromey | 2 | -1/+19 |
2004-07-30 | 2004-07-30 Michael Koch <konqueror@gmx.de> | Michael Koch | 4 | -12/+16 |
2004-07-09 | DeflaterOutputStream.java, [...]: Reformatted. | Michael Koch | 4 | -130/+198 |
2004-06-17 | ZipFile.getInputStream returns null if entry not found. | Anthony Green | 1 | -2/+12 |
2004-06-06 | ZipEntry.java (setTime): Remove scaling. | Jerry Quinn | 1 | -3/+2 |
2004-05-31 | InflaterInputStream.java: Merged more with Classpath version. | Michael Koch | 2 | -27/+65 |
2004-05-03 | DERReader.java: Call static methods staticly. | Mark Wielaard | 1 | -6/+6 |
2004-02-05 | Deflater.java, [...]: Reformated and javadoc comments merged from classpath. | Michael Koch | 3 | -109/+292 |
2004-01-24 | InflaterInputStream.java: Merged class documentation with classpath. | Michael Koch | 1 | -8/+11 |
2003-11-26 | ZipFile (Zipfile(File)): Set file path as name. | David Belanger | 1 | -3/+3 |
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 |