diff options
Diffstat (limited to 'common/ChangeLog')
-rw-r--r-- | common/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/common/ChangeLog b/common/ChangeLog index 388b6de47..7408123ec 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,5 +1,13 @@ 2010-03-08 Werner Koch <[email protected]> + * iobuf.h (iobuf_ioctl_t): New. Use the new macros instead of the + hard wired values. + * iobuf.c (iobuf_append): Remove. + (iobuf_fdopen): Factor code out to ... + (do_iobuf_fdopen): ... new. + (iobuf_fdopen_nc): New. + (iobuf_open_fd_or_name): Implement using iobuf_fdopen_nc. + * iobuf.c (INVALID_FD): Replace by GNUPG_INVALID_FD. (fp_or_fd_t): Replace by gnupg_fd_t. (my_fileno): Replace by the FD2INT macro. @@ -250,7 +258,7 @@ * iobuf.c: Port David's changes from 1.4: (fd_cache_invalidate): Pass return code from close back. - (direct_open, iobuf_ioctl): Check that eturn value. + (direct_open, iobuf_ioctl): Check that return value. (fd_cache_synchronize): New. (iobuf_ioctl): Add new sub command 4 (fsync). |