gcc/libjava/java
Michael Koch e832ab3c91 2002-09-30 Michael Koch <konqueror@gmx.de>
* java/net/DatagramSocket.java
	(receive): Check with SecurityManager AFTER the packet is received,
	check if connected to multicast address, documentation added.
	(send): Only check SecurityManager if connected, check address of
	packet to send.
	(connect): Implemented, documentation added.
	* java/net/Inet6Address.java: New file (not added yet to Makefile.am).
	* java/net/InetSocketAddress.java
	(whole file): Reindented.
	(hostname): New attribute.
	(InetSocketAddress): Initialize new attribute.
	(getAddress): Documentation added.
	(getHostName): Documentation added.
	(getPort): Documentation added.
	(hashCode): Documentation added.
	(isUnresolved): Documentation added.
	(toString): Conform to output of JDK 1.4.1, documentation added.
	* java/net/MulticastSocket.java
	(joinGroup): Removed FIXME, documentation added.
	(leaveGroup): Removed FIXME, documentation added.
	(send): Documentation added.
	* java/net/Socket.java
	(inputShutdown): New variable.
	(outputShutdown): New variable.
	(Socket): Initialize new variables.
	(getRemoteSocketAddress): Check if connected.
	(shutdownInput): Set new variable.
	(shutdownOutput): Set new variable.
	(isConnected): New method.
	(isClosed): New method.
	(isInputShutdown): New method.
	(isOutputShutdown): New method.
	* java/net/URLStreamHandler.java
	(URLStreamHandler): New method.
	(openConnection): Added documentation.
	(parseURL): Added documentation.
	(getHostAddress): New method.
	(getDefaultPort): New method.

From-SVN: r57772
2002-10-03 11:23:33 +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 ObjectInputStream.java (resolveProxyClass): New method from Classpath. 2002-10-01 03:46:43 +00:00
lang Add Proxy support. 2002-09-30 05:19:09 +00:00
math [multiple changes] 2002-02-14 23:16:11 +00:00
net 2002-09-30 Michael Koch <konqueror@gmx.de> 2002-10-03 11:23:33 +00:00
nio/channels AbstractSelectableChannel.java: New file. 2002-09-25 13:04:58 +00:00
rmi ActivationDesc.java, [...]: New versions from Classpath. 2002-10-02 21:21:37 +00:00
security ObjectInputStream.java (resolveProxyClass): New method from Classpath. 2002-10-01 03:46:43 +00: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/7786 (TimeZone.getDSTSavings() from JDK1.4 not implemented) 2002-09-25 21:10:21 +00:00