aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2004-04-08 Moritz Schulte <[email protected]>Moritz Schulte2004-04-082-0/+6
| | | | | * src/gpg-error.c (main): Return zero on success.
* 2004-03-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-091-0/+3
| | | | | | * libgpg-error.spec.in (%files): Add gpg-error. Submitted by Albrecht Dre� <[email protected]>.
* 2004-03-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-092-1/+7
| | | | | | | * src/mkerrcodes.c (main): Fix type of argv. Return something. ----------------------------------------------------------------------
* * Makefile.am (dist-hook): Create a VERSION file for use by mkdiff.Werner Koch2004-03-092-0/+3
|
* * src/Makefile.am (mkerrcodes.h): Let CPP work on a temporary file.Werner Koch2004-03-096-7/+34
| | | | | | | | | (CLEANFILES): Add that temporary file. * configure.ac (AC_PROG_CPP): Added. * src/err-codes.h.in: Removed trailing spaces from GPG_ERR_NOT_LOCKED.
* Prepare for next round of changes.Marcus Brinkmann2004-03-082-2/+12
|
* 2004-03-07 Marcus Brinkmann <[email protected]>libgpg-error-0-7Marcus Brinkmann2004-03-072-1/+3
| | | | | * src/gpg-error-config.in: Fix last change.
* 2004-03-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-072-1/+4
| | | | | | * tests/Makefile.am (INCLUDES): Change to -I$(top_srcdir)/src to -I$(top_builddir).
* 2004-03-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-072-2/+9
| | | | | | * src/gpg-error-config.in (Options): Do not emit include and lib directory for prefix "/usr" or "".
* 2004-03-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-071-0/+149
| | | | | | * Makefile.am (EXTRA_DIST): Add ac_prog_cc_for_build.m4. * ac_prog_cc_for_build.m4: New file.
* 2004-03-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-073-4/+10
| | | | | | | Released 0.7. * configure.ac: Bumbed up LIBGPG_ERROR_LT_REVISON.
* Fix copyright year.Marcus Brinkmann2004-03-072-2/+2
|
* 2004-03-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-017-50/+258
| | | | | | | | | | | | | | | | * configure.ac: Define CC_FOR_BUILD. * src/Makefile.am (BUILT_SOURCES): Add gpg-error.h. (EXTRA_DIST): Add mkerrcodes.awk and mkerrcodes.c. (CLEANFILES): Add mkerrcodes.h and mkerrcodes. (mkerrcodes.h): New target. (mkerrcodes): New target. (code-from-errno.h): Rewritten. * src/errnos.in: Remove include statement (which was ignored anyway). * src/mkerrcodes.awk: New file. * src/mkerrcodes.c: New file.
* 2004-03-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-012-1/+6
| | | | | | * Makefile.am (EXTRA_DIST): Add ac_prog_cc_for_build.m4. * ac_prog_cc_for_build.m4: New file.
* 2004-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-273-3/+5
| | | | | | * src/Makefile.am (noinst_PROGRAMS): Rename to ... (bin_PROGRAMS): ... this.
* 2004-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-272-0/+13
| | | | | * src/gpg-error.h.in: Add extern "C" closure for C-- compilers.
* 2004-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-2715-987/+1291
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 GPG_ERR_NOT_LOCKED.Werner Koch2004-02-034-1/+9
|
* Added GPG_ERR_LOCALE_PROBLEM.Werner Koch2003-12-224-2/+15
|
* Get the gettext version from the special GETTEXT_VERSION macro.Werner Koch2003-12-082-4/+6
|
* * README.CVS: Enhanced.Werner Koch2003-12-084-49/+93
| | | | | | * autogen.sh: New. * Makefile.am (EXTRA_DIST): Added autogen.sh.
* Also test for msgmerge to detect presence of gettext-dev.Werner Koch2003-12-081-5/+8
|
* Keep these files in the CVS repositoryWerner Koch2003-12-0817-0/+1780
|
* * autogen.sh: New.Werner Koch2003-12-084-5453/+3749
| | | | | | | * Makefile.am (EXTRA_DIST): Added autogen.sh. * libtool.m4: Added (CVS only).
* Update to gettext 0.12.1Werner Koch2003-12-085-18/+89
|
* * autogen.sh: New.Werner Koch2003-12-089-343/+942
| | | | | * Makefile.am (EXTRA_DIST): Added autogen.sh.
* We better keep all these standard diles in the CVS.Werner Koch2003-12-0818-0/+15908
|
* Bumbed version number to 0.7.Werner Koch2003-11-143-1/+8
|
* About to release 0.6libgpg-error-0-6Werner Koch2003-11-145-12/+58
|
* New.Werner Koch2003-11-145-0/+1779
|
* Removed: GPG_ERR_IO_ERROR,Werner Koch2003-11-133-15/+8
| | | | | | GPG_ERR_FILE_ERROR, GPG_ERR_READ_ERROR, GPG_ERR_WRITE_ERROR, GPG_ERR_LOCK_ERROR.
* Added these codes:Werner Koch2003-11-123-7/+103
| | | | | | | | | | | | | | | | | | | GPG_ERR_INV_ATTR, GPG_ERR_NO_VALUE, GPG_ERR_NOT_FOUND, GPG_ERR_VALUE_NOT_FOUND, GPG_ERR_SYNTAX, GPG_ERR_INV_CRL, GPG_ERR_BAD_BER, GPG_ERR_INV_BER, GPG_ERR_ELEMENT_NOT_FOUND, GPG_ERR_IDENTIFIER_NOT_FOUND, GPG_ERR_INV_TAG, GPG_ERR_INV_LENGTH, GPG_ERR_INV_KEYINFO, GPG_ERR_UNEXPECTED_TAG, GPG_ERR_NOT_DER_ENCODED, GPG_ERR_NO_CMS_OBJ, GPG_ERR_INV_CMS_OBJ, GPG_ERR_UNKNOWN_CMS_OBJ, GPG_ERR_UNSUPPORTED_CMS_OBJ, GPG_ERR_UNSUPPORTED_ENCODING, GPG_ERR_UNSUPPORTED_CMS_VERSION, GPG_ERR_UNKNOWN_ALGORITHM, GPG_ERR_ENCODING_PROBLEM, GPG_ERR_INV_STATE, GPG_ERR_DUP_VALUE, GPG_ERR_MISSING_ACTION, GPG_ERR_MODULE_NOT_FOUND, GPG_ERR_INV_OID_STRING, GPG_ERR_INV_TIME, GPG_ERR_INV_CRL_OBJ, GPG_ERR_UNSUPPORTED_CRL_VERSION, GPG_ERR_INV_CERT_OBJ, GPG_ERR_UNKNOWN_NAME, GPG_ERR_IO_ERROR, GPG_ERR_FILE_ERROR, GPG_ERR_READ_ERROR, GPG_ERR_WRITE_ERROR, GPG_ERR_LOCK_ERROR, GPG_ERR_BUFFER_TOO_SHORT
* Added error sources forWerner Koch2003-11-065-9/+28
| | | | | Libksba and Dirmngr. Added GPG_ERR_TRUNCATED.
* Allow GPG_ERR_INLINE to get overriden, so thatWerner Koch2003-11-033-0/+13
| | | | | | one can use the -D flag to specify the inline keyword. Suggested by Philip Brown.
* 2003-10-28 Moritz Schulte <[email protected]>Moritz Schulte2003-10-283-1/+14
| | | | | | | | * src/gpg-error.h (gpg_err_code_t): Added: GPG_ERR_NO_ENCODING_METHOD, GPG_ERR_NO_ENCRYPTION_SCHEME, GPG_ERR_NO_SIGNATURE_SCHEME. * src/err-codes.h.in: Likewise.
* Fixed last fix:Werner Koch2003-10-253-2/+2
| | | | | | Include stdio.h for snprintf prototype. Suggested by [email protected], fixes #gnupg/214.
* Include stdio.h for snprintfWerner Koch2003-10-252-0/+6
| | | | | prototype. Suggested by [email protected], fixes #gnupg/214.
* 2003-10-11 Moritz Schulte <[email protected]>Moritz Schulte2003-10-112-1/+5
| | | | | | * src/gpg-error.m4: Do not ask gpg-error-config to change the prefix, if --with-gpg-error-prefix=... is used.
* Prepare development of next release.Marcus Brinkmann2003-10-062-1/+5
|
* Make all version templates to have 2 parts only.Marcus Brinkmann2003-10-061-7/+7
|
* 2003-10-06 Marcus Brinkmann <[email protected]>libgpg-error-0-5Marcus Brinkmann2003-10-062-2/+9
| | | | | | | | Released 0.5. * configure.ac (LIBGPG_ERROR_LT_CURRENT, LIBGPG_ERROR_LT_AGE): Bump up by one.
* Add release date.Marcus Brinkmann2003-10-061-1/+1
|
* 2003-09-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-09-303-150/+79
| | | | | | | | | | | * src/gpg-error.h: Include <stddef.h>. (gpg_strerror_r): Change prototype to match POSIX. Rewritten for that prototype. * src/strerror.c: Include <errno.h>. (gpg_strerror_r, system_strerror_r): Change prototype to match POSIX. Rewritten for that prototype. Rewritten for that prototype.
* Add item about error code.Marcus Brinkmann2003-09-301-0/+3
|
* Add PIN_NOT_SYNCED.Werner Koch2003-09-303-3/+9
|
* 2003-09-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-09-135-2/+231
| | | | | | | | * configure.ac: Invoke AC_FUNC_STRERROR_R. * src/gpg-error.h (gpg_strerror_r): New prototype. * src/strerror.c (system_strerror_r): New function. (gpg_strerror_r): New function.
* 2003-09-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-09-044-1/+71
| | | | | | | * libgpg-error.spec.in: New file. * Makefile.am (EXTRA_DIST): Add libgpg-error.spec.in. * AUTHORS (Maintainer): Add Robert Schiele as contributor.
* 2003-09-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-09-032-85/+46
| | | | | * src/gpg-error-config.in: Rewritten.
* 2003-09-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-09-033-1/+9
| | | | | * configure.ac (AC_INIT): Bump up version number.
* 2003-09-03 Marcus Brinkmann <[email protected]>libgpg-error-0-4Marcus Brinkmann2003-09-034-2/+21
| | | | | | | | | Released 0.4. * src/gpg-error.h: Define GPG_ERR_INLINE to nothing if the compiler does not implement C99. * configure.ac: (AC_INIT): Bump up version number.