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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
dfa
blob
303957fa50284fc4ce8335724a84d1ba3ad7efd9
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
flexmember
15
intprops
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
AC_REQUIRE([AC_C_INLINE])
32
33
Makefile.am:
34
lib_SOURCES += dfa.c localeinfo.c
35
36
Include:
37
"dfa.h"
38
"localeinfo.h"
39
40
Link:
41
$(LIB_MBRTOWC)
42
43
License:
44
GPL
45
46
Maintainer:
47
Jim Meyering, Paul Eggert