summaryrefslogtreecommitdiff
path: root/libjava/java/io/OutputStreamWriter.java
AgeCommit message (Expand)Author
2016-09-30Makefile.def: Remove libjava.Andrew Haley
2006-07-21* java/io/OutputStreamWriter.java (flush): Create work if null.Mark Wielaard
2006-06-27OutputStreamWriter.java (writeChars): Use a 'do' loop.Tom Tromey
2006-01-03PR libgcj/9715, PR libgcj/19132:David Daney
2005-06-30Update FSF addressKelley Cook
2005-02-17GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch
2004-11-16BufferedReader.java, [...]: Fixed javadocs all over.Michael Koch
2003-06-07re PR libgcj/8738 (java.io.CharArrayWriter's write methods erroneously throw ...Mark Wielaard
2003-05-092003-05-09 Michael Koch <konqueror@gmx.de>Michael Koch
2003-03-242003-03-24 Michael Koch <konqueror@gmx.de>Michael Koch
2003-03-24DataInputStream.java (): Wrapped documentation line.Michael Koch
2003-03-20DataOutputStream.java, [...]: Merged copyright statements with classpath for ...Michael Koch
2003-02-13InputStreamReader.java (getEncoding): Return null when closed.Mark Wielaard
2001-02-20PipedWriter.java (flush): Throw exception if stream closed.Tom Tromey
2001-02-09OutputStreamWriter.java: (flush, writeChars): Throw IOException if stream clo...Bryce McKinlay
2000-07-28OutputStreamWriter.java (close): Only flush if not closed.Tom Tromey
2000-03-07All files: Updated copyright information.Tom Tromey
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey
1999-11-01PrintStream (PrintStream): Fix illegal usage of "this" before "super".Bryce McKinlay
1999-09-21OutputStreamWriter.java (OutputStreamWriter): Reverted previous patch; it too...Tom Tromey
1999-09-21OutputStreamWriter.java (OutputStreamWriter): Don't refer to `this' before ca...Tom Tromey
1999-04-16InputStreamReader.java (<init>): Set super.in correctly.Per Bothner
1999-04-07Initial revisionTom Tromey