update regex to use the emulated mb*/wc* functions
[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 memcmp
22 memmove
23 mbrtowc
24 mbsinit
25 stdbool
26 stdint
27 ssize_t
28 wchar
29 wcrtomb
30 wctype
31
32 configure.ac:
33 gl_REGEX
34
35 Makefile.am:
36
37 Include:
38 "regex.h"
39
40 License:
41 LGPLv2+
42
43 Maintainer:
44 all