Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / dfa
blob504e7f00fdcd1d15b815695dea5fd9d401647ea2
1 Description:
2 DFA matcher that was initially used by GNU grep, gawk and diffutils
4 Files:
5 lib/dfa.c
6 lib/dfa.h
7 lib/localeinfo.c
8 lib/localeinfo.h
10 Depends-on:
11 assert
12 c99
13 ctype
14 intprops
15 isblank
16 locale
17 regex
18 stdbool
19 stddef
20 stdint
21 stdio
22 stdlib
23 string
24 verify
25 wchar
26 wctype-h
27 xalloc
28 xalloc-die
30 configure.ac:
32 Makefile.am:
33 lib_SOURCES += dfa.c localeinfo.c
35 Include:
36 "dfa.h"
37 "localeinfo.h"
39 License:
40 GPL
42 Maintainer:
43 Jim Meyering, Paul Eggert