summaryrefslogtreecommitdiff
path: root/libjava/java/io/ObjectInputStream.java
Commit message (Expand)AuthorAgeFilesLines
* Merged gcj-eclipse branch to trunk.Tom Tromey2007-01-091-1979/+0
* [multiple changes]Mark Wielaard2005-11-161-3/+27
* Update FSF addressKelley Cook2005-06-301-2/+2
* * java/io/ObjectInputStream.java (currentLoader): Fixed typo.Tom Tromey2005-06-011-2/+2
* re PR libgcj/21785 (ClassNotFound during deserialization)Tom Tromey2005-06-011-29/+5
* [multiple changes]Bryce McKinlay2005-02-221-34/+93
* RE.java, [...]: Made 'inner' classes real public static inner classes...Dalibor Topic2005-02-201-19/+18
* GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch2005-02-171-2/+3
* * Merged gcj-abi-2-dev-branch to trunk.Tom Tromey2004-11-251-11/+14
* BufferedInputStream.java: Fixed @author tag.Michael Koch2004-10-181-1/+1
* ObjectInputStream.java: Re-ordered imports.Michael Koch2004-09-241-9/+6
* ObjectInputStream.java (callReadMethod): re-throw `ClassNotFoundException'.Casey Marshall2004-09-241-1/+4
* ObjectInputStream.java (readObject): Delegate instantation of Externalizable ...Jeroen Frijters2004-09-241-23/+1
* ObjectInputStream.java (readFields): Use long datatype when shifting byte val...Michael Koch2004-07-091-8/+8
* ObjectOutputStream.java: Add DEBUG statements everywhere.Andrew Haley2004-06-211-26/+61
* BufferedWriter.java, [...]: Fixed javadocs all over, rename arguments to matc...Michael Koch2004-04-201-10/+6
* ObjectInputStream.java: Compile fix, damn I commited the wrong code.Michael Koch2004-02-281-0/+1
* 2004-02-28 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2004-02-281-128/+184
* ObjectInputStream.java (readClassDescriptor): Avoid the overflow of fieldmapp...Ito Kazumitsu2004-02-151-2/+14
* 2004-02-06 Michael Koch <konqueror@gmx.de>Michael Koch2004-02-061-1/+5
* ObjectInputStream.java: Made all calls to dumpElement[ln] conditional on dump...Jeroen Frijters2004-02-061-561/+246
* 2004-01-09 Michael Koch <konqueror@gmx.de>Michael Koch2004-01-091-2/+0
* ObjectInputStream.java, [...]: Reformated, no functional code changes.Michael Koch2003-12-301-382/+390
* 2003-12-23 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2003-12-231-38/+308
* i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2003-12-161-14/+86
* ObjectInputStream.java (setBooleanField): Throw an InvalidClassException if t...Guilhem Lavaux2003-12-161-17/+152
* More for PR libgcj/11737:Tom Tromey2003-08-011-18/+30
* 2003-06-25 Michael Koch <konqueror@gmx.de>Michael Koch2003-06-251-38/+46
* re PR libgcj/10838 (GCC 3.3 [libjava]: java.io.ObjectInputStream syntax error)Jeff Sturm2003-05-231-1/+1
* DataInputStream.java (): Wrapped documentation line.Michael Koch2003-03-241-145/+130
* ObjectInputStream.java (readObject): Cleaned up the class hierarchy loop.Jeroen Frijters2003-03-141-60/+33
* ObjectInputStream.java: Reindent.Mark Wielaard2003-03-011-433/+412
* Makefile.am (nat_source_files): Remove java/io/natObjectOutputStream.cc.Mark Wielaard2003-02-281-364/+458
* ObjectInputStream.java (resolveProxyClass): New method from Classpath.Tom Tromey2002-10-011-1/+28
* [multiple changes]Mark Wielaard2002-07-241-1/+10
* Add license clarification.Mark Wielaard2002-01-221-5/+16
* ObjectInputStream.java (enableResolveObject): Use correct security check.Tom Tromey2001-12-211-2/+5
* Makefile.in: Rebuilt.Tom Tromey2001-12-091-6/+6
* re PR libgcj/2237 (serialization doesn't throw exception on failure)Bryce McKinlay2001-04-261-18/+6
* BlockDataException.java: Removed.Bryce McKinlay2001-02-131-1/+1
* ObjectInputStream.java (read): AND byte with 0xff to make result unsigned.Bryce McKinlay2001-01-271-7/+22
* System.java (setProperties): Only call init_properties() if properties is null.Bryce McKinlay2000-11-261-13/+25
* ObjectInputStream.java (readObject): Added code to conditionally dump out the...Warren Levy2000-11-031-21/+78
* Makefile.am: Removed java/io/Replaceable.java and java/io/Resolvable.java.Warren Levy2000-10-051-8/+28
* ObjectInputStream.java (readFields): Turn off readDataFromBlock while reading...Warren Levy2000-08-041-2/+9
* Jumbo patch:Tom Tromey2000-05-191-0/+1467