summaryrefslogtreecommitdiffstats
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-08 21:14:58 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-08 21:14:58 +0000
commit242131c61f7cb719a48b267a3c2e9778cccd16d9 (patch)
tree0c7277eb0833a5bcd5d85d2ce5f6352dc8c4ed5b /libjava/ChangeLog
parent0b300c863d38736fea8734b5d088c6eac292cae3 (diff)
downloadppe42-gcc-242131c61f7cb719a48b267a3c2e9778cccd16d9.tar.gz
ppe42-gcc-242131c61f7cb719a48b267a3c2e9778cccd16d9.zip
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48662 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index db22179ae53..a5e7fa75f62 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,17 @@
+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.
+
2002-01-08 Tom Tromey <tromey@redhat.com>
* resolve.cc (_Jv_PrepareClass): Enable verifier.
OpenPOWER on IntegriCloud