Rename module 'wctype' to 'wctype-h'.
[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-gnu
21 memcmp
22 memmove
23 mbrtowc
24 mbsinit
25 nl_langinfo
26 stdbool
27 stdint
28 ssize_t
29 wchar
30 wcrtomb
31 wctype-h
32
33 configure.ac:
34 gl_REGEX
35
36 Makefile.am:
37
38 Include:
39 <regex.h>
40
41 Link:
42 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
43
44 License:
45 LGPLv2+
46
47 Maintainer:
48 all