aboutsummaryrefslogtreecommitdiff
path: root/utf8.h
AgeCommit message (Collapse)Author
2025-09-24Autoformatting with clang-formatBruce Hill
2022-11-07Use `#pragma once`Bruce 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-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
2021-05-22Minor splint fixesBruce Hill
2021-05-20Renamed file_t.contents -> file_t.start, added file_t.memory forBruce Hill
canonical tracking of memory for mmap, simplified json printing, and added support for initiating searches on a specific line (and/or column).
2021-05-20Updated commentBruce Hill
2021-05-20Mostly working versionBruce Hill