aboutsummaryrefslogtreecommitdiffstats
path: root/src/err-sources.h.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Add GPG_ERR_SOURCE_TPM2D.Werner Koch2021-03-221-2/+2
| | | | * src/err-sources.h.in (GPG_ERR_SOURCE_TPM2D): New.
* Add error codes for use by a TLS library.Werner Koch2014-09-291-1/+1
|
* Add new error source GPG_ERR_SOURCE_TLS.Werner Koch2014-09-241-0/+2
|
* Add new source id for Libassuan.Werner Koch2012-11-161-2/+3
| | | | * src/err-sources.h.in (GPG_ERR_SOURCE_ASSUAN): New.
* Add a new erroro sourceWerner Koch2009-09-211-1/+2
|
* Fixed mingw build problems.Werner Koch2007-10-291-1/+2
| | | | | Updated some translations.
* new codesWerner Koch2007-09-271-1/+2
|
* New error codes. This is mainly to support a change in libassuan.Werner Koch2006-09-051-1/+2
|
* * src/Makefile.am (mkerrcodes.h): Let CPP work on a temporary file.Werner Koch2004-03-091-0/+1
| | | | | | | | | (CLEANFILES): Add that temporary file. * configure.ac (AC_PROG_CPP): Added. * src/err-codes.h.in: Removed trailing spaces from GPG_ERR_NOT_LOCKED.
* 2004-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-271-23/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/Makefile.am (noinst_PROGRAMS): New variable. (gpg_error_LDADD): New variable. (gpg_error_SOURCES): New variable. (EXTRA_DIST): Add mkheader.awk and gpg-error.h.in. (BUILT_SOURCES): Add err-sources-sym.h, err-codes-sym.h and errnos-sym.h. (CLEANFILES): Add err-sources-sym.h, err-codes-sym.h, errnos-sym.h and gpg-error.h. (err-codes.h, err-sources.h): Add -v textidx=3 to mkstrtable.awk invocation. (err-codes-sym.h): New target. (err-sources-sym.h): New target. (gpg-error.h): New rule. * src/mkstrtable.awk: Skip the second field (which contains the error code symbol). (FS): Allow more than one tab as field separator. Allow to specify the field to be used as text with the variable textidx. Allow to suppress gettext markers in the output. Allow to specify a prefix to the messages. Allow to specify a namespace for the variable and macro names. * src/mkerrnos.awk (FS): Initialize. Understand variable errnoidx, which defaults to 2, to cope with the error names being in a different column than the first. * src/mkerrcodes1.awk: Likewise. Use \t as separator. * src/mkheader.awk: New file. * src/errnos.in: Add error code numbers (relativ to GPG_ERR_SYSTEM_ERROR). * src/strerror-sym.c: New file. * src/strsources-sym.c: New file. * src/err-codes.h.in: Add the error code symbol for every error code. (GPG_ERR_BUFFER_TOO_SHORT): Fix error code (it is 200, not 199). * src/err-sources.h.in: Likewise. * src/gpg-error.h.in: New file. * src/gpg-error.h: File removed. * src/gpg-error.c: New file.
* Added error sources forWerner Koch2003-11-061-0/+2
| | | | | Libksba and Dirmngr. Added GPG_ERR_TRUNCATED.
* 2003-08-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-08-061-1/+1
| | | | | | | * code-from-errno.c, code-to-errno.c, err-codes.h.in, err-sources.h.in, errnos.in, gpg-error.h, strerror.c, strsource.c: Fix typo in copyright notice.
* solved conflictsWerner Koch2003-06-041-0/+1
|
* Fix last change.Marcus Brinkmann2003-06-041-4/+4
|
* 2003-06-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-06-031-0/+4
| | | | | | | | | * src/gpg-error.h (gpg_err_source_t): Add GPG_ERR_SOURCE_USER_1 to GPG_ERR_SOURCE_USER_4. (gpg_err_code_t): Add GPG_ERR_USER_1 to GPG_ERR_USER_16. * src/err-sources.h.in: Likewise. * src/err-codes.h.in: Likewise.
* 2003-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-05-151-24/+27
| | | | | | | | | | | | | | | | | | | | | * 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/+35
* Initial check-in.