commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Patch: java.io.BufferedReader


From: Michael Koch
Subject: FYI: Patch: java.io.BufferedReader
Date: Fri, 6 Feb 2004 14:23:19 +0100
User-agent: KMail/1.5.4

Hi list,


I just commited the attached patch to merge in fixes by Mohan Embar in 
libgcj. I ditched the second part of the patch because 
java.io.InputStreamReader is substantially different from libgcj.


Michael


2004-02-06  Mohan Embar  <address@hidden>

        * java/io/BufferedReader.java (sbuf): New field.
        (readLine): Use String.valueOf instead of new String() as per
        Per Bothner's suggestion. Use instance sbuf field instead of a
        local StringBuffer instance.

Attachment: reader.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]