diff options
author | Marcus Brinkmann <[email protected]> | 2003-08-20 20:20:46 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-08-20 20:20:46 +0000 |
commit | 0217495902bbb33d3c429599885192c3aec295e6 (patch) | |
tree | 4dc536749c85c1fa9c72a1464f2730d5a2dfc502 /assuan/README.1st | |
parent | 2003-08-18 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-0217495902bbb33d3c429599885192c3aec295e6.tar.gz gpgme-0217495902bbb33d3c429599885192c3aec295e6.zip |
2003-08-18 Marcus Brinkmann <[email protected]>
*configure.ac (AM_PATH_GPG_ERROR): Require 0.3.
assuan/
See README.1st.
gpgme/
2003-08-19 Marcus Brinkmann <[email protected]>
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.
Diffstat (limited to 'assuan/README.1st')
-rw-r--r-- | assuan/README.1st | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/assuan/README.1st b/assuan/README.1st index b7d53112..7b6074ff 100644 --- a/assuan/README.1st +++ b/assuan/README.1st @@ -1,3 +1,22 @@ This is a modified copy of the libassuan library. Don't modify it, but instead modify the original Assuan library and merge the changes back into this copy. + +The changes to the original libassuan, that have to preserved when +updating this directory, are: + +* Makefile.am +** Build the library with libtool as a convenience library, which can + be linked into the shared library GPGME. +** Do not install the library or the header file. +** Define -D_ASSUAN_IN_GPGME_BUILD_ASSUAN to wrap some POSIX functions + with ATH replacements. + +* assuan.h +** Define _ASSUAN_IN_GPGME to enable GPGME specific code. +** Put all exported Assuan functions in the _gpgme namespace. +** Also wrap all system functions that are wrapped by GNU Pth to + _gpgme wrappers. + +* assuan-io.c +** Don't try to support GNU Pth here. |