aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io/ObjectInputStream.java
AgeCommit message (Expand)AuthorFilesLines
2004-09-24ObjectInputStream.java: Re-ordered imports.Michael Koch1-9/+6
2004-09-24ObjectInputStream.java (callReadMethod): re-throw `ClassNotFoundException'.Casey Marshall1-1/+4
2004-09-24ObjectInputStream.java (readObject): Delegate instantation of Externalizable ...Jeroen Frijters1-23/+1
2004-07-09ObjectInputStream.java (readFields): Use long datatype when shifting byte val...Michael Koch1-8/+8
2004-06-21ObjectOutputStream.java: Add DEBUG statements everywhere.Andrew Haley1-26/+61
2004-04-20BufferedWriter.java, [...]: Fixed javadocs all over, rename arguments to matc...Michael Koch1-10/+6
2004-02-28ObjectInputStream.java: Compile fix, damn I commited the wrong code.Michael Koch1-0/+1
2004-02-282004-02-28 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux1-128/+184
2004-02-15ObjectInputStream.java (readClassDescriptor): Avoid the overflow of fieldmapp...Ito Kazumitsu1-2/+14
2004-02-062004-02-06 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+5
2004-02-06ObjectInputStream.java: Made all calls to dumpElement[ln] conditional on dump...Jeroen Frijters1-561/+246
2004-01-092004-01-09 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+0
2003-12-30ObjectInputStream.java, [...]: Reformated, no functional code changes.Michael Koch1-382/+390
2003-12-232003-12-23 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux1-38/+308
2003-12-16i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux1-14/+86
2003-12-16ObjectInputStream.java (setBooleanField): Throw an InvalidClassException if t...Guilhem Lavaux1-17/+152
2003-08-01More for PR libgcj/11737:Tom Tromey1-18/+30
2003-06-252003-06-25 Michael Koch <konqueror@gmx.de>Michael Koch1-38/+46
2003-05-23re PR libgcj/10838 (GCC 3.3 [libjava]: java.io.ObjectInputStream syntax error)Jeff Sturm1-1/+1
2003-03-24DataInputStream.java (): Wrapped documentation line.Michael Koch1-145/+130
2003-03-14ObjectInputStream.java (readObject): Cleaned up the class hierarchy loop.Jeroen Frijters1-60/+33
2003-03-01ObjectInputStream.java: Reindent.Mark Wielaard1-433/+412
2003-02-28Makefile.am (nat_source_files): Remove java/io/natObjectOutputStream.cc.Mark Wielaard1-364/+458
2002-10-01ObjectInputStream.java (resolveProxyClass): New method from Classpath.Tom Tromey1-1/+28
2002-07-24[multiple changes]Mark Wielaard1-1/+10
2002-01-22Add license clarification.Mark Wielaard1-5/+16
2001-12-21ObjectInputStream.java (enableResolveObject): Use correct security check.Tom Tromey1-2/+5
2001-12-09Makefile.in: Rebuilt.Tom Tromey1-6/+6
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