summaryrefslogtreecommitdiff
path: root/MODULES.html.sh
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2016-08-16 15:00:43 -0700
committerJim Meyering <meyering@fb.com>2016-09-09 22:00:16 -0700
commit286720379e41c68e3a455cf0f53487a8018c7838 (patch)
treeefef4efd1a775cdccb289942c78047878361e917 /MODULES.html.sh
parent6d237fd01d98f2cdd588055a088fed39646ab82f (diff)
downloadgnulib-286720379e41c68e3a455cf0f53487a8018c7838.tar.gz
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.
Diffstat (limited to 'MODULES.html.sh')
-rwxr-xr-xMODULES.html.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/MODULES.html.sh b/MODULES.html.sh
index ec6f300553..06ee261f19 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -3445,6 +3445,7 @@ func_all_modules ()
func_module argz
func_module bitrotate
func_module byteswap
+ func_module dfa
func_module exitfail
func_module error
func_module extensions