gcc/libjava/java
Michael Koch fc44b85de7 2002-09-25 Michael Koch <konqueror@gmx.de>
* java/net/DatagramSocket.java
	(DatagramSocket): Initialize new instance variables.
	(close): Reset new instance variables.
	(getLocalAddress): Remove unneeded SecurityManager usage.
	(getLocalPort): Check if socket is already bound.
	(isConnected): New method.
	(getInetAddress): Implemented.
	(getPort): Better Implementation, documentation fixed.
	(getRemoteSocketAddress): New method.
	* java/net/JarURLConnection.java
	(element): Typo fixed.
	(getMainAttributes): New method.
	(getAttributes): New method (stub only).
	(getManifest): New method (stub only).
	* java/net/NetPermission.java: Added serialVersionsUID.
	* java/net/Socket.java
	(connect): Check blocking mode of associated channel,
	documentation added.
	(getLocalSocketAddress): Better implementation.
	(getRemoteSocketAddress): Implemented.
	(isBound): New method.
	(setSendBufferSize): Documentation added.
	* java/net/SocketAddress.java: Added serialVersionsUID.
	* java/net/SocketPermission.java: Added serialVersionsUID.
	* java/net/URL.java
	(URL): Wrap for shorter lines, initialize new instance variables,
	documentation added.
	(equals): Check new instance variables too.
	(getContent): Documentation added.
	(getPath): Documentation added.
	(getAuthority): New method.
	(getHost): Documentation added.
	(getPort): Documentation added.
	(getDefaultPort): New method.
	(getProtocol): Documentation added.
	(getUserInfo): Documentation added.
	(set): Initialize new instance variables, documentation added.
	* java/net/URLStreamHandler.java
	(setURL): New method.
	* java/net/natPlainDatagramSocketImpl.cc
	(connect): Fix exception name.
	(disconnect): Fix exception name.

From-SVN: r57501
2002-09-25 17:14:09 +00:00
..
applet Add license clarification. 2002-01-22 22:40:42 +00:00
awt AssertionError.java: Merge with classpath, fixes HTML. 2002-09-16 09:46:37 +00:00
beans Makefile.in: Rebuilt. 2002-07-15 16:05:13 +00:00
io natFileDescriptorPosix.cc (setLength): Handle case where ftruncate is missing. 2002-08-29 18:05:15 +00:00
lang ClassLoader.java (resolveClass0): Set cause for newly-created exception. 2002-09-19 17:44:49 +00:00
math [multiple changes] 2002-02-14 23:16:11 +00:00
net 2002-09-25 Michael Koch <konqueror@gmx.de> 2002-09-25 17:14:09 +00:00
nio/channels AbstractSelectableChannel.java: New file. 2002-09-25 13:04:58 +00:00
rmi AssertionError.java: Merge with classpath, fixes HTML. 2002-09-16 09:46:37 +00:00
security Merge JDK 1.4 java.security changes from classpath. 2002-05-24 12:57:40 +01:00
sql Reformat JDBC classes and add new JDK 1.4 classes and methods. 2002-06-21 06:39:33 +01:00
text 2002-07-02 Tom Tromey <tromey@redhat.com> 2002-07-02 19:43:06 +00:00
util re PR libgcj/6576 (java.util.ResourceBundle.getResource ignores locale) 2002-09-23 17:56:33 +00:00