| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | � | bothner | 1999-04-16 | 3 | -55/+120 |
| | | | | | | | | | | | | | | | * java/io/InputStreamReader.java (<init>): Set super.in correctly. * java/io/OutputStreamWriter.java (<init>): Set super.in correctly. (writeChars): Don't be quite so eager to flush. * java/io/PrintStream.java: Rewrite. Now more similar to OutputStreamWriter, using explicit UnicodeToBytes converter. Also, autoflush does not need to flush so often. * java/lang/natString.cc (getBytes): More efficient algorithm. (init(jbyteArray,jint,jint,jstring)): More efficient. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26509 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | 1999-04-12 Urban Widmark <urban@svenskatest.se> | warrenl | 1999-04-12 | 1 | -3/+6 |
| | | | | | | | | | * java/io/DataInputStream.java (readLine): Corrected handling of empty lines, from null to "". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26381 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | * java/io/PrintStream.java (print): Handle null string argument. | tromey | 1999-04-08 | 1 | -2/+2 |
| | | | | | | | | (println): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26294 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | Initial revision | tromey | 1999-04-07 | 57 | -0/+7150 |
| git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26263 138bc75d-0d04-0410-961f-82ee72b054a4 | |||||

