InputStreamReader.java (read): If length is 0, return 0.
authorTom Tromey <tromey@cygnus.com>
Mon, 10 May 1999 12:33:07 +0000 (12:33 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 10 May 1999 12:33:07 +0000 (12:33 +0000)
commit9733e4ee3172af5cf90267abf4a9ce8e082c058b
tree1f3955d0c2dba39eb67bebb27fc42978c9289425
parent05e0b2f47cf953ec7db7d9dede697420c9e48748
InputStreamReader.java (read): If length is 0, return 0.

* 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
libjava/ChangeLog
libjava/java/io/InputStreamReader.java
libjava/java/util/Properties.java