gcc/libjava/java/net
Michael Koch 9b5f18b179 configure.in: Create links to architecture dependent files...
2003-03-18  Michael Koch  <konqueror@gmx.de>

	* configure.in: Create links to architecture dependent files,
	introduced PLATFORMNET variable (set to NoNet for newlib usage).
	* configure: Regenerated.
	* java/net/natInetAddressNoNet.cc,
	java/net/natInetAddressPosix.cc,
	java/net/natInetAddressWin32.cc,
	java/net/natNetworkInterfaceNoNet.cc,
	java/net/natNetworkInterfacePosix.cc,
	java/net/natNetworkInterfaceWin32.cc,
	java/net/natPlainDatagramSocketImplNoNet.cc,
	java/net/natPlainDatagramSocketImplPosix.cc,
	java/net/natPlainDatagramSocketImplWin32.cc,
	java/net/natPlainSocketImplNoNet.cc,
	java/net/natPlainSocketImplPosix.cc,
	java/net/natPlainSocketImplWin32.cc: New files.

From-SVN: r64526
2003-03-18 06:01:16 +00:00
..
Authenticator.java
BindException.java
ConnectException.java
ContentHandler.java
ContentHandlerFactory.java
DatagramPacket.java
DatagramSocket.java 2003-03-17 Michael Koch <konqueror@gmx.de> 2003-03-17 15:31:33 +00:00
DatagramSocketImpl.java
DatagramSocketImplFactory.java
FileNameMap.java
HttpURLConnection.java 2003-03-02 Michael Koch <konqueror@gmx.de> 2003-03-02 20:11:13 +00:00
Inet4Address.java
Inet6Address.java
InetAddress.java
InetSocketAddress.java 2003-01-14 Michael Koch <konqueror@gmx.de> 2003-01-14 21:44:48 +00:00
JarURLConnection.java Connection.java (getJarFile): download and cache remote jar files. 2002-12-09 00:04:00 +00:00
MalformedURLException.java
MulticastSocket.java DatagramSocket.java, [...]: Fixed some documentation tags to make javadoc and friends happy. 2003-03-10 14:48:09 +00:00
natInetAddress.cc
natInetAddressNoNet.cc configure.in: Create links to architecture dependent files... 2003-03-18 06:01:16 +00:00
natInetAddressPosix.cc configure.in: Create links to architecture dependent files... 2003-03-18 06:01:16 +00:00
natInetAddressWin32.cc configure.in: Create links to architecture dependent files... 2003-03-18 06:01:16 +00:00
natNetworkInterface.cc
natNetworkInterfaceNoNet.cc configure.in: Create links to architecture dependent files... 2003-03-18 06:01:16 +00:00
natNetworkInterfacePosix.cc configure.in: Create links to architecture dependent files... 2003-03-18 06:01:16 +00:00
natNetworkInterfaceWin32.cc configure.in: Create links to architecture dependent files... 2003-03-18 06:01:16 +00:00
natPlainDatagramSocketImpl.cc
natPlainDatagramSocketImplNoNet.cc configure.in: Create links to architecture dependent files... 2003-03-18 06:01:16 +00:00
natPlainDatagramSocketImplPosix.cc configure.in: Create links to architecture dependent files... 2003-03-18 06:01:16 +00:00
natPlainDatagramSocketImplWin32.cc configure.in: Create links to architecture dependent files... 2003-03-18 06:01:16 +00:00
natPlainSocketImpl.cc
natPlainSocketImplNoNet.cc configure.in: Create links to architecture dependent files... 2003-03-18 06:01:16 +00:00
natPlainSocketImplPosix.cc configure.in: Create links to architecture dependent files... 2003-03-18 06:01:16 +00:00
natPlainSocketImplWin32.cc configure.in: Create links to architecture dependent files... 2003-03-18 06:01:16 +00:00
NetPermission.java NetPermission.java: Merged copyright with classpath. 2003-03-02 21:25:59 +00:00
NetworkInterface.java NetworkInterface.java: Merged with classpath. 2003-03-04 06:00:43 +00:00
NoRouteToHostException.java
PasswordAuthentication.java
PlainDatagramSocketImpl.java
PlainSocketImpl.java
PortUnreachableException.java
ProtocolException.java
ServerSocket.java 2003-02-13 Michael Koch <konqueror@gmx.de> 2003-02-13 07:33:40 +00:00
Socket.java DatagramSocket.java, [...]: Fixed some documentation tags to make javadoc and friends happy. 2003-03-10 14:48:09 +00:00
SocketAddress.java 2003-01-14 Michael Koch <konqueror@gmx.de> 2003-01-14 21:44:48 +00:00
SocketException.java
SocketImpl.java 2003-02-13 Michael Koch <konqueror@gmx.de> 2003-02-13 07:33:40 +00:00
SocketImplFactory.java
SocketOptions.java
SocketPermission.java 2003-02-13 Michael Koch <konqueror@gmx.de> 2003-02-13 07:33:40 +00:00
SocketTimeoutException.java
UnknownHostException.java
UnknownServiceException.java
URI.java
URISyntaxException.java
URL.java DatagramSocket.java, [...]: Fixed some documentation tags to make javadoc and friends happy. 2003-03-10 14:48:09 +00:00
URLClassLoader.java URLClassLoader.java (Resource.getCodeSource): Fix check certs == null. 2003-01-02 09:34:34 +00:00
URLConnection.java DatagramSocket.java, [...]: Fixed some documentation tags to make javadoc and friends happy. 2003-03-10 14:48:09 +00:00
URLDecoder.java 2003-03-02 Michael Koch <konqueror@gmx.de> 2003-03-02 20:11:13 +00:00
URLEncoder.java 2003-03-02 Michael Koch <konqueror@gmx.de> 2003-03-02 20:11:13 +00:00
URLStreamHandler.java No changelog, just replaced one tabulator with some spaces 2003-03-07 06:52:17 +00:00
URLStreamHandlerFactory.java