summaryrefslogtreecommitdiff
path: root/lib/dfa.h
Commit message (Expand)AuthorAgeFilesLines
* Add more reminders to include <config.h>.Bruno Haible2023-04-121-0/+6
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* Rely on new stdbool behaviorPaul Eggert2022-09-101-1/+0
* dfa: do not warn about \] and \}Paul Eggert2022-06-041-1/+5
* dfa: new options DFA_STAR_WARN, DFA_PLUS_WARNPaul Eggert2022-05-241-0/+8
* dfa: new option DFA_STRAY_BACKSLASH_WARNPaul Eggert2022-05-231-0/+3
* dfa: new option DFA_CONFUSING_BRACKETS_ERRORPaul Eggert2022-05-231-1/+5
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* 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