libassuan (ChangeLog Makefile.am configure.ac)
cvs user neal
cvs@cvs.gnupg.org
Tue, 18 Feb 2003 21:49:02 +0100
Date: Tuesday, February 18, 2003 @ 21:48:52
Author: neal
Path: /cvs/gnupg/libassuan
Modified: ChangeLog Makefile.am configure.ac
/
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 | 9 +++++++++
Makefile.am | 2 +-
configure.ac | 11 +++++++++--
3 files changed, 19 insertions(+), 3 deletions(-)