------- Additional Comments From greenrd at greenrd dot org 2005-04-28 22:38 ------- Please reopen. JDK1.5 javadocs for BufferedReader.read include this new information:
"As an additional convenience, it attempts to read as many characters as possible by repeatedly invoking the read method of the underlying stream." Bug 18840 addressed the same issue for BufferedInputStream by bringing libgcj into compliance with JDK1.5; the same should be done here, for BufferedReader. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18376