aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/error.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-06-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-06-011-293/+0
| | | | | | | | | | | * src/Makefile.am (nobase_include_HEADERS): Rename target to ... (include_HEADERS): ... this. Change file to gpg-error.h (libgpg_error_la_SOURCES): Change gpg/error.h to gpg-error.h. * src/gpg/error.h: Move to ... * src/gpg-error.h: ... here. New file. * src/strerror.c: Include <gpg-error.h>, not <gpg/error.h>. * src/strsource.c: Likewise.
* 2003-06-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-06-011-1/+1
| | | | | | * src/gpg/error.h (gpg_error_t): Change type to unsigned int, not long.
* Add essential comment.Marcus Brinkmann2003-05-281-1/+5
|
* 2003-05-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-05-251-2/+3
| | | | | | | * src/gpg/error.h (gpg_make_error): Only OR in the error source if there is an error, this allows to test for success with "if (!err)" and similar tests.
* 2003-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-05-151-7/+8
| | | | | | | | | | | | | | | | | | | | | * 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-151-0/+287
* Initial check-in.