commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath ./ChangeLog include/Makefile.am java/...


From: Michael Koch
Subject: [commit-cp] classpath ./ChangeLog include/Makefile.am java/...
Date: Mon, 11 Apr 2005 14:58:39 -0400

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Michael Koch <address@hidden>   05/04/11 18:58:39

Modified files:
        .              : ChangeLog 
        include        : Makefile.am 
        java/net       : InetAddress.java NetworkInterface.java 
Added files:
        include        : java_net_VMInetAddress.h 
                         java_net_VMNetworkInterface.h 
        native/jni/java-net: java_net_VMInetAddress.c 
                             java_net_VMNetworkInterface.c 
        vm/reference/java/net: VMInetAddress.java 
                               VMNetworkInterface.java 
Removed files:
        include        : java_net_InetAddress.h 
                         java_net_NetworkInterface.h 
        native/jni/java-net: java_net_InetAddress.c 
                             java_net_NetworkInterface.c 

Log message:
        2005-04-11  Michael Koch  <address@hidden>
        
        * java/net/InetAddress.java
        (static): Removed.
        (getLocalHostname): Likewise.
        (lookupInaddrAny): Likewise.
        (getHostByAddr): Likewise.
        (getHostByName): Likewise.
        * java/net/NetworkInterface.java
        (static): Likewise.
        (getRealNetworkInterfaces): Likewise.
        * native/jni/java-net/java_net_InetAddress.c: Renamed to...
        * native/jni/java-net/java_net_VMInetAddress.c: New file.
        Renamed from java_net_InetAddress.c. All native methods moved to class
        VMInetAddress.
        * native/jni/java-net/java_net_NetworkInterface.c: Renamed to...
        Renamed from java_net_NetworkInterface.c. All native methods moved to
        class VMNetworkInterface.
        * native/jni/java-net/java_net_VMNetworkInterface.c: New file.
        * vm/reference/java/net/VMInetAddress.java,
        vm/reference/java/net/VMNetworkInterface.java: New files.
        * include/java_net_InetAddress.h,
        include/java_net_NetworkInterface.h: Removed.
        * include/java_net_VMInetAddress.h,
        include/java_net_VMNetworkInterface.h: New files.
        * include/Makefile.am: Build new header files.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.3417&tr2=1.3418&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/include/java_net_VMInetAddress.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/include/java_net_VMNetworkInterface.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/include/Makefile.am.diff?tr1=1.39&tr2=1.40&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/net/InetAddress.java.diff?tr1=1.38&tr2=1.39&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/net/NetworkInterface.java.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/native/jni/java-net/java_net_VMInetAddress.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/native/jni/java-net/java_net_VMNetworkInterface.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/vm/reference/java/net/VMInetAddress.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/vm/reference/java/net/VMNetworkInterface.java?rev=1.1





reply via email to

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