aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io/ObjectInputStream.java
AgeCommit message (Expand)AuthorFilesLines
2001-04-26re PR libgcj/2237 (serialization doesn't throw exception on failure)Bryce McKinlay1-18/+6
2001-02-13BlockDataException.java: Removed.Bryce McKinlay1-1/+1
2001-01-27ObjectInputStream.java (read): AND byte with 0xff to make result unsigned.Bryce McKinlay1-7/+22
2000-11-26System.java (setProperties): Only call init_properties() if properties is null.Bryce McKinlay1-13/+25
2000-11-03ObjectInputStream.java (readObject): Added code to conditionally dump out the...Warren Levy1-21/+78
2000-10-05Makefile.am: Removed java/io/Replaceable.java and java/io/Resolvable.java.Warren Levy1-8/+28
2000-08-04ObjectInputStream.java (readFields): Turn off readDataFromBlock while reading...Warren Levy1-2/+9
2000-05-19Jumbo patch:Tom Tromey1-0/+1467