aboutsummaryrefslogtreecommitdiff
path: root/text-regex-tre.c
AgeCommit message (Collapse)AuthorFilesLines
2017-07-03Fix Unicode regex searches for libtre buildsMarc André Tanner1-6/+55
Fix #566
2017-02-08text: clean up iterator semanticsMarc André Tanner1-2/+8
We now guarantee the existence of at least one non-sentinel piece at all time and allow iterators to recover from these delimiting pieces.
2017-01-19text-regex: add regex backend based on libtreMarc André Tanner1-0/+112
While memory consumption should be improved, backward searches will still be slow, because they are implemented in terms of repeated forward searches. It needs to be investigated whether the underlying automaton can have its transitions reversed and essentially run backwards, as is the case in sam.