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