Files
third_party_gettext/gettext-runtime
Bruno Haible 36b100f51c Update after gnulib changed.
* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES): Add
windows-rwlock.
* gettext-runtime/intl/windows-rwlock.h: New file, from gnulib.
* gettext-runtime/intl/windows-rwlock.c: New file, from gnulib.
* gettext-runtime/intl/windows-initguard.h: New file, from gnulib.
* gettext-runtime/intl/windows-spinlock.h: Remove file.
* gettext-runtime/intl/lock.h: Update from gnulib.
* gettext-runtime/intl/lock.c: Likewise.
* gettext-runtime/intl/verify.h: Likewise.
* gettext-runtime/intl/windows-mutex.h: Likewise.
* gettext-runtime/intl/windows-recmutex.h: Likewise.
* gettext-runtime/intl/Makefile.am (EXTRA_DIST): Add windows-rwlock.h,
windows-initguard.h. Remove windows-spinlock.h.
(LIBINTLSOURCES): Conditionally add windows-rwlock.c.
(windows-rwlock.lo): New rule.
(*.lo): Update dependencies.
* Makefile.am (distcheck-hook): Check that gettext-runtime/intl/windows-*.[hc]
are up-to-date.
* gnulib-local/lib/libxml/threads.c: Test HAVE_PTHREAD_H, HAVE_WIN32_THREADS,
HAVE_BEOS_THREADS only if LIBXML_THREAD_ENABLED is defined; otherwise use a
fallback suitable for single-threaded applications.
2019-07-21 01:45:52 +02:00
..
2019-05-08 21:22:22 +02:00
2019-07-21 01:45:52 +02:00
2019-02-04 20:56:11 +01:00
2019-02-04 20:56:11 +01:00
2019-07-19 23:11:48 +02:00
2019-04-14 04:01:00 +02:00
2019-05-12 16:59:32 +02:00
2019-05-12 00:21:16 +02:00
2015-10-14 15:00:09 +09:00
2019-07-04 01:53:11 +02:00
2012-02-18 22:28:04 +01:00
2018-01-27 14:25:04 +01:00
2019-04-14 04:01:00 +02:00

This directory contains the runtime parts of GNU gettext, namely the libraries
for the end user, but neither documentation nor programs for the translator
or the maintainer.