regex: fix dfa race in multithreaded uses
[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/eealloc.m4
12 m4/regex.m4
13 m4/mbstate_t.m4
14
15 Depends-on:
16 extensions
17 ssize_t
18 alloca-opt      [test $ac_use_included_regex = yes]
19 btowc           [test $ac_use_included_regex = yes]
20 gettext-h       [test $ac_use_included_regex = yes]
21 malloc-gnu      [test $ac_use_included_regex = yes]
22 memcmp          [test $ac_use_included_regex = yes]
23 memmove         [test $ac_use_included_regex = yes]
24 mbrtowc         [test $ac_use_included_regex = yes]
25 mbsinit         [test $ac_use_included_regex = yes]
26 nl_langinfo     [test $ac_use_included_regex = yes]
27 pthread         [test $ac_use_included_regex = yes]
28 stdbool         [test $ac_use_included_regex = yes]
29 stdint          [test $ac_use_included_regex = yes]
30 wchar           [test $ac_use_included_regex = yes]
31 wcrtomb         [test $ac_use_included_regex = yes]
32 wctype-h        [test $ac_use_included_regex = yes]
33 wctype          [test $ac_use_included_regex = yes]
34
35 configure.ac:
36 gl_REGEX
37 if test $ac_use_included_regex = yes; then
38   AC_LIBOBJ([regex])
39   gl_PREREQ_REGEX
40 fi
41
42 Makefile.am:
43
44 Include:
45 <regex.h>
46
47 Link:
48 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
49
50 License:
51 LGPLv2+
52
53 Maintainer:
54 all