86a19fb70af6849ed9ae328d01db68aeef09a869
[gnulib.git] / modules / regex
1 Description:
2 Regular expression matching.
3
4 Files:
5 lib/regex.h
6 lib/regex.c
7 lib/regex_internal.c
8 lib/regex_internal.h
9 lib/regexec.c
10 lib/regcomp.c
11 m4/regex.m4
12 m4/mbstate_t.m4
13
14 Depends-on:
15 alloca
16 btowc
17 extensions
18 gettext-h
19 localcharset
20 malloc
21 mbrtowc
22 mbsinit
23 stdbool
24 stdint
25 ssize_t
26 wchar
27 wcrtomb
28 wctype
29
30 configure.ac:
31 gl_REGEX
32
33 Makefile.am:
34
35 Include:
36 "regex.h"
37
38 License:
39 LGPLv2+
40
41 Maintainer:
42 all