8sa1-gcc/libjava/java
Bryce McKinlay e0cb3930ca natInetAddress.cc (lookup): Preserve caller-supplied hostname in returned InetAddress objects.
* java/net/natInetAddress.cc (lookup): Preserve caller-supplied
        hostname in returned InetAddress objects.
        (getLocalHostname): Fix typo.
        * java/net/InetAddress.java (getByName): Set hostname on return
        object.
        (getLocalHost): Call lookup directly to ensure that a fully-qualified
        name is returned.

From-SVN: r27587
1999-06-18 02:17:28 +01:00
..
awt
io FilterOutputStream.java (write(byte[])): Rewrite according to JDK 1.2 docs. 1999-06-15 21:05:57 +01:00
lang Runtime.java (exec): Convert prog name and arguments to string array. 1999-06-09 18:42:26 +01:00
net natInetAddress.cc (lookup): Preserve caller-supplied hostname in returned InetAddress objects. 1999-06-18 02:17:28 +01:00
security
text DecimalFormat.java: Throw IllegalArgumentException throughout rather than ParseException. 1999-06-10 23:53:37 +00:00
util ResourceBundle.java (getBundle): Throw NullPointerException if baseName is null. 1999-05-24 15:00:02 +00:00