Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-11-29 | InflaterInputStream (read): Don't return -1 unless the infate() call didn't ↵ | Bryce McKinlay | 1 | -7/+0 | |
deliver any output. * java/util/zip/InflaterInputStream (read): Don't return -1 unless the infate() call didn't deliver any output. Throw a ZipException if the needsDictionary() call returns true. * java/io/ByteArrayInputStream (read): Remove redundant bounds checks. * java/io/InputStreamReader: Use the default buffer size for the contained BufferedInputStream. From-SVN: r37846 | |||||
2000-03-07 | All files: Updated copyright information. | Tom Tromey | 1 | -1/+1 | |
* All files: Updated copyright information. * COPYING: New file. * COPYING.LIB: Removed. * LIBGCJ_LICENSE: We now use GPL + special exception. From-SVN: r32387 | |||||
2000-01-19 | * All files: Updated copyright to reflect Cygnus purchase. | Tom Tromey | 1 | -1/+1 | |
From-SVN: r31504 | |||||
1999-04-07 | Initial revision | Tom Tromey | 1 | -0/+113 | |
From-SVN: r26263 |