summaryrefslogtreecommitdiff
path: root/libjava/java/io/InputStreamReader.java
AgeCommit message (Expand)Author
2016-09-30Makefile.def: Remove libjava.Andrew Haley
2006-01-03PR libgcj/9715, PR libgcj/19132:David Daney
2005-07-06InputStreamReader.java (refill): Handle no-progress case correctly.Tom Tromey
2005-06-30Update FSF addressKelley Cook
2005-03-09re PR libgcj/20389 (BufferedInputStream gets ArrayIndexOutOfBoundsExeception)David Daney
2005-02-21InputStreamReader.java: Fixed @author tag.Michael Koch
2004-04-20BufferedWriter.java, [...]: Fixed javadocs all over, rename arguments to matc...Michael Koch
2004-01-30BufferedReader.java (sbuf): New field.Mohan Embar
2003-05-092003-05-09 Michael Koch <konqueror@gmx.de>Michael Koch
2003-05-062003-05-06 Michael Koch <konqueror@gmx.de>Michael Koch
2003-03-242003-03-24 Michael Koch <konqueror@gmx.de>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-08-06InputStreamReader.java (refill): Only call refill on BufferedInputStream when...Tom Tromey
2001-07-13re PR libgcj/3426 (java.io.InputStreamReader, infinite loop)Tom Tromey
2001-02-09re PR libgcj/1913 (reading closed streams throws NullPointerException, not IO...Tom Tromey
2000-11-29InflaterInputStream (read): Don't return -1 unless the infate() call didn't d...Bryce McKinlay
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-05-10InputStreamReader.java (read): If length is 0, return 0.Tom Tromey
1999-04-16InputStreamReader.java (<init>): Set super.in correctly.Per Bothner
1999-04-07Initial revisionTom Tromey