gpgme/gpgme (11 files)

cvs user marcus cvs@cvs.gnupg.org
Wed, 20 Aug 2003 22:20:47 +0200


    Date: Wednesday, August 20, 2003 @ 22:20:47
  Author: marcus
    Path: /cvs/gnupg/gpgme/gpgme

   Added: ath-pth-compat.c ath-pthread-compat.c
Modified: ChangeLog Makefile.am ath-pth.c ath-pthread.c ath.c ath.h
          engine-gpgsm.c rungpg.c util.h

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

	*configure.ac (AM_PATH_GPG_ERROR): Require 0.3.

assuan/
See README.1st.

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

	The ath files (ath.h, ath.c, ath-pth.c, ath-pthread.c,
	ath-compat.c, ath-pth-compat.c and ath-pthread-compat.c) have been
	updated to have better thread support, and the Makefile.am was
	changed to reflect that.

	* util.h [!HAVE_FOPENCOOKIE]: Remove fopencookie declaration.
	* engine-gpgsm.c (gpgsm_assuan_simple_command): Set ERR to return
	value of status_fnc.
	* rungpg.c (start): Return SAVED_ERRNO, not errno.


----------------------+
 ChangeLog            |   16 ++++
 Makefile.am          |   79 ++++++++++++++------
 ath-pth-compat.c     |  123 ++++++++++++++++++++++++++++++++
 ath-pth.c            |  176 +++++++++++++++++++++++++++++++---------------
 ath-pthread-compat.c |  104 +++++++++++++++++++++++++++
 ath-pthread.c        |  185 ++++++++++++++++++++++++++++++++++---------------
 ath.c                |  151 +++++++++++++++++++--------------------
 ath.h                |   90 +++++++++++++----------
 engine-gpgsm.c       |    4 -
 rungpg.c             |    2 
 util.h               |   16 ----
 11 files changed, 677 insertions(+), 269 deletions(-)