mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Reported by Paul Eggert in <https://lists.gnu.org/archive/html/bug-gnulib/2024-12/msg00193.html>. * modules/bool: Renamed from modules/stdbool-h. * modules/bool-tests: Renamed from modules/stdbool-h-tests. * modules/bool-c++-tests: Renamed from modules/stdbool-h-c++-tests. * tests/test-bool.c: Renamed from tests/test-stdbool-h.c. * tests/test-bool-c++.cc: Renamed from tests/test-stdbool-h-c++.cc. * tests/test-bool-c++2.cc: Renamed from tests/test-stdbool-h-c++2.cc. * modules/stdbool-h-c99-tests: Update. * modules/stdbool-h-c99-c++-tests: Update. * tests/test-stdbool-h-c99.c: Update. * tests/test-stdbool-h-c99-c++.cc: Update. * doc/posix-headers/stdbool.texi: Update. * doc/gnulib-readme.texi: Update. * doc/gnulib.texi: Update. * modules/* (Depends-on): Update. * modules/stdbool: Update.
69 lines
3.4 KiB
Plaintext
69 lines
3.4 KiB
Plaintext
Description:
|
|
fnmatch() function: wildcard matching.
|
|
|
|
Files:
|
|
lib/fnmatch.c
|
|
lib/fnmatch_loop.c
|
|
m4/mbstate_t.m4
|
|
m4/fnmatch.m4
|
|
|
|
Depends-on:
|
|
fnmatch-h
|
|
alloca-opt [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
|
attribute [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
|
builtin-expect [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
|
flexmember [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
|
idx [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
|
isblank [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
|
libc-config [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
|
bool [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
|
stdckdint-h [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
|
strnlen [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
|
uchar-h [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
|
memchr [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
|
memcmp [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
|
mempcpy [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
|
mbsinit [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
|
btowc [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 0]
|
|
iswctype [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 0]
|
|
mbsrtowcs [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 0]
|
|
wchar-h [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 0]
|
|
wctype-h [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 0]
|
|
wctype [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 0]
|
|
wmemchr [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 0]
|
|
wmempcpy [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 0]
|
|
btoc32 [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 1]
|
|
c32tolower [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 1]
|
|
c32_get_type_test [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 1]
|
|
c32_apply_type_test [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 1]
|
|
mbsrtoc32s [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 1]
|
|
unistr/u32-chr [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 1]
|
|
unistr/u32-pcpy [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 1]
|
|
unistr/u32-strcat [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 1]
|
|
unistr/u32-strlen [{ test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; } && test $SMALL_WCHAR_T = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_FNMATCH_POSIX
|
|
dnl Because of gl_REPLACE_FNMATCH_H:
|
|
gl_CONDITIONAL_HEADER([fnmatch.h])
|
|
if test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; then
|
|
AC_LIBOBJ([fnmatch])
|
|
gl_PREREQ_FNMATCH
|
|
fi
|
|
gl_FNMATCH_MODULE_INDICATOR([fnmatch])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<fnmatch.h>
|
|
|
|
Link:
|
|
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
|
|
$(MBRTOWC_LIB)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all, glibc
|