From 4b82b86ee5df1cfcbcbc46cc421804a6a0cb8da2 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 6 Jun 2000 22:55:06 +0000 Subject: Changed the read and write method prototypes to return an ssize_t type 2000-06-06 Jeffrey Stedfast * camel-stream.[c,h]: Changed the read and write method prototypes to return an ssize_t type rather than an int and also changed the 'number of bytes' to read or write to a size_t type * camel-stream-fs.c: same as above * camel-stream-mem.c: again, same as above * camel-stream-buffer.c: same * camel-imap-stream.[c,h]: Added this new stream, cache's previously read data so each successive call will instead read from the cache svn path=/trunk/; revision=3450 --- camel/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 5c6e410388..d55f24814c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -5,6 +5,19 @@ so it still won't build until camel-imap-summary is finished along with a few methods in camel-imap-folder) + * camel-stream.[c,h]: Changed the read and write method prototypes + to return an ssize_t type rather than an int and also changed + the 'number of bytes' to read or write to a size_t type + + * camel-stream-fs.c: same as above + + * camel-stream-mem.c: again, same as above + + * camel-stream-buffer.c: same + + * camel-imap-stream.[c,h]: Added this new stream, cache's previously read + data so each successive call will instead read from the cache + 2000-06-05 Dan Winship * camel-mime-part.c (camel_mime_part_set_disposition): fix -- cgit