Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-11-03 | More include guards. | Werner Koch | 1 | -0/+1 | |
Provide access for Wince. Install dummy sehmap.h | |||||
2010-05-06 | 2010-05-06 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -6/+3 | |
* configure.ac: Require libgpg-error 1.8. src/ 2010-05-06 Marcus Brinkmann <[email protected]> * sign.c, data-user.c, conversion.c, debug.c, verify.c, data.c, decrypt.c, delete.c, assuan-support.c, import.c, engine-gpgsm.c, data-mem.c, op-support.c, w32-io.c, w32-util.c, data-compat.c: Use gpg_error_from_syserror instead gpg_error_from_errno, and use gpg_err_set_errno to set error number. * setenv.c: Include <gpg-error.h> and define __set_errno to use gpg_err_set_errno. * gpgme-tool.c (ARGP_ERR_UNKNOWN): Define to EDEADLOCK (which is mapped in Windows CE) instead of E2BIG (which is not). (gt_import_keys): Initialize err. | |||||
2008-11-03 | 008-11-03 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+0 | |
* configure.ac: Replace gpgme paths with src. * gpgme: Move to ... * src: ... this new directory. assuan/ 2008-11-03 Marcus Brinkmann <[email protected]> * Makefile.am (INCLUDES): Replace gpgme path with src. tests/ 2008-11-03 Marcus Brinkmann <[email protected]> * gpgsm/Makefile.am (INCLUDES, LDADD): Replace gpgme path with src. * gpg/Makefile.am (INCLUDES, LDADD, t_thread1_LDADD): Likewise. * Makefile.am (LDADD): Likewise. | |||||
2007-01-08 | Fixes for building without gpgsm and for W32 | Werner Koch | 1 | -0/+4 | |
2006-09-19 | assuan/ | Marcus Brinkmann | 1 | -0/+352 | |
Update to current version. 2006-09-19 Marcus Brinkmann <[email protected]> * configure.ac: Turn stpcpy into a replacement function. Check for unistd.h and add setenv as replacement function. gpgme/ 2006-09-19 Marcus Brinkmann <[email protected]> * setenv.c: New file. |