From 262feb1ad0838bb585955b6ada5acbe106dbc9bf Mon Sep 17 00:00:00 2001 From: ajs Date: Wed, 16 Feb 2005 20:35:47 +0000 Subject: 2005-02-16 Andrew J. Schorr * stream.h: Declare new function stream_read_try suitable for use with non-blocking file descriptors. Indicate that stream_read and stream_read_unblock are deprecated. * stream.c: (stream_read_try) New function for use with non-blocking I/O. (stream_recvmsg) Should return -1 if the stream is too small to contain the data. --- lib/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index 0627d206..ac05baba 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2005-02-16 Andrew J. Schorr + + * stream.h: Declare new function stream_read_try suitable for use + with non-blocking file descriptors. Indicate that stream_read + and stream_read_unblock are deprecated. + * stream.c: (stream_read_try) New function for use with non-blocking + I/O. + (stream_recvmsg) Should return -1 if the stream is too small to + contain the data. + 2005-02-16 Andrew J. Schorr * network.c: (set_nonblocking) Should check return code from -- cgit v1.2.1