| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-07-03 | Fix Unicode regex searches for libtre builds | Marc André Tanner | 1 | -6/+55 | |
| Fix #566 | |||||
| 2017-02-08 | text: clean up iterator semantics | Marc André Tanner | 1 | -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-19 | text-regex: add regex backend based on libtre | Marc André Tanner | 1 | -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. | |||||
