1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-18 23:42:00 +03:00
Files
gnulib/modules/regex
Jim Meyering 0cfc3b87f0 regcomp: sync from glibc; always use nl_langinfo
* 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.
2010-01-04 15:44:12 +01:00

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