commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath ChangeLog


From: Gary Benson
Subject: [commit-cp] classpath ChangeLog
Date: Fri, 08 Sep 2006 09:13:28 +0000

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Gary Benson <gbenson>   06/09/08 09:13:28

Modified files:
        .              : ChangeLog 

Log message:
        2006-09-08  Gary Benson  <address@hidden>
        
                * java/net/InetAddress.java
                (inaddr_any): Removed.
                (ANY_IF, LOCALHOST): Create using getByAddress.
                (<init>): Updated javadoc.
                (getHostName): Cache hostname even if the lookup failed.
                (getByAddress): Create Inet4Address objects when passed
                IPv4-mapped IPv6 addresses.
                (aton): Removed.
                (getAllByName): Create address objects using getByAddress.
                Do not perform security checks unless actually required.
                Do not strip whitespace from the hostname.
                (getInaddrAny): Removed.
                (getLocalHost): Return the loopback address if getByName
                throws a SecurityException.
                (readResolve): Updated javadoc.
                * vm/reference/java/net/VMInetAddress.java (aton): Declared.
                * include/java_net_VMInetAddress.h
                (Java_java_net_VMInetAddress_aton): Likewise.
                * native/jni/java-net/java_net_VMInetAddress.c
                (Java_java_net_VMInetAddress_aton): New method.
                * native/jni/native-lib/cpnet.h (cpnet_aton): Declared.
                * native/jni/native-lib/cpnet.c (cpnet_aton): New method.
                * configure.ac (AC_CHECK_FUNCS): Checks for cpnet_aton.
                * java/net/Inet4Address.java (writeReplace): Updated javadoc.
                * NEWS: Added note about updated VM interface.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8513&r2=1.8514




reply via email to

[Prev in Thread] Current Thread [Next in Thread]