aboutsummaryrefslogtreecommitdiff
path: root/text-regex-tre.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-22move all standard library includes into util.hRandy Palamar1-5/+0
2020-04-27Avoid use of VLAsMichael Forney1-1/+1
2020-01-23text: fix spurious regex anchor matchesMarc André Tanner1-0/+6
2018-03-11Reset parsing state after mbrtowc(3) failureMarc André Tanner1-0/+1
2017-07-03Fix Unicode regex searches for libtre buildsMarc André Tanner1-6/+55
2017-02-08text: clean up iterator semanticsMarc André Tanner1-2/+8
2017-01-19text-regex: add regex backend based on libtreMarc André Tanner1-0/+112