- 03 Sep, 2003 1 commit
-
-
Marcus Brinkmann authored
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.
-
- 02 Sep, 2003 1 commit
-
-
Moritz Schulte authored
* src/gpg-error.h (gpg_err_code_t): Added: GPG_ERR_NO_PRIME. * src/err-codes.h.in: Likewise.
-
- 19 Aug, 2003 1 commit
-
-
Marcus Brinkmann authored
* 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.
-
- 06 Aug, 2003 2 commits
-
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
* 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.
-
- 31 Jul, 2003 4 commits
-
-
Marcus Brinkmann authored
* 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.
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
* src/strerror.c (gpg_strerror): Use CODE, not ERR to map error code to errno. * configure.ac (AC_INIT): Bump version to 0.3.
-
- 30 Jul, 2003 3 commits
-
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
* configure.ac (AC_INIT): Bump version to 0.2.
-
Marcus Brinkmann authored
Released 0.2.
-
- 17 Jul, 2003 1 commit
-
-
Werner Koch authored
-
- 16 Jul, 2003 2 commits
-
-
Moritz Schulte authored
* src/gpg-error.h (gpg_err_code): Cast return value to gpg_err_code_t. Thanks to Ralf Schneider <ralf@tapfere-schneiderleins.de>. (gpg_err_source): Cast return value to gpg_err_source_t. Thanks to Ralf Schneider <ralf@tapfere-schneiderleins.de>.
-
Moritz Schulte authored
* 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.
-
- 06 Jul, 2003 1 commit
-
-
Marcus Brinkmann authored
* src/gpg-error.h (GPG_ERR_INLINE): Define macro. Use it instead of __inline__ in this file.
-
- 30 Jun, 2003 1 commit
-
-
Werner Koch authored
-
- 22 Jun, 2003 1 commit
-
-
Marcus Brinkmann authored
* src/gpg-error.h: Fix value of GPG_ERR_CANCELED.
-
- 06 Jun, 2003 4 commits
-
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
* 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.
-
- 05 Jun, 2003 4 commits
-
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
* src/gpg-error.h (gpg_err_make_from_errno): Fix implementation.
-
Marcus Brinkmann authored
* src/gpg-error.h (gpg_err_code_t): Add GPG_ERR_SIG_EXPIRED. (err-codes.h.in): Likewise.
-
Marcus Brinkmann authored
* src/gpg-error.h (gpg_error_from_errno): Change return type to gpg_error_t.
-
- 04 Jun, 2003 4 commits
-
-
Marcus Brinkmann authored
-
Werner Koch authored
-
Marcus Brinkmann authored
* src/gpg-error.h (gpg_err_code_t): Add GPG_ERR_INV_ENGINE, GPG_ERR_PUBKEY_NOT_TRUSTED, GPG_ERR_DECRYPT_FAILED, GPG_ERR_KEY_EXPIRED. (gpg_make_error): Rename to gpg_err_make. (gpg_error): Use here. * tests/t-strerror.c (main): And here. (gpg_make_error_from_errno): Rename to gpg_err_make_from_errno.
-
Marcus Brinkmann authored
-
- 03 Jun, 2003 2 commits
-
-
Marcus Brinkmann authored
* src/gpg-error.h (gpg_make_error_from_errno): New inline function. (gpg_error_from_errno): Likewise. * src/code-from-errno.c (gpg_err_code_from_errno): Handle the case of no error at all.
-
Marcus Brinkmann authored
* 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.
-
- 02 Jun, 2003 4 commits
-
-
Moritz Schulte authored
-
Moritz Schulte authored
* src/gpg-error.h: Fix description of gpg_err_code_to_errno (i.e. substitute `ERR' with `CODE'). * src/code-to-errno.c: Likewise.
-
Moritz Schulte authored
-
Moritz Schulte authored
* tests/t-strerror.c: Include <gpg-error.h> instead of <gpg/error.h>.
-
- 01 Jun, 2003 4 commits
-
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
* src/strerror.c: Include <string.h>.
-
Marcus Brinkmann authored
* src/gpg-error.h (gpg_err_code_t): Remove GPG_ERR_FILE_READ, GPG_ERR_FILE_WRITE, GPG_ERR_FILE_OPEN, GPG_ERR_FILE_CREATE, GPG_ERR_FILE_CLOSE, GPG_ERR_FILE_DELETE, GPG_ERR_FILE_EXISTS, GPG_ERR_FILE, GPG_ERR_IO, GPG_ERR_OUT_OF_CORE, GPG_ERR_READ_ERROR, GPG_ERR_WRITE_ERROR. * src/err-codes.h.in: Likewise.
-
Marcus Brinkmann authored
* src/Makefile.am (EXTRA_DIST): Add err-sources.h and err-codes.h.
-