aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-07-21Add gpg_err_deinitlibgpg-error-1.9Werner Koch4-5/+62
Prepare a new release.
2010-06-18Add new error code.Werner Koch1-1/+2
Convert de.po to utf8
2010-04-14MAp some W32 error codes.Werner Koch3-51/+71
2010-03-15Fix type in macro name.Werner Koch2-2/+3
Set generated header to read-only.
2010-03-09Add macro to enable gettext macros.Werner Koch2-10/+18
2010-03-08Use format_arg attributeWerner Koch1-4/+16
2010-03-01Add a mapping for ESPIPE on W32CE.Werner Koch2-3/+4
2010-02-17Yet another try to make it work:Werner Koch1-2/+2
We need to create the gpg-extra directory. With that we don't need to keep that directory in the repo.
2010-02-17Reworked the installation of gpg-extra/errno.h.Werner Koch1-3/+16
2010-02-17Made make distcheck work again.Werner Koch1-2/+0
2010-01-26Add missing file.Werner Koch1-0/+161
2010-01-21Finished W32CE support.Werner Koch11-1361/+1381
2010-01-18Fix w32ce strerror.Werner Koch4-71/+120
Fix non-w32ce dependency problem.
2010-01-18Add some code to build nativley under WindowsCE - not finished.Werner Koch12-93/+421
2009-10-262009-10-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+6
* src/gpg-error.h.in (GPG_ERR_SOURCE_DIM): Reduce to 128.
2009-10-16Add another error code.Werner Koch1-1/+2
2009-09-21Add a new erroro sourceWerner Koch1-1/+2
2009-08-20Add new translations.Werner Koch1-1/+1
2009-07-23Add new code GPG_ERR_NOT_ENABLEDWerner Koch1-1/+2
2009-07-172009-07-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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-172009-07-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-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-232009-06-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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.
2008-11-12Add codes GPG_ERR_NO_PIN and GPG_ERR_NO_PASSPHRASE.Werner Koch1-1/+3
2008-10-292008-10-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-8/+11
* src/mkstrtable.awk: Make generated code -W clean to silence gcc warnings.
2008-08-06Add a new error code.Werner Koch1-1/+1
2007-10-29Fixed mingw build problems.Werner Koch2-13/+6
Updated some translations.
2007-09-272007-09-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+3
* src/Makefile.am (%.o): Replace pattern rule with suffix rule. (SUFFIXES): New variable.
2007-09-27new codesWerner Koch2-2/+5
2007-06-27Minor W32 enhancementsWerner Koch2-3/+41
2006-12-092006-12-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+47
* src/Makefile.am (EXTRA_DIST): Add README. * src/README: New file.
2006-12-092006-12-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* src/Makefile.am (EXTRA_DIST): Add README. * src/README: New file.
2006-12-012006-12-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+2
* src/gpg-error.c (get_err_from_number): Fix last change.
2006-12-012006-12-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+14
* src/gpg-error.c (get_err_from_number): Support source and code number in split format like "7.17".
2006-11-30* configure.ac: Set LT version to C3/A3/R1.libgpg-error-1.5Werner Koch1-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.
2006-11-30Removed included gettext and updated latest gettextWerner Koch1-2/+2
2006-09-18Added missing function. Reported by Simon JosefssonWerner Koch1-0/+3
2006-09-14Ready for a new releaselibgpg-error-1.4Werner Koch3-5/+44
2006-09-06Minor tweaks of yesterday's changes.Werner Koch1-4/+6
2006-09-05New error codes. This is mainly to support a change in libassuan.Werner Koch2-3/+36
2006-07-042006-07-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-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-292006-05-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-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]>.
2006-03-14Fix last change.Marcus Brinkmann1-1/+1
2006-03-142006-03-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
Many files regenerated. * src/Makefile.am (gpg_error_CPPFLAGS, libgpg_error_la_CPPFLAGS): Add -I../intl. * Makefile.am (SUBDIRS): Add intl. * configure.ac (AC_CONFIG_FILES): Add intl/Makefile. (AM_GNU_GETTEXT_VERSION): Bump to 0.14.5. intl/ 2005-05-23 GNU <[email protected]> * Version 0.14.5 released. m4/ 2006-03-14 gettextize <[email protected]> * codeset.m4: Upgrade to gettext-0.14.5. * gettext.m4: Upgrade to gettext-0.14.5. * glibc2.m4: New file, from gettext-0.14.5. * glibc21.m4: Upgrade to gettext-0.14.5. * iconv.m4: Upgrade to gettext-0.14.5. * intdiv0.m4: Upgrade to gettext-0.14.5. * intmax.m4: New file, from gettext-0.14.5. * inttypes.m4: Upgrade to gettext-0.14.5. * inttypes_h.m4: Upgrade to gettext-0.14.5. * inttypes-pri.m4: Upgrade to gettext-0.14.5. * isc-posix.m4: Upgrade to gettext-0.14.5. * lcmessage.m4: Upgrade to gettext-0.14.5. * lib-ld.m4: Upgrade to gettext-0.14.5. * lib-link.m4: Upgrade to gettext-0.14.5. * lib-prefix.m4: Upgrade to gettext-0.14.5. * longdouble.m4: New file, from gettext-0.14.5. * longlong.m4: New file, from gettext-0.14.5. * nls.m4: Upgrade to gettext-0.14.5. * po.m4: Upgrade to gettext-0.14.5. * printf-posix.m4: New file, from gettext-0.14.5. * progtest.m4: Upgrade to gettext-0.14.5. * signed.m4: New file, from gettext-0.14.5. * size_max.m4: New file, from gettext-0.14.5. * stdint_h.m4: Upgrade to gettext-0.14.5. * uintmax_t.m4: Upgrade to gettext-0.14.5. * ulonglong.m4: Upgrade to gettext-0.14.5. * wchar_t.m4: New file, from gettext-0.14.5. * wint_t.m4: New file, from gettext-0.14.5. * xsize.m4: New file, from gettext-0.14.5. * Makefile.am (EXTRA_DIST): Add the new files. po/ 2006-03-14 gettextize <[email protected]> * Makefile.in.in: Upgrade to gettext-0.14.5. * Rules-quot: Upgrade to gettext-0.14.5.
2005-11-02Changes for building on W32 without needing libintl.Werner Koch4-17/+17
2005-10-25Fix last change.Marcus Brinkmann1-3/+3
2005-10-252005-10-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-4/+72
* src/w32-gettext.c (get_string): Remove extra arguments to utf8_to_native_invocation. (utf8_to_wchar, wchar_to_native): New function. (utf8_to_native): Rewritten.
2005-10-252005-10-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2/+1
* src/Makefile.am (gpg_error_CPPFLAGS): New variable. * src/gpg-error.c (i18n_init): Don't return anything.
2005-10-252005-10-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann6-24/+1943
* src/Makefile.am (arch_sources): New variable. (libgpg_error_la_SOURCES): Add $(arch_sources). * src/gettext.h [HAVE_W32_SYSTEM]: Include w32-gettext.h. * src/w32-gettext.h: New file. * src/w32-gettext.c: New file. * src/gpg-error.h.in: Check for gcc's constructor attribute. Use it for gpg_err_init. (GPG_ERR_INITIALIZED): Define if constructor is available. * src/gpg-error.c (main) [GPG_ERR_INITIALIZED]: Don't invoke gpg_err_init. (i18n_init): Call bindtextdomain as well. Now that gpg-error has its own gettext implementation, we can't rely on it anymore. Also, repeat all the w32 stuff for fetching the registry.
2005-10-232005-10-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann5-34/+257
* src/Makefile.am (libgpg_error_la_SOURCES): Add init.c. * src/init.c: New file. * src/gpg-error.h.in (gpg_error_init): New function. * src/gpg-error.def: Add gpg_err_init. * src/gpg-error.c: Remove SIMPLE_GETTEXT stuff. (i18n_init): Don't bind text domain. (main): Call gpg_err_init.
2005-10-202005-10-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-31/+38
* configure.ac: Instead checking for windres and dlltool, invoke AC_LIBTOOL_WIN32_DLL and AC_LIBTOOL_RC. * src/Makefile.am [HAVE_W32_SYSTEM]: Use libtool, which simplifies the rules.