libassuan/src (ChangeLog assuan-handler.c)
cvs user neal
cvs@cvs.gnupg.org
Tue, 18 Feb 2003 21:48:42 +0100
Date: Tuesday, February 18, 2003 @ 21:48:32
Author: neal
Path: /cvs/gnupg/libassuan/src
Modified: ChangeLog assuan-handler.c
/
2003-02-18 Neal H. Walfield <neal@g10code.de>
* common: New directory.
* Makefile.am (SUBDIRS): Add common.
* configure.ac: Check for funopen. If not present, check for
fopencookie and implement it in terms of that. Otherwise, fail.
(AC_CONFIG_FILES): Add common/Makefile.
src/
2003-02-18 Neal H. Walfield <neal@g10code.de>
* assuan-handler.c (_IO_cookie_io_functions_t): Remove.
(cookie_io_functions_t): Remove.
(fopencookie): Remove prototype.
(assuan_get_data_fp): Use funopen, not fopencookie.
common/
2003-02-18 Neal H. Walfield <neal@g10code.de>
* Makefile.am: New file.
* funopen.c: New file.
* isascii.c: Imported from newpg.
* memrchr.c: Likewise.
* putc_unlocked.c: Likewise.
------------------+
ChangeLog | 7 +++++++
assuan-handler.c | 31 ++++---------------------------
2 files changed, 11 insertions(+), 27 deletions(-)