aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* 2003-09-02 Moritz Schulte <[email protected]>Moritz Schulte2003-09-023-1/+8
| | | | | | * src/gpg-error.h (gpg_err_code_t): Added: GPG_ERR_NO_PRIME. * src/err-codes.h.in: Likewise.
* 2003-08-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-08-192-147/+158
| | | | | | | | | * src/gpg-error.h (GPG_ERR_SYSTEM_ERROR): Fix value (should have been 2^15, was 2^14). (GPG_ERR_CODE_DIM): Fix value (should have been 65536, was 32768). Change the error codes of all system errors to have the GPG_ERR_SYSTEM_ERROR bit set.
* .Marcus Brinkmann2003-08-061-0/+6
|
* 2003-08-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-08-068-8/+8
| | | | | | | * 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.
* 2003-07-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-07-316-21/+35
| | | | | | | | | | * README: Clarify copyright conditions. * src/mkstrtable.awk: Don't claim in the copyright information that this program is part of libgpg-error. * src/mkerrnos.awk: Likewise. * src/mkerrcodes1.awk: Likewise. * src/mkerrcodes2.awk: Likewise.
* Released 0.3.Marcus Brinkmann2003-07-312-1/+3
|
* Cosmetic fix.Marcus Brinkmann2003-07-311-0/+1
|
* 2003-07-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-07-314-2/+15
| | | | | | | | * src/strerror.c (gpg_strerror): Use CODE, not ERR to map error code to errno. * configure.ac (AC_INIT): Bump version to 0.3.
* Evil rewriting of history to make patch+mkdiff happy.libgpg-error-0-2Marcus Brinkmann2003-07-301-0/+2
|
* 2003-07-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-07-302-1/+3
| | | | | * configure.ac (AC_INIT): Bump version to 0.2.
* 2003-07-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-07-302-0/+21
| | | | | Released 0.2.
* * src/gpg-error.h: Add HARDWARE, PIN_BLOCKED and USE_CONDITIONS.Werner Koch2003-07-173-1/+11
|
* 2003-07-16 Moritz Schulte <[email protected]>Moritz Schulte2003-07-162-2/+11
| | | | | | | | | * src/gpg-error.h (gpg_err_code): Cast return value to gpg_err_code_t. Thanks to Ralf Schneider <[email protected]>. (gpg_err_source): Cast return value to gpg_err_source_t. Thanks to Ralf Schneider <[email protected]>.
* 2003-07-15 Moritz Schulte <[email protected]>Moritz Schulte2003-07-162-1/+7
| | | | | | | * src/gpg-error.m4 (AM_PATH_GPG_ERROR): Use `0.0' instead of `0.0.0' in case no version number is given, since the following sed commands expect the former form, not a triplet.
* 2003-07-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-07-062-6/+17
| | | | | | * src/gpg-error.h (GPG_ERR_INLINE): Define macro. Use it instead of __inline__ in this file.
* * src/gpg-error.h: Add WRONG_CARD.Werner Koch2003-06-303-2/+7
|
* 2003-06-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-06-222-1/+5
| | | | | * src/gpg-error.h: Fix value of GPG_ERR_CANCELED.
* Set date.libgpg-error-0-1Marcus Brinkmann2003-06-061-1/+1
|
* Fix last change.Marcus Brinkmann2003-06-061-5/+5
|
* Drop micro version.Marcus Brinkmann2003-06-061-10/+0
|
* 2003-06-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-06-065-1/+206
| | | | | | | | | | | | | * configure.ac: Define GPG_ERROR_CONFIG_LIBS and GPG_ERROR_CONFIG_CFLAGS. Add src/gpg-error-config to config files. * src/Makefile.am (EXTRA_DIST): Add gpg-error-config.in and gpg-error.m4. (bin_SCRIPTS): New variable. (m4datadir, m4data_DATA): New variables. * src/gpg-error-config.in: New file. * src/gpg-error.m4: New file.
* Fix typo.Marcus Brinkmann2003-06-051-1/+1
|