summaryrefslogtreecommitdiff
path: root/modules/dfa
blob: e95035a63342c003bc49c6c80adb45c4f4af6591 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Description:
DFA matcher that was initially used by GNU grep, gawk and diffutils

Files:
lib/dfa.c
lib/dfa.h
lib/localeinfo.c
lib/localeinfo.h

Depends-on:
assert
ctype
isblank
locale
regex
stdbool
stddef
stdio
stdlib
string
verify
wchar
wctype-h
xalloc
xalloc-die

configure.ac:

Makefile.am:
lib_SOURCES += dfa.c localeinfo.c

Include:
"dfa.h"
"localeinfo.h"

License:
GPL

Maintainer:
Jim Meyering, Paul Eggert