summaryrefslogtreecommitdiffstats
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 55fb358c473..b4916054ca8 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,13 @@
+2001-01-27 Bryce McKinlay <bryce@albatross.co.nz>
+
+ * 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.
+
2001-01-26 Tom Tromey <tromey@redhat.com>
* jni.cc (_Jv_JNI_GetAnyMethodID): Rewrite signature from external
OpenPOWER on IntegriCloud