1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 15:25:49 +00:00
Files
Paul Eggert cfea1658aa localeinfo: new module
This is so regex can use localeinfo.[ch].
* modules/dfa (Files): Remove lib/localeinfo.c, lib/localeinfo.h.
(Depends-on): Remove c32tolower, c32toupper.  Add localeinfo.
(Include): Remove localeinfo.h.
* modules/localeinfo: New file.
2026-05-05 18:25:11 -07:00

61 lines
908 B
Plaintext

Description:
DFA matcher that was initially used by GNU grep, gawk and diffutils
Files:
lib/dfa.c
lib/dfa.h
Depends-on:
assert
c32isprint
c32isspace
c32rtomb
c32tob
c99
ctype-h
flexmember
gettext-h
gnulib-i18n
idx
locale-h
localeinfo
mbrtoc32-regular
mbszero
regex
bool
stddef-h
stdint-h
stdio-h
stdlib-h
string-h
streq
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
xalloc
xalloc-die
configure.ac:
AC_REQUIRE([AC_C_INLINE])
Makefile.am:
lib_SOURCES += dfa.c localeinfo.c
Include:
"dfa.h"
Link:
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
$(MBRTOWC_LIB)
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
License:
GPL
Maintainer:
Jim Meyering, Paul Eggert