repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
parse-datetime: simplify test for mktime failure
[gnulib.git]
/
modules
/
dfa
blob
504e7f00fdcd1d15b815695dea5fd9d401647ea2
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
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
29
30
configure.ac:
31
32
Makefile.am:
33
lib_SOURCES += dfa.c localeinfo.c
34
35
Include:
36
"dfa.h"
37
"localeinfo.h"
38
39
License:
40
GPL
41
42
Maintainer:
43
Jim Meyering, Paul Eggert