]> Savannah Git Hosting - gnulib.git/commit
setlocale-null: New module.
authorBruno Haible <bruno@clisp.org>
Sun, 15 Dec 2019 20:39:55 +0000 (21:39 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 15 Dec 2019 20:39:55 +0000 (21:39 +0100)
commit567591f3b194927a4d7eefa71007be2709796c4e
treeef33b9280bae9b45180f150f0386876bfe350596
parentfdff8bd09a7f053381f8bdb107ab5280b7c95959
setlocale-null: New module.

* lib/locale.in.h (SETLOCALE_NULL_MAX, SETLOCALE_NULL_ALL_MAX,
setlocale_null): New declarations.
* lib/setlocale_null.c: New file.
* lib/setlocale-lock.c: New file.
* m4/threadlib.m4 (gl_PTHREADLIB_BODY): Define C macro HAVE_PTHREAD_API.
* m4/setlocale_null.m4: New file.
* m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize
GNULIB_SETLOCALE_NULL.
* modules/locale (Makefile.am): Substitute GNULIB_SETLOCALE_NULL.
* modules/setlocale-null: New file.
* doc/posix-functions/setlocale.texi: Mention the new module.
ChangeLog
doc/posix-functions/setlocale.texi
lib/locale.in.h
lib/setlocale-lock.c [new file with mode: 0644]
lib/setlocale_null.c [new file with mode: 0644]
m4/locale_h.m4
m4/setlocale_null.m4 [new file with mode: 0644]
m4/threadlib.m4
modules/locale
modules/setlocale-null [new file with mode: 0644]