summaryrefslogtreecommitdiff
path: root/src/state-item.c
Commit message (Expand)AuthorAgeFilesLines
* cex: style: prefer FOO_print to print_FOOAkim Demaille2020-07-291-3/+3
* style: s/lookahead_tokens/lookaheads/gAkim Demaille2020-07-141-2/+2
* cex: use state_item_number consistentlyAkim Demaille2020-07-141-6/+6
* cex: use better type namesAkim Demaille2020-07-141-3/+3
* style: cex: prefer the array notationAkim Demaille2020-07-111-23/+21
* style: use 'nonterminal' consistentlyAkim Demaille2020-06-271-1/+1
* cex: also include the counterexamples in the reportAkim Demaille2020-06-161-4/+4
* style: fix syntax-check issuesAkim Demaille2020-06-071-1/+1
* warnings: fix -Wmissing-prototypes issuesAkim Demaille2020-06-031-2/+2
* cex: fix pruning crashVincent Imbimbo2020-05-231-36/+81
* style: spell fixesAkim Demaille2020-05-231-5/+4
* cex: replace state-item data structuresVincent Imbimbo2020-05-221-42/+32
* cex: fix miscellaneous leaksVincent Imbimbo2020-05-221-0/+1
* cex: be sure to always reclaim memory put in hashesAkim Demaille2020-05-221-14/+15
* cex: properly reclaim hash's allocated memoryAkim Demaille2020-05-221-3/+3
* cex: avoid gratuitous heap allocationsAkim Demaille2020-05-221-20/+15
* cex: fix leaksVincent Imbimbo2020-05-221-2/+8
* style: use hash_xinsertAkim Demaille2020-05-221-8/+5
* cex: style changes in state-itemAkim Demaille2020-05-221-12/+10
* cex: fix a crashAkim Demaille2020-05-221-1/+1
* cex: add support for state-item pair graph generationVincent Imbimbo2020-05-221-0/+566