Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-09-16 | Fix initialization of static libs | Werner Koch | 1 | -2/+21 | |
2010-09-02 | Add new error code. | Werner Koch | 1 | -1/+1 | |
Remove comment cruft. | |||||
2010-03-01 | Add a mapping for ESPIPE on W32CE. | Werner Koch | 1 | -1/+1 | |
2010-01-21 | Finished W32CE support. | Werner Koch | 1 | -959/+1133 | |
2010-01-18 | Add some code to build nativley under WindowsCE - not finished. | Werner Koch | 1 | -1/+9 | |
2007-10-29 | Fixed mingw build problems. | Werner Koch | 1 | -12/+4 | |
Updated some translations. | |||||
2005-11-02 | Changes for building on W32 without needing libintl. | Werner Koch | 1 | -15/+11 | |
2005-10-25 | Fix last change. | Marcus Brinkmann | 1 | -3/+3 | |
2005-10-25 | 2005-10-25 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -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-25 | 2005-10-25 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+1648 | |
* 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. |