File: dfa

package info (click to toggle)
gnulib 20260109-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 165,988 kB
  • sloc: ansic: 391,363; sh: 30,873; python: 8,397; cpp: 2,985; yacc: 1,846; perl: 920; makefile: 631; lisp: 328; sed: 11; java: 5
file content (65 lines) | stat: -rw-r--r-- 979 bytes parent folder | download
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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
c32isprint
c32isspace
c32rtomb
c32tob
c32tolower
c32toupper
c99
ctype-h
flexmember
gettext-h
gnulib-i18n
idx
locale-h
mbrtoc32-regular
mbszero
regex
bool
stddef-h
stdint-h
stdio-h
stdlib-h
string-h
stringeq
uchar-h
# The lonesome_lower array requires ISO C 23 semantics for char32_t.
# But uchar-h-c23 has a global effect, therefore leave it to each package
# to enable it.
#uchar-h-c23
verify
wchar-h
xalloc
xalloc-die

configure.ac:
AC_REQUIRE([AC_C_INLINE])

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

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

Link:
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
$(MBRTOWC_LIB)
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise

License:
GPL

Maintainer:
Jim Meyering, Paul Eggert