/
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.