gcc/libjava/java/net
Kaveh R. Ghazi 9e65a913b6 natInetAddress.cc (java::net::InetAddress::aton): Wrap use of inet_pton in HAVE_INET6.
* java/net/natInetAddress.cc (java::net::InetAddress::aton):
	Wrap use of inet_pton in HAVE_INET6.

From-SVN: r41547
2001-04-25 20:27:06 +00:00
..
BindException.java
ConnectException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ContentHandler.java
ContentHandlerFactory.java
DatagramPacket.java
DatagramSocket.java
DatagramSocketImpl.java
FileNameMap.java
HttpURLConnection.java Connection.java (gotHeaders): Removed. 2000-08-10 10:10:25 +01:00
InetAddress.java InetAddress.java (addr): Renamed from 'address'. 2000-11-03 07:43:06 +00:00
JarURLConnection.java URLClassLoader.java: Find the JarEntry via the JarFile. 2000-08-20 17:49:12 +00:00
MalformedURLException.java
MulticastSocket.java
natInetAddress.cc natInetAddress.cc (java::net::InetAddress::aton): Wrap use of inet_pton in HAVE_INET6. 2001-04-25 20:27:06 +00:00
natPlainDatagramSocketImpl.cc InetAddress.java (addr): Renamed from 'address'. 2000-11-03 07:43:06 +00:00
natPlainSocketImpl.cc InetAddress.java (addr): Renamed from 'address'. 2000-11-03 07:43:06 +00:00
NetPermission.java decl.c (init_decl_processing): Add new class "protectionDomain" field. 2001-04-25 16:45:15 +01:00
NoRouteToHostException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
PlainDatagramSocketImpl.java FileInputStream.java (close): Check if the fd is valid. 2000-12-08 10:28:32 +00:00
PlainSocketImpl.java FileInputStream.java (close): Check if the fd is valid. 2000-12-08 10:28:32 +00:00
ProtocolException.java
ServerSocket.java
Socket.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
SocketException.java
SocketImpl.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
SocketImplFactory.java
SocketOptions.java
SocketPermission.java decl.c (init_decl_processing): Add new class "protectionDomain" field. 2001-04-25 16:45:15 +01:00
UnknownHostException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
UnknownServiceException.java
URL.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
URLClassLoader.java prims.cc (_Jv_NewObjectArray): Undo placement change. 2000-11-26 03:58:56 +00:00
URLConnection.java Fix bug in URLConnection and correct javadoc annotations in StringBuffer. 2001-01-07 20:01:46 +00:00
URLDecoder.java URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com) 2001-01-15 07:58:16 +00:00
URLEncoder.java
URLStreamHandler.java URLStreamHandler.java (parseURL): Fix bug which would "canonicalize" "../../xxx" to "/xxx". 2001-03-19 15:31:14 -08:00
URLStreamHandlerFactory.java