summaryrefslogtreecommitdiff
path: root/java/io/PipedWriter.java
Commit message (Expand)AuthorAgeFilesLines
* Normalise whitespace.Andrew John Hughes2010-06-031-24/+24
* * all files: Update for new FSF address.Mark Wielaard2005-07-021-2/+2
* 2004-11-16 Michael Koch <konqueror@gmx.de>Michael Koch2004-11-161-3/+3
* * java/io/PipedOutputStream.java (flush): Declare as throwingTom Tromey2003-02-041-2/+2
* java/io/PipedWriter.java corrected connect() method test for existing connectionDaryl Lee2002-12-241-1/+1
* Add License clarificationMark Wielaard2002-01-221-5/+16
* * java/io/PipedWriter.java (write): Changed argument to `int'.Tom Tromey2001-08-311-2/+2
* * java/io/PipedWriter.java (flush): Throw exception if streamTom Tromey2001-02-201-1/+3
* * java/io/PipedInputStream: Rewritten. Now simpler and more correct.Bryce McKinlay2001-01-051-176/+128
* Change license to libgcc-like terms.Paul Fisher2000-03-161-19/+25
* Added write(int) method for spec conformanceAaron M. Renn1998-11-301-0/+19
* Initial CheckinAaron M. Renn1998-08-011-0/+192