aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io/OutputStreamWriter.java
AgeCommit message (Expand)AuthorFilesLines
2006-07-21* java/io/OutputStreamWriter.java (flush): Create work if null.Mark Wielaard1-0/+2
2006-06-27OutputStreamWriter.java (writeChars): Use a 'do' loop.Tom Tromey1-8/+12
2006-01-03PR libgcj/9715, PR libgcj/19132:David Daney1-0/+28
2005-06-30Update FSF addressKelley Cook1-2/+2
2005-02-17GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch1-2/+2
2004-11-16BufferedReader.java, [...]: Fixed javadocs all over.Michael Koch1-1/+1
2003-06-07re PR libgcj/8738 (java.io.CharArrayWriter's write methods erroneously throw ...Mark Wielaard1-1/+8
2003-05-092003-05-09 Michael Koch <konqueror@gmx.de>Michael Koch1-17/+84
2003-03-242003-03-24 Michael Koch <konqueror@gmx.de>Michael Koch1-8/+41
2003-03-24DataInputStream.java (): Wrapped documentation line.Michael Koch1-1/+0
2003-03-20DataOutputStream.java, [...]: Merged copyright statements with classpath for ...Michael Koch1-6/+36
2003-02-13InputStreamReader.java (getEncoding): Return null when closed.Mark Wielaard1-2/+5
2001-02-20PipedWriter.java (flush): Throw exception if stream closed.Tom Tromey1-3/+9
2001-02-09OutputStreamWriter.java: (flush, writeChars): Throw IOException if stream clo...Bryce McKinlay1-1/+7
2000-07-28OutputStreamWriter.java (close): Only flush if not closed.Tom Tromey1-2/+2
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
1999-11-01PrintStream (PrintStream): Fix illegal usage of "this" before "super".Bryce McKinlay1-4/+6
1999-09-21OutputStreamWriter.java (OutputStreamWriter): Reverted previous patch; it too...Tom Tromey1-5/+3
1999-09-21OutputStreamWriter.java (OutputStreamWriter): Don't refer to `this' before ca...Tom Tromey1-3/+5
1999-04-16InputStreamReader.java (<init>): Set super.in correctly.Per Bothner1-4/+9
1999-04-07Initial revisionTom Tromey1-0/+155