gcc/libjava/java
Michael Koch bde8b5818b 2003-02-08 Michael Koch <konqueror@gmx.de>
* java/nio/charset/IllegalCharsetNameException.java
	(serialVersionUID): New member variable.
	(charsetName): New member variable.
	(IllegalCharsetException): New implementation.
	(getCharsetName): New implementation.
	* java/nio/charset/UnsupportedCharsetException.java
	(serialVersionUID): New member variable.
	(charsetName): New member variable.
	(UnsupportedCharsetException): New implementation.
	(getCharsetName): New implementation.

From-SVN: r62680
2003-02-11 06:46:16 +00:00
..
applet AppletContext.java: Fix typo and remove redundant modifiers. 2002-11-14 20:35:27 +00:00
awt Window.java (Window(Window,GraphicsConfiguration)): Don't try to find graphics configuration. 2003-01-31 17:54:14 +00:00
beans Stephen Crawley <crawley@dstc.edu.au> 2003-02-07 20:19:53 +00:00
io PipedOutputStream.java (flush): Declare as throwing IOException. 2003-02-04 21:07:15 +00:00
lang Win32Process.java (destroy): Declare as native. 2003-02-10 23:52:56 +00:00
math BigInteger.java: Updated notice to include years 2002 and 3. 2003-02-10 23:45:31 +00:00
net SocketImpl.java (toString): Don't explicitly call toString() on possible null address. 2003-01-16 21:37:56 +00:00
nio 2003-02-08 Michael Koch <konqueror@gmx.de> 2003-02-11 06:46:16 +00:00
rmi UnicastServerRef.java (unexportObject): Don't throw RemoteException. 2003-01-03 22:57:25 +00:00
security re PR libgcj/7416 (java.security startup refs "GNU libgcj.security") 2002-12-31 22:50:10 +00:00
sql Timestamp.java (compareTo(Object)): New method. 2003-02-10 19:56:12 +00:00
text Externalizable.java, [...]: New versions from Classpath. 2002-11-10 22:06:49 +00:00
util JarFile.java (JarFile(String, boolean)): Read manifest when verify is true. 2003-02-07 21:33:05 +00:00