Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove non-source file from the repo. | Werner Koch | 2011-12-01 | 1 | -11/+0 | |
| | | | | * po/remove-potcdate.sed: Remove. | |||||
* | Fix for newer autoconf version. | Werner Koch | 2011-12-01 | 3 | -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 Koch | 2011-12-01 | 10 | -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-prefix | Jim Meyering | 2011-11-28 | 2 | -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 /lib | Diego Elio Pettenò | 2011-09-22 | 1 | -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_AMBIGUOUS | Werner Koch | 2011-08-23 | 4 | -3/+10 | |
| | ||||||
* | Add GPG_ERR_DUP_KEY | Werner Koch | 2011-08-23 | 4 | -2/+28 | |
| | ||||||
* | Prepare for a W64 target. | Werner Koch | 2011-04-06 | 3 | -2/+23 | |
| | ||||||
* | Extra test for gpg-error-config script | Werner Koch | 2011-04-06 | 2 | -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 references | Werner Koch | 2011-03-04 | 2 | -26/+34 | |
| | ||||||
* | Make gpg-error-config and gpg-error.m4 more robust. | Werner Koch | 2011-02-23 | 18 | -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_CURVE | Werner Koch | 2011-02-01 | 4 | -12/+39 | |
| | ||||||
* | Add ignore file | Werner Koch | 2011-01-06 | 1 | -0/+7 | |
| | ||||||
* | Add GPG_ERR_NO_KEYSERVER | Werner Koch | 2011-01-06 | 4 | -1/+21 | |
| | ||||||
* | Add file describing some usages of the error codes | Werner Koch | 2011-01-05 | 1 | -0/+378 | |
| | ||||||
* | Support a kind of git revision | Werner Koch | 2010-12-23 | 2 | -1/+9 | |
| | ||||||
* | 2010-11-15 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2010-11-15 | 3 | -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 build | Werner Koch | 2010-11-15 | 2 | -0/+8 | |
| | ||||||
* | Fix last change | Werner Koch | 2010-11-02 | 1 | -5/+5 | |
| | ||||||
* | Chnage directory layout for MSC builds | Werner Koch | 2010-11-02 | 3 | -12/+38 | |
| | ||||||
* | New ChangeLog file | Werner Koch | 2010-11-01 | 2 | -4/+6 | |
| | ||||||
* | 2010-11-01 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2010-11-01 | 2 | -1/+8 | |
| | | | | | | * src/w32-gettext.c (CreateFileA): Rename to ... (MyCreateFileA): ... this, but provide macro CreateFileA. | |||||
* | Chnage name of libgpg-error DLL. | Werner Koch | 2010-11-01 | 1 | -1/+2 | |
| | ||||||
* | s/abort/TerminateProcess/ | Werner Koch | 2010-10-31 | 3 | -2/+9 | |
| | ||||||
* | 2010-10-29 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2010-10-29 | 3 | -19/+69 | |
| | | | | | | | | | | | | * src/w32-gettext.c: Guard include of <sys/types.h>. Do not include <sys/stat.h>. (CreateFileA) [HAVE_W32CE_SYSTEM]: New wrapper function. (load_domain): Use native Windows API. * src/init.c (TLS_OUT_OF_INDEXES) [HAVE_W32CE_SYSTEM, !TLS_OUT_OF_INDEXES]: Define it. (abort) [!__MINGW32CE__]: Define it. | |||||
* | * build.mk (ce_defines): Fix line continuation. | Marcus Brinkmann | 2010-10-29 | 2 | -10/+13 | |
| | | | | | | | (CFLAGS): Add -Igpg-extra for errno.h. * config.h (HAVE_SYS_TYPES_H, HAVE_SYS_STAT_H): Define. | |||||
* | Add some comments | Werner Koch | 2010-10-28 | 1 | -3/+22 | |
| | ||||||
* | Add some code to allow building with MSC. | Werner Koch | 2010-10-28 | 7 | -8/+275 | |
| | ||||||
* | Post release updates | Werner Koch | 2010-10-26 | 2 | -2/+7 | |
| | ||||||
* | Prepare 1.10libgpg-error-1.10 | Werner Koch | 2010-10-26 | 16 | -855/+980 | |
| | ||||||
* | Add comment. | Werner Koch | 2010-10-20 | 1 | -0/+4 | |
| | ||||||
* | Fix for W32CE. | Werner Koch | 2010-10-20 | 7 | -2/+120 | |
| | ||||||
* | Fix initialization of static libs | Werner Koch | 2010-09-16 | 16 | -72/+114 | |
| | ||||||
* | Update pl.po. | Werner Koch | 2010-09-16 | 25 | -1613/+1711 | |
| | | | | | | Updated to gettext 0.1.17 Add a new error code. | |||||
* | Add new error code. | Werner Koch | 2010-09-02 | 4 | -2/+9 | |
| | | | | | Remove comment cruft. | |||||
* | Require new GPG_ERR_ENABLE_ERRNO_MACROS define to include the strerror | Werner Koch | 2010-08-19 | 5 | -7/+22 | |
| | | | | | define. | |||||
* | Add gpg_err_deinitlibgpg-error-1.9 | Werner Koch | 2010-07-21 | 18 | -659/+885 | |
| | | | | | Prepare a new release. | |||||
* | Update | Werner Koch | 2010-06-29 | 1 | -0/+5 | |
| | ||||||
* | Add new error code. | Werner Koch | 2010-06-18 | 3 | -161/+170 | |
| | | | | | Convert de.po to utf8 | |||||
* | post release updates | Werner Koch | 2010-05-06 | 2 | -2/+6 | |
| | ||||||
* | prepare a releaselibgpg-error-1.8 | Werner Koch | 2010-05-06 | 8 | -99/+1177 | |
| | ||||||
* | Updated. | Werner Koch | 2010-04-14 | 1 | -1/+24 | |
| | ||||||
* | MAp some W32 error codes. | Werner Koch | 2010-04-14 | 4 | -51/+79 | |
| | ||||||
* | Fix type in macro name. | Werner Koch | 2010-03-15 | 4 | -3/+9 | |
| | | | | | Set generated header to read-only. | |||||
* | Add macro to enable gettext macros. | Werner Koch | 2010-03-09 | 4 | -10/+25 | |
| | ||||||
* | Use format_arg attribute | Werner Koch | 2010-03-08 | 2 | -26/+43 | |
| | ||||||
* | Add a mapping for ESPIPE on W32CE. | Werner Koch | 2010-03-01 | 4 | -5/+12 | |
| | ||||||
* | Yet another try to make it work: | Werner Koch | 2010-02-17 | 2 | -2/+3 | |
| | | | | | | | We need to create the gpg-extra directory. With that we don't need to keep that directory in the repo. | |||||
* | Reworked the installation of gpg-extra/errno.h. | Werner Koch | 2010-02-17 | 2 | -3/+25 | |
| | ||||||
* | Made make distcheck work again. | Werner Koch | 2010-02-17 | 12 | -663/+754 | |
| |