Mark 'memmove' obsolete.
[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 extensions
17 gettext-h
18 localcharset
19 malloc
20 memcmp
21 memmove
22 stdbool
23 stdint
24 ssize_t
25 wchar
26 wctype
27
28 configure.ac:
29 gl_REGEX
30
31 Makefile.am:
32
33 Include:
34 "regex.h"
35
36 License:
37 LGPLv2+
38
39 Maintainer:
40 all