Hash :
c36a0f21
Author :
Date :
2024-10-27T17:01:29
doc: Add a module index. * doc/Makefile (undocumented-modules.texi): New rule. (%.info, %.html, %.dvi, %.pdf): Depend on undocumented-modules.texi. (mostlyclean): Remove also *.m and *.tmp. (force): New rule. * doc/*.texi: Add module index entries. * doc/*/*.texi: Likewise.
@node fnmatch.h
@section @file{fnmatch.h}
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/fnmatch.h.html}
Gnulib module: fnmatch-h, fnmatch-gnu
@mindex fnmatch-h
@mindex fnmatch-gnu
Portability problems fixed by Gnulib module @code{fnmatch-h}:
@itemize
@item
This header file is missing on some platforms:
mingw, MSVC 14.
@end itemize
Portability problems fixed by Gnulib module @code{fnmatch-gnu}, together with module @code{fnmatch-h}:
@itemize
@item
The macros @code{FNM_LEADING_DIR} and @code{FNM_CASEFOLD} are not defined
on some platforms:
AIX 7.2, HP-UX 11.31, Solaris 10.
@item
The macro @code{FNM_EXTMATCH} is not defined on all non-glibc platforms:
musl libc, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.2, Minix 3.3, AIX 7.2, HP-UX 11.31, Solaris 11.4, Cygwin 3.4.6, Android 13.
@item
The macro @code{FNM_FILE_NAME} is not defined on some platforms:
NetBSD 10.0, AIX 7.2, HP-UX 11.31, Solaris 10.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize