Hash :
4f1d12a5
Author :
Date :
2011-02-12T16:45:13
New module 'setlocale'. * lib/locale.in.h (setlocale): New declaration. * lib/setlocale.c: New file, based on gettext/gettext-runtime/intl/setlocale.c. * m4/setlocale.m4: New file. * m4/locale_h.m4 (gl_LOCALE_H): Test whether setlocale is declared. (gl_LOCALE_H_DEFAULTS): Initialize GNULIB_SETLOCALE, REPLACE_SETLOCALE. * modules/locale (Makefile.am): Substitute GNULIB_SETLOCALE, REPLACE_SETLOCALE. * modules/setlocale: New file. * tests/test-locale-c++.cc: Test the declaration of setlocale. * doc/posix-functions/setlocale.texi: Mention the new module.
Description:
setlocale() function: set the current locale.
Files:
lib/setlocale.c
m4/setlocale.m4
Depends-on:
locale
localename
configure.ac:
gl_FUNC_SETLOCALE
gl_LOCALE_MODULE_INDICATOR([setlocale])
Makefile.am:
Include:
<locale.h>
License:
LGPL
Maintainer:
Bruno Haible