aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-gettext.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-11-012010-11-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+3
* src/w32-gettext.c (CreateFileA): Rename to ... (MyCreateFileA): ... this, but provide macro CreateFileA.
2010-10-31s/abort/TerminateProcess/Werner Koch1-1/+2
2010-10-292010-10-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-19/+52
* 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.
2010-10-28Add some code to allow building with MSC.Werner Koch1-7/+7
2010-09-16Fix initialization of static libsWerner Koch1-2/+21
2010-09-02Add new error code.Werner Koch1-1/+1
Remove comment cruft.
2010-03-01Add a mapping for ESPIPE on W32CE.Werner Koch1-1/+1
2010-01-21Finished W32CE support.Werner Koch1-959/+1133
2010-01-18Add some code to build nativley under WindowsCE - not finished.Werner Koch1-1/+9
2007-10-29Fixed mingw build problems.Werner Koch1-12/+4
Updated some translations.
2005-11-02Changes for building on W32 without needing libintl.Werner Koch1-15/+11
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 Brinkmann1-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.