Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s/abort/TerminateProcess/ | Werner Koch | 2010-10-31 | 2 | -2/+4 | |
| | ||||||
* | 2010-10-29 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2010-10-29 | 2 | -19/+58 | |
| | | | | | | | | | | | | * 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. | |||||
* | Add some code to allow building with MSC. | Werner Koch | 2010-10-28 | 4 | -8/+14 | |
| | ||||||
* | Add comment. | Werner Koch | 2010-10-20 | 1 | -0/+4 | |
| | ||||||
* | Fix for W32CE. | Werner Koch | 2010-10-20 | 3 | -1/+29 | |
| | ||||||
* | Fix initialization of static libs | Werner Koch | 2010-09-16 | 3 | -2/+27 | |
| | ||||||
* | Update pl.po. | Werner Koch | 2010-09-16 | 2 | -3/+9 | |
| | | | | | | Updated to gettext 0.1.17 Add a new error code. | |||||
* | Add new error code. | Werner Koch | 2010-09-02 | 2 | -2/+3 | |
| | | | | | Remove comment cruft. | |||||
* | Require new GPG_ERR_ENABLE_ERRNO_MACROS define to include the strerror | Werner Koch | 2010-08-19 | 1 | -2/+3 | |
| | | | | | define. | |||||
* | Add gpg_err_deinitlibgpg-error-1.9 | Werner Koch | 2010-07-21 | 4 | -5/+62 | |
| | | | | | Prepare a new release. | |||||
* | Add new error code. | Werner Koch | 2010-06-18 | 1 | -1/+2 | |
| | | | | | Convert de.po to utf8 | |||||
* | MAp some W32 error codes. | Werner Koch | 2010-04-14 | 3 | -51/+71 | |
| | ||||||
* | Fix type in macro name. | Werner Koch | 2010-03-15 | 2 | -2/+3 | |
| | | | | | Set generated header to read-only. | |||||
* | Add macro to enable gettext macros. | Werner Koch | 2010-03-09 | 2 | -10/+18 | |
| | ||||||
* | Use format_arg attribute | Werner Koch | 2010-03-08 | 1 | -4/+16 | |
| | ||||||
* | Add a mapping for ESPIPE on W32CE. | Werner Koch | 2010-03-01 | 2 | -3/+4 | |
| | ||||||
* | Yet another try to make it work: | Werner Koch | 2010-02-17 | 1 | -2/+2 | |
| | | | | | | | 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 | 1 | -3/+16 | |
| | ||||||
* | Made make distcheck work again. | Werner Koch | 2010-02-17 | 1 | -2/+0 | |
| | ||||||
* | Add missing file. | Werner Koch | 2010-01-26 | 1 | -0/+161 | |
| | ||||||
* | Finished W32CE support. | Werner Koch | 2010-01-21 | 11 | -1361/+1381 | |
| | ||||||
* | Fix w32ce strerror. | Werner Koch | 2010-01-18 | 4 | -71/+120 | |
| | | | | | Fix non-w32ce dependency problem. | |||||
* | Add some code to build nativley under WindowsCE - not finished. | Werner Koch | 2010-01-18 | 12 | -93/+421 | |
| | ||||||
* | 2009-10-26 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-10-26 | 1 | -2/+6 | |
| | | | | | * src/gpg-error.h.in (GPG_ERR_SOURCE_DIM): Reduce to 128. | |||||
* | Add another error code. | Werner Koch | 2009-10-16 | 1 | -1/+2 | |
| | ||||||
* | Add a new erroro source | Werner Koch | 2009-09-21 | 1 | -1/+2 | |
| | ||||||
* | Add new translations. | Werner Koch | 2009-08-20 | 1 | -1/+1 | |
| | ||||||
* | Add new code GPG_ERR_NOT_ENABLED | Werner Koch | 2009-07-23 | 1 | -1/+2 | |
| | ||||||
* | 2009-07-17 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-07-17 | 1 | -0/+7 | |
| | | | | | | | * src/mkerrnos.awk: Output code to cause WSA Errors to be found from gpg error codes. * README: Add problem of translating error codes back and forth. | |||||
* | 2009-07-17 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-07-17 | 2 | -41/+9 | |
| | | | | | | | | | | * src/mkerrcodes1.awk: Output code to cause WSA Errors to be transparently translated. * src/code-from-errno.c [HAVE_W32_SYSTEM]: Don't include winsock2.h. (w32_special_errnos) [HAVE_W32_SYSTEM]: Removed. (gpg_err_code_from_errno) [HAVE_W32_SYSTEM]: Remove special case. * README: Document problem with printing some WSA Errors. | |||||
* | 2009-06-23 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-06-23 | 1 | -12/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | Update to libtool 2.2.6a. * configure.ac: Invoke AC_CONFIG_MACRO_DIR. (AC_LIBTOOL_WIN32_DLL, AC_LIBTOOL_RC): Replace by ... (LT_PREREQ, LT_INIT, LT_LANG): ... these. * config.guess, config.sub, install-sh, ltmain.sh, m4/libtool.m4: Updated to libtool 2.2.6a. * m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4, m4/lt~obsolete.m4: New files from libtool 2.2.6a. * src/Makefile.am (LTRCCOMPILE): Refactor with ... (RCCOMPILE): ... this new macro. Add $(libgpg_error_la_CPPFLAGS). (SUFFIXES): Add .lo. (.rc.o): Change to ... (.rc.lo): ... this implicit rule. (gpg_error_res_ldflag): Removed. (gpg_error_res): Use libtool object file name here. (install-def-file): Fix typo. (libgpg_error_la_LDFLAGS): Remove gpg_error_res_ldflag usage. (libgpg_error_la_LIBADD): Add gpg_error_res. | |||||
* | Add codes GPG_ERR_NO_PIN and GPG_ERR_NO_PASSPHRASE. | Werner Koch | 2008-11-12 | 1 | -1/+3 | |
| | ||||||
* | 2008-10-29 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-10-29 | 1 | -8/+11 | |
| | | | | | | * src/mkstrtable.awk: Make generated code -W clean to silence gcc warnings. | |||||
* | Add a new error code. | Werner Koch | 2008-08-06 | 1 | -1/+1 | |
| | ||||||
* | Fixed mingw build problems. | Werner Koch | 2007-10-29 | 2 | -13/+6 | |
| | | | | | Updated some translations. | |||||
* | 2007-09-27 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2007-09-27 | 1 | -1/+3 | |
| | | | | | | * src/Makefile.am (%.o): Replace pattern rule with suffix rule. (SUFFIXES): New variable. | |||||
* | new codes | Werner Koch | 2007-09-27 | 2 | -2/+5 | |
| | ||||||
* | Minor W32 enhancements | Werner Koch | 2007-06-27 | 2 | -3/+41 | |
| | ||||||
* | 2006-12-09 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-12-09 | 1 | -0/+47 | |
| | | | | | | * src/Makefile.am (EXTRA_DIST): Add README. * src/README: New file. | |||||
* | 2006-12-09 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-12-09 | 1 | -1/+1 | |
| | | | | | | * src/Makefile.am (EXTRA_DIST): Add README. * src/README: New file. | |||||
* | 2006-12-01 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-12-01 | 1 | -2/+2 | |
| | | | | | * src/gpg-error.c (get_err_from_number): Fix last change. | |||||
* | 2006-12-01 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-12-01 | 1 | -2/+14 | |
| | | | | | | * src/gpg-error.c (get_err_from_number): Support source and code number in split format like "7.17". | |||||
* | * configure.ac: Set LT version to C3/A3/R1.libgpg-error-1.5 | Werner Koch | 2006-11-30 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | * README: Switch to tar.bz2 and sha1sum. * src/gpg-error.c (main): Add option --version. * autogen.sh (FORCE): Add option --force. * intl/: Removed. * Makefile.am (SUBDIRS): Removed intl. * configure.ac (AM_GNU_GETTEXT): Use external flag * src/Makefile.am: Removed -I../intl. | |||||
* | Removed included gettext and updated latest gettext | Werner Koch | 2006-11-30 | 1 | -2/+2 | |
| | ||||||
* | Added missing function. Reported by Simon Josefsson | Werner Koch | 2006-09-18 | 1 | -0/+3 | |
| | ||||||
* | Ready for a new releaselibgpg-error-1.4 | Werner Koch | 2006-09-14 | 3 | -5/+44 | |
| | ||||||
* | Minor tweaks of yesterday's changes. | Werner Koch | 2006-09-06 | 1 | -4/+6 | |
| | ||||||
* | New error codes. This is mainly to support a change in libassuan. | Werner Koch | 2006-09-05 | 2 | -3/+36 | |
| | ||||||
* | 2006-07-04 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-07-04 | 2 | -4/+4 | |
| | | | | | | | * src/init.c (get_locale_dir): Return NULL instead of garbage. * src/gpg-error.c (get_locale_dir): Likewise. Submitted by Simon Josefsson <[email protected]>. | |||||
* | 2006-05-29 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-05-29 | 2 | -2/+4 | |
| | | | | | | | | * src/init.c (gpg_err_init) [!ENABLE_NLS]: Do not initialize the locale. * src/gpg-error.c (i18n_init) [!ENABLE_NLS]: Likewise. Patch submitted by Nils Durner <[email protected]>. |