| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-07 | Use `#pragma once` | Bruce Hill | |
| 2021-09-21 | Moving cache logic into match, cleaner next_match() API, and slightly | Bruce Hill | |
| less tightly coupled UTF8 API | |||
| 2021-08-28 | Style change: added cino=:0 (i.e. case statements on same indentation as | Bruce Hill | |
| switch). Also fixed issue where $$ would fail to match with trailing newline on file | |||
| 2021-07-19 | Overhaul of word boundaries/edges. Now they use \b, which is implemented | Bruce Hill | |
| in C, and the C code understands UTF8 id chars. | |||
| 2021-05-31 | Moved utf8 code into a C file, fixed some potential null deref issues | Bruce Hill | |
| 2021-05-22 | Minor splint fixes | Bruce Hill | |
| 2021-05-20 | Renamed file_t.contents -> file_t.start, added file_t.memory for | Bruce 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-20 | Updated comment | Bruce Hill | |
| 2021-05-20 | Mostly working version | Bruce Hill | |
