aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io/InputStreamReader.java
AgeCommit message (Expand)AuthorFilesLines
2001-07-13re PR libgcj/3426 (java.io.InputStreamReader, infinite loop)Tom Tromey1-60/+57
2001-02-09re PR libgcj/1913 (reading closed streams throws NullPointerException, not IO...Tom Tromey1-1/+10
2000-11-29InflaterInputStream (read): Don't return -1 unless the infate() call didn't d...Bryce McKinlay1-1/+1
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-3/+5
1999-05-10InputStreamReader.java (read): If length is 0, return 0.Tom Tromey1-0/+7
1999-04-16InputStreamReader.java (<init>): Set super.in correctly.Per Bothner1-3/+3
1999-04-07Initial revisionTom Tromey1-0/+151