summaryrefslogtreecommitdiff
path: root/libjava/java/io/OutputStreamWriter.java
Commit message (Expand)AuthorAgeFilesLines
* * java/io/OutputStreamWriter.java (flush): Create work if null.Mark Wielaard2006-07-211-0/+2
* OutputStreamWriter.java (writeChars): Use a 'do' loop.Tom Tromey2006-06-271-8/+12
* PR libgcj/9715, PR libgcj/19132:David Daney2006-01-031-0/+28
* Update FSF addressKelley Cook2005-06-301-2/+2
* GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch2005-02-171-2/+2
* BufferedReader.java, [...]: Fixed javadocs all over.Michael Koch2004-11-161-1/+1
* re PR libgcj/8738 (java.io.CharArrayWriter's write methods erroneously throw ...Mark Wielaard2003-06-071-1/+8
* 2003-05-09 Michael Koch <konqueror@gmx.de>Michael Koch2003-05-091-17/+84
* 2003-03-24 Michael Koch <konqueror@gmx.de>Michael Koch2003-03-241-8/+41
* DataInputStream.java (): Wrapped documentation line.Michael Koch2003-03-241-1/+0
* DataOutputStream.java, [...]: Merged copyright statements with classpath for ...Michael Koch2003-03-201-6/+36
* InputStreamReader.java (getEncoding): Return null when closed.Mark Wielaard2003-02-131-2/+5
* PipedWriter.java (flush): Throw exception if stream closed.Tom Tromey2001-02-201-3/+9
* OutputStreamWriter.java: (flush, writeChars): Throw IOException if stream clo...Bryce McKinlay2001-02-091-1/+7
* OutputStreamWriter.java (close): Only flush if not closed.Tom Tromey2000-07-281-2/+2
* All files: Updated copyright information.Tom Tromey2000-03-071-1/+1
* * All files: Updated copyright to reflect Cygnus purchase.Tom Tromey2000-01-191-1/+1
* PrintStream (PrintStream): Fix illegal usage of "this" before "super".Bryce McKinlay1999-11-011-4/+6
* OutputStreamWriter.java (OutputStreamWriter): Reverted previous patch; it too...Tom Tromey1999-09-211-5/+3
* OutputStreamWriter.java (OutputStreamWriter): Don't refer to `this' before ca...Tom Tromey1999-09-211-3/+5
* InputStreamReader.java (<init>): Set super.in correctly.Per Bothner1999-04-161-4/+9
* Initial revisionTom Tromey1999-04-071-0/+155