gcc/libjava/java
Nic Ferrier 2b521fa72e natPlainSocketImpl.cc: Added timeout handling for sockets.
2002-01-08  Nic Ferrier  <nferrier@tf1.tapsellferrier.co.uk>

	* java/net/natPlainSocketImpl.cc: Added timeout handling for
	sockets.
	(close): New function closes the socket.
	(write): New functions for output to socket.
	(read): New functions for reading from socket.
	* java/net/PlainSocketImpl.java: Glue for new timeout
	implementation.
	(write): Call the native impl.
	(read): Likewise.
	(getInputStream): Get a stream to read from the socket.
	(getOutputStream): Get a stream to write to the socket.

From-SVN: r48662
2002-01-08 21:14:58 +00:00
..
applet
awt FlowLayout.java (FlowLayout(), [...]): Set gaps to 5. 2001-12-19 19:38:25 +00:00
beans Makefile.in: Rebuilt. 2001-10-15 17:46:06 +00:00
io ObjectInputStream.java (enableResolveObject): Use correct security check. 2001-12-21 22:51:41 +00:00
lang natMethod.cc: Don't include alloca.h. 2002-01-08 20:00:50 +00:00
math Makefile.in: Rebuilt. 2001-12-16 22:25:14 +00:00
net natPlainSocketImpl.cc: Added timeout handling for sockets. 2002-01-08 21:14:58 +00:00
rmi
security HACKING, [...]: Fix spelling errors. 2001-10-31 00:48:17 +00:00
sql HACKING, [...]: Fix spelling errors. 2001-10-31 00:48:17 +00:00
text CollationElementIterator.java (secondaryOrder): Cast result to `short'. 2001-12-18 17:27:43 +00:00
util Collections drop from Classpath: 2001-12-15 07:47:03 +00:00