gcc/libjava/java
Michael Koch 7393decb70 2002-10-08 Michael Koch <konqueror@gmx.de>
* java/net/HttpURLConnection.java
	(getPermission): New method.
	(getErrorStream): New stub method.
	(getHeaderFieldDate): New stub method.
	* java/net/Inet4Address.java:
	(isLinkLocalAddress): Typo fixed.
	* java/net/InetAddress.java:
	(readResolve): New stubbed method (for serialization).
	(isAnyLocalAddress): New stubbed method.
	(isLoopbackAddress): New stubbed method.
	(isLinkLocalAddress): New stubbed method.
	(isSiteLocalAddress): New stubbed method.
	(isMCGlobal): New stubbed method.
	(isMCNodeGlobal): New stubbed method.
	(isMCLinkLocal): New stubbed method.
	(isMCSiteLocal): New stubbed method.
	(isMCOrgLocal): New stubbed method.
	(getCanonicalHostName): New stubbed method.
	(getByAddress): Create instances of Inet4Address/Inet6Address,
	instead of InetAddress, documentation added.
	* java/net/MulticastSocket.java
	(getInterface): Removed FIXME.
	(getNetworkInterface): New method.
	(setNetworkInterface): New method.
	* java/net/NetworkInterface.java:
	(toString): Use property "line.separator" instead of "\n".
	* java/net/URLConnection.java
	(getContent): New stubbed method.
	* java/net/URLStreamHandler.java:
	(equals): New stubbed method.
	(hostsEqual): New stubbed method.
	(hashCode): New stubbed method.
	* java/net/natNetworkInterface.cc:
	(getRealNetworkInterfaces): Create Inet4Address object
	instead of InetAddress.

From-SVN: r58002
2002-10-10 05:19:22 +00:00
..
applet
awt Autoscroll.java: New file, merge from Classpath. 2002-10-03 14:40:43 +00:00
beans BeanContextChildSupport.java: Added serialVersionUID. 2002-10-04 08:48:03 +00:00
io ObjectInputStream.java (resolveProxyClass): New method from Classpath. 2002-10-01 03:46:43 +00:00
lang Thread.java (setDaemon): Check startable_flag, not isAlive(). 2002-10-07 21:02:38 +00:00
math
net 2002-10-08 Michael Koch <konqueror@gmx.de> 2002-10-10 05:19:22 +00:00
nio Buffer.java: New stub file. 2002-10-07 13:56:38 +00:00
rmi ActivationDesc.java, [...]: New versions from Classpath. 2002-10-02 21:21:37 +00:00
security [multiple changes] 2002-10-04 20:17:26 +00:00
sql Reformat JDBC classes and add new JDK 1.4 classes and methods. 2002-06-21 06:39:33 +01:00
text BeanContextChildSupport.java: Added serialVersionUID. 2002-10-04 08:48:03 +00:00
util re PR libgcj/7786 (TimeZone.getDSTSavings() from JDK1.4 not implemented) 2002-09-25 21:10:21 +00:00