summaryrefslogtreecommitdiff
path: root/src/lssi.c
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-1/+1
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* cex: fix tracesAkim Demaille2021-01-161-2/+2
* cex: send traces to stderr, not stdoutAkim Demaille2021-01-131-6/+7
* cex: style: prefer FOO_print to print_FOOAkim Demaille2020-07-291-1/+1
* cex: use better type namesAkim Demaille2020-07-141-7/+9
* style: cex: prefer the array notationAkim Demaille2020-07-111-4/+4
* style: use 'nonterminal' consistentlyAkim Demaille2020-06-271-1/+1
* cex: also include the counterexamples in the reportAkim Demaille2020-06-161-1/+1
* style: fix syntax-check issuesAkim Demaille2020-06-071-1/+1
* warnings: fix -Wmissing-prototypes issuesAkim Demaille2020-06-031-3/+3
* style: spell fixesAkim Demaille2020-05-231-4/+4
* cex: replace state-item data structuresVincent Imbimbo2020-05-221-11/+9
* cex: fix lssi leaksVincent Imbimbo2020-05-221-3/+5
* cex: style: prefer res for returned valueAkim Demaille2020-05-221-10/+10
* style: use hash_xinsertAkim Demaille2020-05-221-2/+1
* cex: add support for state-item pair graph generationVincent Imbimbo2020-05-221-0/+371