mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
39 lines
362 B
Plaintext
39 lines
362 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
|
|
extensions
|
|
gettext-h
|
|
localcharset
|
|
malloc
|
|
stdbool
|
|
stdint
|
|
ssize_t
|
|
wchar
|
|
wctype
|
|
|
|
configure.ac:
|
|
gl_REGEX
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"regex.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|