diff options
author | paul <paul> | 2005-05-03 09:07:56 +0000 |
---|---|---|
committer | paul <paul> | 2005-05-03 09:07:56 +0000 |
commit | 0dab930314e215a627f848ffa824ed995eb2e13c (patch) | |
tree | f84189f12990561a616c65be59d8cb6ebef94569 /lib/ChangeLog | |
parent | 0c2029e9121d4c80380c174c2503b7deaf4e03ce (diff) |
2005-05-03 Paul Jakma <paul@dishone.st>
* 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
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
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 <paul@dishone.st> + + * 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 <ajschorr@alumni.princeton.edu> Add wall-clock timing statistics to 'show thread cpu' output. |