aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io/PipedOutputStream.java
AgeCommit message (Collapse)AuthorFilesLines
2001-01-05PipedInputStream: Rewrote to be simpler and more correct.Bryce McKinlay1-164/+128
* 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, [...]: Yet another new version from Classpath.Tom Tromey1-6/+3
* java/io/PipedInputStream.java, java/io/PipedOutputStream.java: Yet another new version from Classpath. From-SVN: r33328
2000-04-21Fix for PR java.io/204:Tom Tromey1-84/+196
* 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-02-03PipedOutputStream.java (write(byte[], int, int)): New method.Tom Tromey1-7/+10
* java/io/PipedOutputStream.java (write(byte[], int, int)): New method. From-SVN: r31774
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
From-SVN: r31504
1999-04-07Initial revisionTom Tromey1-0/+94
From-SVN: r26263