regex: Don't require alloca.
[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-opt
16 btowc
17 extensions
18 gettext-h
19 localcharset
20 malloc
21 memcmp
22 memmove
23 mbrtowc
24 mbsinit
25 nl_langinfo
26 stdbool
27 stdint
28 ssize_t
29 wchar
30 wcrtomb
31 wctype
32
33 configure.ac:
34 gl_REGEX
35
36 Makefile.am:
37
38 Include:
39 "regex.h"
40
41 License:
42 LGPLv2+
43
44 Maintainer:
45 all