New module 'localeconv'.
authorBruno Haible <bruno@clisp.org>
Sun, 25 Mar 2012 13:19:45 +0000 (15:19 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 25 Mar 2012 13:19:45 +0000 (15:19 +0200)
commit0491c1244075391cb114940990fa85afd28d54af
tree4b5ef3f8b6c3e30924b333236bb5fbd585d8d1fa
parent7c05b5f06162c3c1667ae139bb81a8621971a325
New module 'localeconv'.

* lib/locale.in.h (localeconv): New declaration.
* lib/localeconv.c: New file.
* m4/localeconv.m4: New file.
* m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize GNULIB_LOCALECONV,
REPLACE_LOCALECONV.
* modules/locale (Makefile.am): Substitute GNULIB_LOCALECONV,
REPLACE_LOCALECONV.
* modules/localeconv: New file.
* modules/nl_langinfo (Depends-on): Add localeconv.
* modules/human (Depends-on): Likewise.
* doc/posix-functions/localeconv.texi: Mention the new module.
ChangeLog
doc/posix-functions/localeconv.texi
lib/locale.in.h
lib/localeconv.c [new file with mode: 0644]
m4/locale_h.m4
m4/localeconv.m4 [new file with mode: 0644]
modules/human
modules/locale
modules/localeconv [new file with mode: 0644]
modules/nl_langinfo