summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.47libgpg-error-1.47gpgrt-1.47Werner Koch2023-04-061-1/+1
|
* Release 1.44libgpg-error-1.44gpgrt-1.44Werner Koch2022-01-271-1/+2
| | | | * configure.ac: Bump LT version to C32/A32/R2.
* core: Add a high level option/argument parser.Werner Koch2020-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gpg-error.h.in (GPGRT_CONFDIR_USER, GPGRT_CONFDIR_SYS): New consts. (ARGPARSE_FLAG_SYS, ARGPARSE_FLAG_USER, ARGPARSE_FLAG_VERBOSE) (ARGPARSE_NO_CONFFILE, ARGPARSE_CONFFILE, ARGPARSE_OPT_CONFFILE): New consts. (ARGPARSE_conffile, ARGPARSE_noconffile): New macros. (gpgrt_set_confdir): New func. (gpgrt_argparser): New func. * src/argparse.c (confdir): New var. (enum argparser_states): New. (struct _gpgrt_argparse_internal_s): Add a couple of new fields. (initialize): Init them. (any_opt_conffile): New. (_gpgrt_argparser): New. (_gpgrt_set_confdir): New. * src/visibility.c (gpgrt_argparser): New. (gpgrt_set_confdir): New. * src/gpg-error.def.in, src/gpg-error.vers: Add those functions. * tests/t-argparse.c (main): Reworked. * tests/etc/t-argparse.conf: New file. * tests/t-argparse.conf: New file. -- gpgrt_argparser is a high level version of gpgrt_argparse. It handles reading of configuration files internally and allows allows for a global configuration file. The design is so that it minimizes the work to replace the existing option parsing in gpg and friends by this one and to allow global configuration files for them. This is the just the basic code which should allow replacement of the parsers. A forthcoming patch will implement flags for options given in the global config file. GnuPG-bug-id: 4788 Signed-off-by: Werner Koch <wk@gnupg.org>
* Release 1.34libgpg-error-1.34gpgrt-1.34Werner Koch2019-01-161-1/+1
| | | | | | * configure.ac: Bump LT version to C26/A26/R0. Signed-off-by: Werner Koch <wk@gnupg.org>
* build: Update copyright notices and remove gpgscm from the release.Werner Koch2018-03-131-0/+9
| | | | | | -- Signed-off-by: Werner Koch <wk@gnupg.org>
* Release 1.27libgpg-error-1.27Werner Koch2017-02-281-1/+1
| | | | | | | | | | * configure.ac: Bump LT version to C22/A22/R0. -- Note that C21/A21/R0 was used in 1.26 but later lost in the repo due to a merge. Signed-off-by: Werner Koch <wk@gnupg.org>
* Release 1.22.libgpg-error-1.22Werner Koch2016-04-251-54/+34
| | | | | | * configure.ac: Set LT version to C18/A18/R0. Signed-off-by: Werner Koch <wk@gnupg.org>
* Update copyright notices.Werner Koch2015-01-261-1/+1
| | | | --
* doc: Add a man page for gpg-error-config.Werner Koch2014-10-151-1/+1
| | | | | | | | | | | | * doc/gpgrt.texi: New. Just a start for now. * doc/gpl.texi, doc/lgpl.texi: New. Take from Libgcrypt. * doc/yat2m.c: New. Take from GnuPG master. * doc/Makefile.am: New. * configure.ac (AC_CONFIG_FILES): Add doc/Makefile. * Makefile.am (SUBDIRS): Add doc/. * build-aux/mdate-sh, build-aux/texinfo.tex: New. Signed-off-by: Werner Koch <wk@gnupg.org>
* Add DCO policy statement.Werner Koch2014-09-241-0/+9
| | | | | | | | | | -- Which is: We do not collect DCOs for libgpg-error. As a supporting library for GnuPG, Libgcrypt, and GPGME a DCO for any of these projects is sufficient.
* Release 1.11.libgpg-error-1.11Werner Koch2013-02-251-12/+38
| | | | | | | | * configure.ac: Set LT version to C9/A9/R0. * Makefile.am (GITLOG_TO_CHANGELOG): New. (gen-ChangeLog): Use --tear-off. * build-aux/gitlog-to-changelog: Remove.
* Add the mailing list to AUTHORS.Werner Koch2012-06-201-1/+2
| | | | --
* Add new translations.Werner Koch2009-08-201-5/+14
|
* Add new code GPG_ERR_NOT_ENABLEDWerner Koch2009-07-231-1/+2
|
* Preparing a releaselibgpg-error-1.6Werner Koch2007-10-291-2/+4
|
* Fixed mingw build problems.Werner Koch2007-10-291-0/+2
| | | | | Updated some translations.
* Installed Swedish translationWerner Koch2006-12-221-1/+2
|
* Add Vietnamese translationWerner Koch2006-01-111-0/+3
|
* Added Romanian translation and other collected changes.Werner Koch2005-07-041-0/+5
|
* 2003-09-04 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2003-09-041-0/+4
| | | | | | | * libgpg-error.spec.in: New file. * Makefile.am (EXTRA_DIST): Add libgpg-error.spec.in. * AUTHORS (Maintainer): Add Robert Schiele as contributor.
* 2003-05-15 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2003-05-151-0/+19
* Initial check-in.