aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-08po: Update infos on the Portuguese translation.Werner Koch1-1/+2
--
2024-06-19Release 1.50libgpg-error-1.50gpgrt-1.50Werner Koch1-1/+1
2023-04-06Release 1.47libgpg-error-1.47gpgrt-1.47Werner Koch1-1/+1
2022-01-27Release 1.44libgpg-error-1.44gpgrt-1.44Werner Koch1-1/+2
* configure.ac: Bump LT version to C32/A32/R2.
2020-02-18core: Add a high level option/argument parser.Werner Koch1-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 <[email protected]>
2019-01-16Release 1.34libgpg-error-1.34gpgrt-1.34Werner Koch1-1/+1
* configure.ac: Bump LT version to C26/A26/R0. Signed-off-by: Werner Koch <[email protected]>
2018-03-13build: Update copyright notices and remove gpgscm from the release.Werner Koch1-0/+9
-- Signed-off-by: Werner Koch <[email protected]>
2017-02-28Release 1.27libgpg-error-1.27Werner Koch1-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 <[email protected]>
2016-04-25Release 1.22.libgpg-error-1.22Werner Koch1-54/+34
* configure.ac: Set LT version to C18/A18/R0. Signed-off-by: Werner Koch <[email protected]>
2015-01-26Update copyright notices.Werner Koch1-1/+1
--
2014-10-15doc: Add a man page for gpg-error-config.Werner Koch1-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 <[email protected]>
2014-09-24Add DCO policy statement.Werner Koch1-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.
2013-02-25Release 1.11.libgpg-error-1.11Werner Koch1-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.
2012-06-20Add the mailing list to AUTHORS.Werner Koch1-1/+2
--
2009-08-20Add new translations.Werner Koch1-5/+14
2009-07-23Add new code GPG_ERR_NOT_ENABLEDWerner Koch1-1/+2
2007-10-29Preparing a releaselibgpg-error-1.6Werner Koch1-2/+4
2007-10-29Fixed mingw build problems.Werner Koch1-0/+2
Updated some translations.
2006-12-22Installed Swedish translationWerner Koch1-1/+2
2006-01-11Add Vietnamese translationWerner Koch1-0/+3
2005-07-04Added Romanian translation and other collected changes.Werner Koch1-0/+5
2003-09-042003-09-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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-152003-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+19
* Initial check-in.