1. 06 Aug, 2001 1 commit
  2. 13 Jul, 2001 1 commit
    • re PR libgcj/3426 (java.io.InputStreamReader, infinite loop) · a9a399fe
      	Fix for PR libgcj/3426:
      	* gnu/gcj/convert/natIconv.cc: Include CharConversionException.h,
      	errno.h.
      	(read): Throw exception if character conversion fails.
      	* java/io/BufferedInputStream.java (refill): Now package-private.
      	* java/io/InputStreamReader.java (ready): Simplified.
      	(refill): New method.
      	(read): Use it.
      
      Co-Authored-By: David Brownell <david-b@pacbell.net>
      
      From-SVN: r43975
      Tom Tromey committed
  3. 09 Feb, 2001 1 commit
  4. 29 Nov, 2000 1 commit
  5. 07 Mar, 2000 1 commit
  6. 19 Jan, 2000 1 commit
  7. 01 Nov, 1999 1 commit
  8. 10 May, 1999 1 commit
    • InputStreamReader.java (read): If length is 0, return 0. · 9733e4ee
      	* java/io/InputStreamReader.java (read): If length is 0, return
      	0.  Reset `wpos' and `wcount' when buffer has been filled and
      	emptied.
      	* java/util/Properties.java (save): Removed `FIXME' comment.
      	(load): Invalid characters in \u now treated as terminators.
      	Make sure to append character resulting from `\' handling.
      	Cast to `char' when appending to key or value.
      	(skip_ws): Inverted test for whitespace.
      
      From-SVN: r26862
      Tom Tromey committed
  9. 16 Apr, 1999 1 commit
    • InputStreamReader.java (<init>): Set super.in correctly. · 839df961
      �
      	* 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.
      
      From-SVN: r26509
      Per Bothner committed
  10. 07 Apr, 1999 1 commit