commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath ChangeLog native/jni/java-net/gnu_jav...


From: Dalibor Topic
Subject: [commit-cp] classpath ChangeLog native/jni/java-net/gnu_jav...
Date: Mon, 25 Jun 2007 00:05:33 +0000

CVSROOT:        /sources/classpath
Module name:    classpath
Changes by:     Dalibor Topic <robilad> 07/06/25 00:05:33

Modified files:
        .              : ChangeLog 
        native/jni/java-net: gnu_java_net_VMPlainSocketImpl.c 
                             java_net_VMInetAddress.c javanet.c 
        native/jni/native-lib: cpnet.c cpnet.h 

Log message:
        2007-06-25  Dalibor Topic  <address@hidden>
        
                * native/jni/java-net/gnu_java_net_VMPlainSocketImpl.c
                (THROW_NO_IPV6): New macro.
                (Java_gnu_java_net_VMPlainSocketImpl_bind6) Conditionally
                build code if IPv6 facilities are available, otherwise
                throw an error.
                (Java_gnu_java_net_VMPlainSocketImpl_setMulticastInterface6,
                Java_gnu_java_net_VMPlainSocketImpl_join6,
                Java_gnu_java_net_VMPlainSocketImpl_leave6,
                Java_gnu_java_net_VMPlainSocketImpl_joinGroup6,
                Java_gnu_java_net_VMPlainSocketImpl_leaveGroup6)
                Use THROW_NO_IPV6.
        
                * native/jni/java-net/java_net_VMInetAddress.c
                (Java_java_net_VMInetAddress_getHostByAddr,
                Java_java_net_VMInetAddress_getHostByName,
                Java_java_net_VMInetAddress_aton) Build IPv6 dependant
                code conditionally on IPv6 facilities being available.
                Switched if-else blocks where necessary to allow that.
        
                * native/jni/java-net/javanet.c
                (_javanet_get_ip_netaddr) Build IPv6 dependant code 
conditionally 
                on IPv6 facilities being available.
        
                * native/jni/native-lib/cpnet.c
                (cpnet_getHostByName, cpnet_getHostByAddr) Build IPv6 dependant 
                code conditionally on IPv6 facilities being available.
                (cpnet_aton) Moved variable declaration of inet6_addr to the 
scope 
                of its use. Build IPv6 dependant code conditionally
                on IPv6 facilities being available.
        
                * native/jni/native-lib/cpnet.h (cpnet_newIPV6Address, 
                cpnet_isIPV6Address, cpnet_IPV6AddressToBytes, 
                cpnet_bytesToIPV6Address): Make IPv6 dependant utility 
functions 
                available conditionally on IPv6 facilities being available.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9341&r2=1.9342
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-net/gnu_java_net_VMPlainSocketImpl.c?cvsroot=classpath&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-net/java_net_VMInetAddress.c?cvsroot=classpath&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-net/javanet.c?cvsroot=classpath&r1=1.37&r2=1.38
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/native-lib/cpnet.c?cvsroot=classpath&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/native-lib/cpnet.h?cvsroot=classpath&r1=1.4&r2=1.5




reply via email to

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