Bump to 1.14.1
[platform/upstream/augeas.git] / modules / dfa
1 Description:
2 DFA matcher that was initially used by GNU grep, gawk and diffutils
3
4 Files:
5 lib/dfa.c
6 lib/dfa.h
7 lib/localeinfo.c
8 lib/localeinfo.h
9
10 Depends-on:
11 assert
12 ctype
13 isblank
14 locale
15 regex
16 stdbool
17 stddef
18 stdio
19 stdlib
20 string
21 verify
22 wchar
23 wctype-h
24 xalloc
25 xalloc-die
26
27 configure.ac:
28
29 Makefile.am:
30 lib_SOURCES += dfa.c localeinfo.c
31
32 Include:
33 "dfa.h"
34 "localeinfo.h"
35
36 License:
37 GPL
38
39 Maintainer:
40 Jim Meyering, Paul Eggert