aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/error.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-06-012003-06-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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-012003-06-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* src/gpg/error.h (gpg_error_t): Change type to unsigned int, not long.
2003-05-28Add essential comment.Marcus Brinkmann1-1/+5
2003-05-252003-05-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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-152003-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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-152003-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+287
* Initial check-in.