mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
Problem reported by Assaf Gordon in: http://lists.gnu.org/archive/html/bug-gnulib/2017-01/msg00103.html * modules/c99: New module. This merely attempts to use the latest C version, which should be enough to solve this particular problem. The idea is to document which Gnulib modules assume C99 or later. * modules/dfa (Depends-on): Add it.
44 lines
434 B
Plaintext
44 lines
434 B
Plaintext
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
|
|
c99
|
|
ctype
|
|
intprops
|
|
isblank
|
|
locale
|
|
regex
|
|
stdbool
|
|
stddef
|
|
stdint
|
|
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
|