aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.11.libgpg-error-1.11Werner Koch2013-02-256-371/+60
| | | | | | | | * 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.
* Update helper scripts.Werner Koch2013-02-257-542/+1091
| | | | | | | | | * compile, config.guess, config.rpath, config.sub, depcomp, * install-sh, mkinstalldirs: Update to current versions from gnulib. -- Some of them have not been updated here in over 8 years, time to fix that.
* Add translation to Ukrainian.Werner Koch2013-02-232-0/+872
| | | | | * po/uk.po: New. * po/LINGUAS: Add uk.po
* Add translation to Esperanto.Werner Koch2013-02-232-0/+870
| | | | | * po/eo.po: New. * po/LINGUAS: Add eo.po.
* Add version macros and check function.Werner Koch2013-02-2310-44/+301
| | | | | | | | | | | | | | | | | | | * configure.ac (VERSION_NUMBER): New ac_subst. (BUILD_FILEVERSION): Build on all platforms (BUILD_TIMESTAMP): Try to use an ISO string. * src/Makefile.am (extra-h.in): Add new version numbers. * src/versioninfo.rc.in: Update copyright year. * src/version.c: New. (gpg_error_check_version): New API. * src/gpg-error.h.in: Add gpg_error_check_version prototype. * src/gpg-error.def.in: Add gpg_error_check_version * tests/t-version.c: New. * tests/Makefile.am (TESTS): Add t-version.c * src/gpg-error-config.in: s/VERSION/PACKAGE_VERSION/. -- All other GnuPG libraries do this, thus we do it here as well.
* Add string "Assuan" to all po files.Werner Koch2013-02-2312-31/+65
| | | | --
* Make i686-w64-mingw32 the primary W32 toolchain.Werner Koch2013-02-231-2/+3
| | | | --
* Fix the alias mechanism for --with-libgpg-error-prefix.Werner Koch2013-02-221-4/+5
| | | | | | | | * src/gpg-error.m4: Do not use the no-action branch in AC_ARG_WITH. -- This fixes commit aaa3f534. The bug was that --with-gpg-error-prefix always reset the value from --with-libgpg-error-prefix.
* Switch to the new automagic beta numbering scheme.Werner Koch2012-11-162-27/+35
| | | | | | * configure.ac: Change to a git only revision id setup. (BUILD_FILEVERSION): Use revision id for this. * src/versioninfo.rc.in (FileVersion): Use LT version.
* Support mingw64 toolchain.Werner Koch2012-11-161-1/+1
| | | | --
* Update to libtool 2.4.2.Werner Koch2012-11-165-2216/+4115
|
* Add new source id for Libassuan.Werner Koch2012-11-162-2/+5
| | | | * src/err-sources.h.in (GPG_ERR_SOURCE_ASSUAN): New.
* Improve parsing of the GIT revision number.Werner Koch2012-11-161-2/+2
| | | | * configure.ac (git_revision): Use git rev-parse.
* Fix non-portable use of chmod in autogen.sh.Werner Koch2012-11-161-1/+1
| | | | * autogen.sh: Remove option -c from chmod.
* Add a fuzzy entry to the translationsWerner Koch2012-08-0911-11/+33
| | | | --
* Update Italian translationWerner Koch2012-08-091-7/+19
|
* Run msgmerge on the translationsWerner Koch2012-08-0910-4/+102
| | | | --
* Remove the generated POT file for the repoWerner Koch2012-08-092-1107/+1
| | | | --
* Typo fix.Jordy Provost2012-08-091-1/+1
| | | | * src/err-codes.h.in: Unify uppercase.
* Update Dutch translation.Freek de Kruijf2012-08-091-183/+178
| | | | * po/nl.po: Update.
* Update Czech translation.Petr Pisar2012-08-091-28/+20
| | | | * po/cs.po: Update.
* Add Danish translation.Joe Hansen2012-08-092-0/+840
| | | | | * po/da.po: New. * po/LINGUAS: Add da.po.
* Update French translation.David Prévot2012-08-091-226/+201
| | | | * po/fr.po: Update, proofread by Jordy Provost
* Keep previous msgids of translated messagesDavid Prévot2012-08-091-2/+2
| | | | * po/Makefile.in.in: Add --previous option to msgmerge.
* Add Japanese translationWerner Koch2012-08-072-0/+869
| | | | | * po/ja.po: New. * po/LINGUAS: Add ja.po.
* Update German translation.Werner Koch2012-08-071-8/+11
| | | | * po/de.po: Update.
* Add the mailing list to AUTHORS.Werner Koch2012-06-201-1/+2
| | | | --
* Add more error code documentationWerner Koch2012-06-201-3/+18
| | | | --
* Use CPPFLAGS when generating mkerrcodes.hRafaël Carré2012-06-201-1/+1
| | | | | | * src/Makefile.am (mkerrcodes.h): Use CPPFLAGS. Signed-off-by: Rafaël Carré <[email protected]>
* Remove non-source file from the repo.Werner Koch2011-12-011-11/+0
| | | | * po/remove-potcdate.sed: Remove.
* Fix for newer autoconf version.Werner Koch2011-12-013-6/+44
| | | | | | * Makefile.am (EXTRA_DIST): Fix filename. * configure.ac (my_full_version): New. (AC_INIT): Use new macro. Change bug address to the bug tracker URL.
* Generate the ChangeLog from commit logs.Werner Koch2011-12-0110-1210/+1657
| | | | | | | | | | | | | * build-aux/gitlog-to-changelog: New script. Taken from gnulib. * build-aux/git-log-fix: New file. * build-aux/git-log-footer: New file. * doc/HACKING: New file. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
* accept --with-libgpg-error-prefix as well as --with-gpg-error-prefixJim Meyering2011-11-282-2/+19
| | | | | | * src/gpg-error.m4 (AM_PATH_GPG_ERROR): Also accept --with-libgpg-error-prefix=PFX, for consistency with our three library sibling packages.
* gpg-error-config: handle /usr/lib64, /lib64 just like /usr/lib and /libDiego Elio Pettenò2011-09-221-3/+6
| | | | | | | Distributions such as Gentoo Linux use /usr/lib64 for system libraries on multilib setups, so in those cases, ignore the libraries as well. Signed-off-by: Diego Elio Pettenò <[email protected]>
* Add GPG_ERR_AMBIGUOUSWerner Koch2011-08-234-3/+10
|
* Add GPG_ERR_DUP_KEYWerner Koch2011-08-234-2/+28
|
* Prepare for a W64 target.Werner Koch2011-04-063-2/+23
|
* Extra test for gpg-error-config scriptWerner Koch2011-04-062-1/+6
| | | | | | | | | | If the path to gpg-error-config was explicitly given by the user it may happen that it does not exists but AC_CHECK_TOOL may assume it still exists because it is somewhere in the PATH. The extra check avoids extra sh warnings. Note that we can't use test -x because that is not defined on some old systems.
* Updated error code referencesWerner Koch2011-03-042-26/+34
|
* Make gpg-error-config and gpg-error.m4 more robust.Werner Koch2011-02-2318-2787/+272
| | | | | | | | | This is done by taking host prefixed config scripts names in account (as suggested by bug#1261) and adding a new config option --host to print a warning if the used config script was not built for the current host. Care has been taken not to mess things up if an old config script without the option is used or if AC_CANONICAL_HOST has not been used.
* Add GPG_ERR_INV_CURVE and GPG_ERR_UNKNOWN_CURVEWerner Koch2011-02-014-12/+39
|
* Add ignore fileWerner Koch2011-01-061-0/+7
|
* Add GPG_ERR_NO_KEYSERVERWerner Koch2011-01-064-1/+21
|
* Add file describing some usages of the error codesWerner Koch2011-01-051-0/+378
|
* Support a kind of git revisionWerner Koch2010-12-232-1/+9
|
* 2010-11-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-11-153-1/+16
| | | | | | * conf-w32ce-msc/stdint.h: New file. * conf-w32ce-msc/build.mk (conf_sources): Add stdint.h.
* Add clean target for the MSC buildWerner Koch2010-11-152-0/+8
|
* Fix last changeWerner Koch2010-11-021-5/+5
|
* Chnage directory layout for MSC buildsWerner Koch2010-11-023-12/+38
|
* New ChangeLog fileWerner Koch2010-11-012-4/+6
|