Fix regex code so it doesn't rely on strcasecmp.
[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
13 Depends-on:
14 alloca
15 extensions
16 gettext-h
17 localcharset
18 malloc
19 stdbool
20 stdint
21 ssize_t
22 wchar
23 wctype
24
25 configure.ac:
26 gl_REGEX
27
28 Makefile.am:
29
30 Include:
31 "regex.h"
32
33 License:
34 LGPL
35
36 Maintainer:
37 all