summaryrefslogtreecommitdiff
path: root/lib/dfa.h
Commit message (Expand)AuthorAgeFilesLines
* dfa: port to non-gnulibPaul Eggert2021-08-291-0/+1
* dfa: prefer idx_t to ptrdiff_t for nonnegativePaul Eggert2021-08-241-3/+4
* dfa: Improve GCC 11 allocation-deallocation checking.Bruno Haible2021-08-071-3/+6
* dfa: improve -fanalyzer malloc checkingPaul Eggert2021-08-011-2/+7
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* dfa.h: support inclusion from C++Paul Eggert2020-11-021-0/+13
* dfa: make dfasupported a global functionNorihiro Tanaka2020-09-201-0/+3
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* dfa: struct dfamust now uses flexible arrayPaul Eggert2019-12-191-1/+1
* dfa: new function dfacopysyntaxPaul Eggert2019-12-171-2/+5
* dfa: port _GL_ATTRIBUTE_MALLOC to GawkPaul Eggert2019-12-171-0/+5
* dfa: prefer ptrdiff_t for API, tooPaul Eggert2019-12-121-3/+3
* dfa: update commentary for previous changePaul Eggert2019-12-111-6/+8
* dfa: separate parse and compile phaseNorihiro Tanaka2019-12-111-0/+3
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: port more modules to GCC 8Paul Eggert2018-05-031-6/+0
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* dfa: remove DFA_CASE_FOLD flag in favor of RE_ICASEArnold D. Robbins2016-12-131-4/+1
* dfa: new module, importing grep's DFA matcherJim Meyering2016-09-091-0/+126