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
Paolo Bonzini 7134da01c0 update regex to use the emulated mb*/wc* functions
* modules/regex: Request emulations for the mb*/wc* functions we need.
* m4/regex.m4: Don't look for those functions here.
* lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
2008-12-22 11:24:02 +01:00

45 lines
407 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
stdbool
stdint
ssize_t
wchar
wcrtomb
wctype
configure.ac:
gl_REGEX
Makefile.am:
Include:
"regex.h"
License:
LGPLv2+
Maintainer:
all