]> Savannah Git Hosting - gnulib.git/commit
dfa: new module, importing grep's DFA matcher
authorJim Meyering <meyering@fb.com>
Tue, 16 Aug 2016 22:00:43 +0000 (15:00 -0700)
committerJim Meyering <meyering@fb.com>
Sat, 10 Sep 2016 05:00:16 +0000 (22:00 -0700)
commit286720379e41c68e3a455cf0f53487a8018c7838
treeefef4efd1a775cdccb289942c78047878361e917
parent6d237fd01d98f2cdd588055a088fed39646ab82f
dfa: new module, importing grep's DFA matcher

Since grep's DFA matcher is now being used by two gnulib-enabled
projects, grep and sed, it makes sense to version-control its
sources and unit tests in one place: here.
* modules/dfa: New module.
* modules/dfa-tests: New file.
* lib/dfa.c: New file, from grep.
* lib/dfa.h: Likewise.
* lib/localeinfo.c: Likewise.
* lib/localeinfo.h: Likewise.
* tests/dfa-match-aux.c: Likewise.
* tests/dfa-invalid-char-class.sh: Likewise.
* tests/dfa-match.sh: Likewise, with minor changes.
* MODULES.html.sh (Misc): Add "dfa" to this list.
ChangeLog
MODULES.html.sh
lib/dfa.c [new file with mode: 0644]
lib/dfa.h [new file with mode: 0644]
lib/localeinfo.c [new file with mode: 0644]
lib/localeinfo.h [new file with mode: 0644]
modules/dfa [new file with mode: 0644]
modules/dfa-tests [new file with mode: 0644]
tests/dfa-invalid-char-class.sh [new file with mode: 0755]
tests/dfa-match-aux.c [new file with mode: 0644]
tests/dfa-match.sh [new file with mode: 0755]