aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2004-03-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-071-1/+1
| | | | | | * tests/Makefile.am (INCLUDES): Change to -I$(top_srcdir)/src to -I$(top_builddir).
* 2003-06-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-06-041-3/+2
| | | | | | | | | | | * src/gpg-error.h (gpg_err_code_t): Add GPG_ERR_INV_ENGINE, GPG_ERR_PUBKEY_NOT_TRUSTED, GPG_ERR_DECRYPT_FAILED, GPG_ERR_KEY_EXPIRED. (gpg_make_error): Rename to gpg_err_make. (gpg_error): Use here. * tests/t-strerror.c (main): And here. (gpg_make_error_from_errno): Rename to gpg_err_make_from_errno.
* 2003-06-02 Moritz Schulte <[email protected]>Moritz Schulte2003-06-021-1/+1
| | | | | | * tests/t-strerror.c: Include <gpg-error.h> instead of <gpg/error.h>.
* 2003-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-05-152-13/+15
| | | | | | | | | | | | | | | | | | | | | * src/mkstrtable.awk: Add exception clause to license about the output of the script. * configure.ac: Change license to LGPL 2.1 or later. * Makefile.am: Likewise. * src/Makefile.am: Likewise. * src/err-codes.h.in: Likewise. * src/err-sources.h.in: Likewise. * src/strsource.c: Likewise. * src/strerror.c: Likewise. * src/gpg/error.h: Likewise. * tests/Makefile.am: Likewise. * src/mkstrtable.awk: New variable HEADER. Copy input until first line with an actual code and description occurs. * src/err-codes.h.in: Uncomment license, so it is copied into the output. * src/err-sources.h.in: Likewise.
* 2003-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-05-152-0/+90
* Initial check-in.