summaryrefslogtreecommitdiff
path: root/libjava/java/io/ObjectInputStream.java
AgeCommit message (Expand)Author
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2005-11-16[multiple changes]Mark Wielaard
2005-06-30Update FSF addressKelley Cook
2005-06-01* java/io/ObjectInputStream.java (currentLoader): Fixed typo.Tom Tromey
2005-06-01re PR libgcj/21785 (ClassNotFound during deserialization)Tom Tromey
2005-02-22[multiple changes]Bryce McKinlay
2005-02-20RE.java, [...]: Made 'inner' classes real public static inner classes...Dalibor Topic
2005-02-17GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey
2004-10-18BufferedInputStream.java: Fixed @author tag.Michael Koch
2004-09-24ObjectInputStream.java: Re-ordered imports.Michael Koch
2004-09-24ObjectInputStream.java (callReadMethod): re-throw `ClassNotFoundException'.Casey Marshall
2004-09-24ObjectInputStream.java (readObject): Delegate instantation of Externalizable ...Jeroen Frijters
2004-07-09ObjectInputStream.java (readFields): Use long datatype when shifting byte val...Michael Koch
2004-06-21ObjectOutputStream.java: Add DEBUG statements everywhere.Andrew Haley
2004-04-20BufferedWriter.java, [...]: Fixed javadocs all over, rename arguments to matc...Michael Koch
2004-02-28ObjectInputStream.java: Compile fix, damn I commited the wrong code.Michael Koch
2004-02-282004-02-28 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux
2004-02-15ObjectInputStream.java (readClassDescriptor): Avoid the overflow of fieldmapp...Ito Kazumitsu
2004-02-062004-02-06 Michael Koch <konqueror@gmx.de>Michael Koch
2004-02-06ObjectInputStream.java: Made all calls to dumpElement[ln] conditional on dump...Jeroen Frijters
2004-01-092004-01-09 Michael Koch <konqueror@gmx.de>Michael Koch
2003-12-30ObjectInputStream.java, [...]: Reformated, no functional code changes.Michael Koch
2003-12-232003-12-23 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux
2003-12-16i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux
2003-12-16ObjectInputStream.java (setBooleanField): Throw an InvalidClassException if t...Guilhem Lavaux
2003-08-01More for PR libgcj/11737:Tom Tromey
2003-06-252003-06-25 Michael Koch <konqueror@gmx.de>Michael Koch
2003-05-23re PR libgcj/10838 (GCC 3.3 [libjava]: java.io.ObjectInputStream syntax error)Jeff Sturm
2003-03-24DataInputStream.java (): Wrapped documentation line.Michael Koch
2003-03-14ObjectInputStream.java (readObject): Cleaned up the class hierarchy loop.Jeroen Frijters
2003-03-01ObjectInputStream.java: Reindent.Mark Wielaard
2003-02-28Makefile.am (nat_source_files): Remove java/io/natObjectOutputStream.cc.Mark Wielaard
2002-10-01ObjectInputStream.java (resolveProxyClass): New method from Classpath.Tom Tromey
2002-07-24[multiple changes]Mark Wielaard
2002-01-22Add license clarification.Mark Wielaard
2001-12-21ObjectInputStream.java (enableResolveObject): Use correct security check.Tom Tromey
2001-12-09Makefile.in: Rebuilt.Tom Tromey
2001-04-26re PR libgcj/2237 (serialization doesn't throw exception on failure)Bryce McKinlay
2001-02-13BlockDataException.java: Removed.Bryce McKinlay
2001-01-27ObjectInputStream.java (read): AND byte with 0xff to make result unsigned.Bryce McKinlay
2000-11-26System.java (setProperties): Only call init_properties() if properties is null.Bryce McKinlay
2000-11-03ObjectInputStream.java (readObject): Added code to conditionally dump out the...Warren Levy
2000-10-05Makefile.am: Removed java/io/Replaceable.java and java/io/Resolvable.java.Warren Levy
2000-08-04ObjectInputStream.java (readFields): Turn off readDataFromBlock while reading...Warren Levy
2000-05-19Jumbo patch:Tom Tromey