gcc/libjava/java
Tom Tromey 9733e4ee31 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
1999-05-10 12:33:07 +00:00
..
awt natToolkit.cc: Added copyright header. 1999-05-10 09:23:41 +00:00
io InputStreamReader.java (read): If length is 0, return 0. 1999-05-10 12:33:07 +00:00
lang * java/lang/natObject.cc (sync_init): Use _Jv_AllocBytesChecked. 1999-05-10 09:28:54 +00:00
net Makefile.am: Added URLDecoder and URLEncoder. 1999-04-23 16:36:22 +00:00
security Makefile.in: Rebuilt. 1999-04-18 08:24:30 +00:00
text DateFormat.java (computeInstance): Separate time and date styles. 1999-05-08 22:21:50 +00:00
util InputStreamReader.java (read): If length is 0, return 0. 1999-05-10 12:33:07 +00:00