Hash :
3d0b3c0a
Author :
Date :
2025-02-13T21:00:06
Rename module ctype to ctype-h. * modules/ctype-h: Renamed from modules/ctype. * modules/ctype-h-tests: Renamed from modules/ctype-tests. * modules/ctype-h-c++-tests: Renamed from modules/ctype-c++-tests. * tests/test-ctype-h.c: Renamed from tests/test-ctype.c. * tests/test-ctype-h-c++.cc: Renamed from tests/test-ctype-c++.cc. * tests/test-ctype-h-c++2.cc: Renamed from tests/test-ctype-c++2.cc. * doc/posix-headers/ctype.texi: Update. * modules/* (Depends-on): Update. * modules/ctype: New file.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
Description:
DFA matcher that was initially used by GNU grep, gawk and diffutils
Files:
lib/dfa.c
lib/dfa.h
lib/localeinfo.c
lib/localeinfo.h
Depends-on:
assert
c32isprint
c32isspace
c32rtomb
c32tob
c32tolower
c32toupper
c99
ctype-h
flexmember
gettext-h
gnulib-i18n
idx
locale-h
mbrtoc32-regular
mbszero
regex
bool
stddef-h
stdint-h
stdio-h
stdlib-h
string-h
uchar-h
# The lonesome_lower array requires ISO C 23 semantics for char32_t.
# But uchar-h-c23 has a global effect, therefore leave it to each package
# to enable it.
#uchar-h-c23
verify
wchar-h
xalloc
xalloc-die
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Makefile.am:
lib_SOURCES += dfa.c localeinfo.c
Include:
"dfa.h"
"localeinfo.h"
Link:
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
$(MBRTOWC_LIB)
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
License:
GPL
Maintainer:
Jim Meyering, Paul Eggert