libassuan/common (6 files)
cvs user neal
cvs@cvs.gnupg.org
Tue, 18 Feb 2003 21:48:52 +0100
Date: Tuesday, February 18, 2003 @ 21:48:42
Author: neal
Path: /cvs/gnupg/libassuan/common
Added: ChangeLog Makefile.am funopen.c isascii.c memrchr.c
putc_unlocked.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 +++++++
Makefile.am | 23 +++++++++++++++++++++++
funopen.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
isascii.c | 29 +++++++++++++++++++++++++++++
memrchr.c | 36 ++++++++++++++++++++++++++++++++++++
putc_unlocked.c | 31 +++++++++++++++++++++++++++++++
6 files changed, 170 insertions(+)