gcc/libjava/java
Guilhem Lavaux eb813adf1d 2003-12-31 Guilhem Lavaux <guilhem@kaffe.org>
* java/io/ObjectOutputStream.java
	(putFields): Reindented. Fixed behaviour: currentPutField should be
	null
	before calling this method.
	(writeFields): Likewise.
	(markFieldsWritten): Fixed the exception message.
	(callWriteMethod): Ensure currentPutField is null.
	(getBooleanField): Translate IllegalArgumentException into
	InvalidClassException.
	(getByteField): Likewise.
	(getCharField): Likewise.
	(getDoubleField): Likewise.
	(getFloatField): Likewise.
	(getIntField): Likewise.
	(getLongField): Likewise.
	(getShortField): Likewise.
	(getObjectField): Check the type code before returning the object.
	(getField): Translate NoSuchFieldException into InvalidClassException
	directly.

From-SVN: r75265
2003-12-31 11:04:21 +00:00
..
applet
awt configure.in: Add --enable-gtk-cairo check. 2003-12-31 08:58:31 +00:00
beans BeanDescriptor.java, [...]: Explicitely import used classes. 2003-12-04 19:36:13 +00:00
io 2003-12-31 Guilhem Lavaux <guilhem@kaffe.org> 2003-12-31 11:04:21 +00:00
lang re PR libgcj/13056 (import new libltdl) 2003-12-16 21:48:25 +00:00
math
net 2003-12-31 Guilhem Lavaux <guilhem@kaffe.org> 2003-12-31 10:55:40 +00:00
nio * gnu/java/nio/SelectorImpl.java 2003-12-20 15:33:24 +00:00
rmi Naming.java (lookup): Check if the first character of the filename returned by URL.getFile() is a '/'... 2003-12-26 23:23:55 +00:00
security Security.java: Don't use &nbsp; in the api doc. 2003-12-02 17:31:46 +00:00
sql
text NumberFormat.java: Sorted imports. 2003-12-19 10:00:02 +00:00
util [multiple changes] 2003-12-30 19:56:49 +00:00