gcc/libjava/java
Bryce McKinlay 60b7365f52 ObjectInputStream.java (read): AND byte with 0xff to make result unsigned.
* java/io/ObjectInputStream.java (read): AND byte with 0xff to make
	result unsigned.
	(read (byte[], int, int)): Only call readNextBlock() if the block
	buffer would actually be overrun. Increment blockDataPosition.
	(callReadMethod): Propagate exceptions from invocation target.
	* java/io/ObjectOutputStream.java (callWriteMethod): Propagate
	exceptions from invocation target.

From-SVN: r39293
2001-01-27 06:04:29 +00:00
..
applet
awt Cursor.java (Cursor(String)): Set type to custom. 2001-01-11 17:49:47 +00:00
beans * java/bean/Beans.java (instantiate): enable Applet code from Classpath 2001-01-18 00:43:17 +00:00
io ObjectInputStream.java (read): AND byte with 0xff to make result unsigned. 2001-01-27 06:04:29 +00:00
lang natSystem.cc (getSystemTimeZone): Only use tm_gmtoff and timezone if they are available on the system. 2001-01-26 21:57:08 +00:00
math * java/math/BigInteger.java: Update Copyright year. 2001-01-17 04:13:17 +00:00
net URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com) 2001-01-15 07:58:16 +00:00
security
sql
text SimpleDateFormat.java (format): Compute hour for cases HOUR_OF_DAY1_FIELD (1-24)... 2001-01-20 00:37:09 +00:00
util re PR libgcj/1411 (natTimeZone.cc should be removed) 2001-01-09 07:07:51 +00:00