libgcrypt/src (12 files)

cvs user mo cvs@cvs.gnupg.org
Wed, 27 Aug 2003 16:53:30 +0200


    Date: Wednesday, August 27, 2003 @ 16:53:30
  Author: mo
    Path: /cvs/gnupg/libgcrypt/src

   Added: ath-compat.c ath-pth-compat.c ath-pthread-compat.c
Modified: ChangeLog Makefile.am ath-pth.c ath-pthread.c ath.c ath.h
          gcrypt.h libgcrypt-config.in secmem.c

2003-08-27  Moritz Schulte  <mo@g10code.com>

	* libgcrypt-config.in: Adjusted script for new thread handling.

	* Makefile.am: New version, based on GPGMEs Makefile.am.

	* ath.c, ath-compat.c, ath.h, ath-pth.c, ath-pth-compat.c,
	ath-pthread.c, ath-pthread-compat.c: New files, merged from GPGME.
	* ath.c, ath.h, ath-pthread.c, ath-pth.c: Removed files.


----------------------+
 ChangeLog            |   10 ++
 Makefile.am          |   94 ++++++++++++++---------
 ath-compat.c         |  184 +++++++++++++++++++++++++++++++++++++++++++++
 ath-pth-compat.c     |  124 ++++++++++++++++++++++++++++++
 ath-pth.c            |  171 +++++++++++++++++++++++++++---------------
 ath-pthread-compat.c |  105 ++++++++++++++++++++++++++
 ath-pthread.c        |  186 ++++++++++++++++++++++++++++++++--------------
 ath.c                |  178 +++++++++++++++++++-------------------------
 ath.h                |  100 +++++++++++++-----------
 gcrypt.h             |    2 
 libgcrypt-config.in  |  197 ++++++++++++++++++++++++++++++++-----------------
 secmem.c             |    2 
 12 files changed, 987 insertions(+), 366 deletions(-)