aboutsummaryrefslogtreecommitdiff
path: root/utf8.c
AgeCommit message (Collapse)Author
2025-09-24Autoformatting with clang-formatBruce Hill
2024-05-28Tweak default visibility settingsBruce Hill
2021-09-21Moving cache logic into match, cleaner next_match() API, and slightlyBruce Hill
less tightly coupled UTF8 API
2021-08-28Style change: added cino=:0 (i.e. case statements on same indentation asBruce Hill
switch). Also fixed issue where $$ would fail to match with trailing newline on file
2021-08-01Tidying upBruce Hill
2021-07-20Added constBruce Hill
2021-07-19Overhaul of word boundaries/edges. Now they use \b, which is implementedBruce Hill
in C, and the C code understands UTF8 id chars.
2021-05-31Moved utf8 code into a C file, fixed some potential null deref issuesBruce Hill