mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
* lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET), now that gnulib provides it. Recognize UTF8 as well as UTF-8. * lib/regex_internal.h: Always include <langinfo.h>, now. * modules/regex (Depends-on): Add nl_langinfo.
46 lines
419 B
Plaintext
46 lines
419 B
Plaintext
Description:
|
|
Regular expression matching.
|
|
|
|
Files:
|
|
lib/regex.h
|
|
lib/regex.c
|
|
lib/regex_internal.c
|
|
lib/regex_internal.h
|
|
lib/regexec.c
|
|
lib/regcomp.c
|
|
m4/regex.m4
|
|
m4/mbstate_t.m4
|
|
|
|
Depends-on:
|
|
alloca
|
|
btowc
|
|
extensions
|
|
gettext-h
|
|
localcharset
|
|
malloc
|
|
memcmp
|
|
memmove
|
|
mbrtowc
|
|
mbsinit
|
|
nl_langinfo
|
|
stdbool
|
|
stdint
|
|
ssize_t
|
|
wchar
|
|
wcrtomb
|
|
wctype
|
|
|
|
configure.ac:
|
|
gl_REGEX
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"regex.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|