From 2265d20c1a568c7633d086ccf0233761ff942a2c Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 8 Nov 2004 15:43:21 +0000 Subject: 2004-11-07 Paul Jakma * buffer.c: Add missing include of log.h. (buffer_flush_available) written is compared against mostly against unsigned types, only for the writev do we need signed compare, so declare it as size_t and cast it to ssize_t just for the error compare when we've called writev. * buffer.h: Add comment that buffer data sizes really should be size_t. --- lib/ChangeLog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index e256bbe4..2acd0023 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,6 +1,16 @@ 2004-11-07 Paul Jakma - * lib/version.h.in: add autoconf configure_input output var + * buffer.c: Add missing include of log.h. + (buffer_flush_available) written is compared against + mostly against unsigned types, only for the writev do we need + signed compare, so declare it as size_t and cast it to ssize_t + just for the error compare when we've called writev. + * buffer.h: Add comment that buffer data sizes really should be + size_t. + +2004-11-07 Paul Jakma + + * version.h.in: add autoconf configure_input output var 2004-11-04 Andrew J. Schorr -- cgit v1.2.1