gpgme/gpgme (7 files)

cvs user marcus cvs@cvs.gnupg.org
Mon, 18 Aug 2003 21:17:08 +0200


    Date: Monday, August 18, 2003 @ 21:17:08
  Author: marcus
    Path: /cvs/gnupg/gpgme/gpgme

   Added: funopen.c isascii.c memrchr.c putc_unlocked.c
Modified: ChangeLog gpgme.h
 Removed: fopencookie.c

2003-08-18  Marcus Brinkmann  <marcus@g10code.de>

	* configure.ac: If building Assuan, check for funopen and
	fopencookie, and make isascii, putc_unlocked and memrchr
	replacement functions.

assuan/
Update to the latest assuan version.

gpgme/
2003-08-18  Marcus Brinkmann  <marcus@g10code.de>

	* funopen.c, putc_unlocked.c, isascii.c, memrchr.c: New files.
	* fopencookie.c: File removed.


-----------------+
 ChangeLog       |    5 +++++
 fopencookie.c   |   37 -------------------------------------
 funopen.c       |   44 ++++++++++++++++++++++++++++++++++++++++++++
 gpgme.h         |    2 +-
 isascii.c       |   29 +++++++++++++++++++++++++++++
 memrchr.c       |   36 ++++++++++++++++++++++++++++++++++++
 putc_unlocked.c |   31 +++++++++++++++++++++++++++++++
 7 files changed, 146 insertions(+), 38 deletions(-)