Hash :
7b1d048d
Author :
Date :
2024-12-27T23:14:16
Rename module langinfo to langinfo-h. * modules/langinfo-h: Renamed from modules/langinfo. * modules/langinfo-h-tests: Renamed from modules/langinfo-tests. * modules/langinfo-h-c++-tests: Renamed from modules/langinfo-c++-tests. * tests/test-langinfo-h.c: Renamed from tests/test-langinfo.c. * tests/test-langinfo-h-c++.cc: Renamed from tests/test-langinfo-c++.cc. * doc/posix-headers/langinfo.texi: Update. * modules/* (Depends-on): Update. * modules/langinfo: New file.
@node langinfo.h
@section @file{langinfo.h}
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/langinfo.h.html}
Gnulib module: langinfo-h
@mindex langinfo-h
Portability problems fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms:
Minix 3.1.8, mingw, MSVC 14.
@item
The constant @code{CODESET} is not defined on some platforms:
OpenBSD 3.8.
@item
The constants @code{ALTMON_1} to @code{ALTMON_12} are not defined on some
platforms:
glibc 2.26, musl libc, macOS 11.1, NetBSD 8.0, OpenBSD 7.5, AIX 7.2, HP-UX 11.31, Solaris 11.4, Haiku, Cygwin 2.9.
@item
The constants @code{ERA}, @code{ERA_D_FMT}, @code{ERA_D_T_FMT},
@code{ERA_T_FMT}, @code{ALT_DIGITS} are not defined on some platforms:
OpenBSD 7.5.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize