From 0dab930314e215a627f848ffa824ed995eb2e13c Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 3 May 2005 09:07:56 +0000 Subject: 2005-05-03 Paul Jakma * stream.h: Add comment about the special zero-ing ability of stream_put. (stream_recvmsg, stream_write) should return ssize_t and size_t respectively. Should both be extern linkage. (stream_recvfrom) Stream aware wrapper around recvfrom, in style of stream_read_try. * stream.c: (stream_recvfrom) new function, wrapper around recvfrom. (stream_recvmsg, stream_write) ssize_t and size_t return values --- lib/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index 8da9870e..fb5b1309 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,14 @@ +2005-05-03 Paul Jakma + + * stream.h: Add comment about the special zero-ing ability of + stream_put. + (stream_recvmsg, stream_write) should return ssize_t and size_t + respectively. Should both be extern linkage. + (stream_recvfrom) Stream aware wrapper around recvfrom, in style + of stream_read_try. + * stream.c: (stream_recvfrom) new function, wrapper around recvfrom. + (stream_recvmsg, stream_write) ssize_t and size_t return values + 2005-04-27 Andrew J. Schorr Add wall-clock timing statistics to 'show thread cpu' output. -- cgit v1.2.1