aboutsummaryrefslogtreecommitdiff
path: root/utf8.h
AgeCommit message (Expand)Author
2021-09-21Moving cache logic into match, cleaner next_match() API, and slightlyBruce Hill
2021-08-28Style change: added cino=:0 (i.e. case statements on same indentation asBruce Hill
2021-07-19Overhaul of word boundaries/edges. Now they use \b, which is implementedBruce Hill
2021-05-31Moved utf8 code into a C file, fixed some potential null deref issuesBruce Hill
2021-05-22Minor splint fixesBruce Hill
2021-05-20Renamed file_t.contents -> file_t.start, added file_t.memory forBruce Hill
2021-05-20Updated commentBruce Hill
2021-05-20Mostly working versionBruce Hill