Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-02-13 | PipedReader.java (ready): Throw IOException if pipe closed. | Tom Tromey | 1 | -7/+9 | |
* java/io/PipedReader.java (ready): Throw IOException if pipe closed. * java/io/FilterReader.java (close): Don't clear `in'. * java/io/CharArrayReader.java (mark): Throw IOException if stream closed. (read, ready, reset, skip): Added exception message. * java/io/BufferedReader.java (mark, reset, ready, read, skip): Perform checkStatus check inside synchronized block. From-SVN: r39641 | |||||
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/+152 | |
From-SVN: r26263 |