Branch
Hash :
ca55f73b
Author :
Date :
2024-12-27T23:14:18
Rename module locale to locale-h. * modules/locale-h: Renamed from modules/locale. * modules/locale-h-tests: Renamed from modules/locale-tests. * modules/locale-h-c++-tests: Renamed from modules/locale-c++-tests. * tests/test-locale-h.c: Renamed from tests/test-locale.c. * tests/test-locale-h-c++.cc: Renamed from tests/test-locale-c++.cc. * tests/test-locale-h-c++2.cc: Renamed from tests/test-locale-c++2.cc. * doc/posix-headers/locale.texi: Update. * modules/* (Depends-on): Update. * modules/locale: New file.
Description:
localeconv() function: query locale dependent information for formatting
numbers.
Files:
lib/localeconv.c
m4/localeconv.m4
Depends-on:
locale-h
configure.ac:
gl_FUNC_LOCALECONV
gl_CONDITIONAL([GL_COND_OBJ_LOCALECONV], [test $REPLACE_LOCALECONV = 1])
AM_COND_IF([GL_COND_OBJ_LOCALECONV], [
gl_PREREQ_LOCALECONV
])
gl_LOCALE_MODULE_INDICATOR([localeconv])
gl_MODULE_INDICATOR([localeconv])
Makefile.am:
if GL_COND_OBJ_LOCALECONV
lib_SOURCES += localeconv.c
endif
Include:
<locale.h>
License:
LGPLv2+
Maintainer:
all