aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io/PipedReader.java
AgeCommit message (Collapse)AuthorFilesLines
2001-02-13PipedReader.java (ready): Throw IOException if pipe closed.Tom Tromey1-1/+6
* 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
2001-01-06Fix comments for docletsAnthony Green1-2/+2
From-SVN: r38754
2001-01-05* java/io/PipedReader: Synchronize on "lock" instead of this.Bryce McKinlay1-118/+130
From-SVN: r38731
2001-01-05PipedInputStream: Rewrote to be simpler and more correct.Bryce McKinlay1-458/+291
* java/io/PipedInputStream: Rewrote to be simpler and more correct. * java/io/PipedOutputStream: Updated to match new PipedInputStream. * java/io/PipedReader: New implementation based on new PipedInputStream. * java/io/PipedWriter: Updated to match new PipedOutputStream. From-SVN: r38708
2000-04-21PipedInputStream.java, [...]: New version from Classpath.Tom Tromey1-224/+207
* java/io/PipedInputStream.java, java/io/PipedReader.java, java/io/PipedOutputStream.java, java/io/PipedWriter.java: New version from Classpath. From-SVN: r33316
2000-04-21Fix for PR java.io/204:Tom Tromey1-197/+506
* java/io/PipedInputStream.java, java/io/PipedReader.java, java/io/PipedOutputStream.java, java/io/PipedWriter.java: Imported from Classpath. From-SVN: r33300
2000-03-07All files: Updated copyright information.Tom Tromey1-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 Tromey1-1/+1
From-SVN: r31504
1999-04-07Initial revisionTom Tromey1-0/+210
From-SVN: r26263