| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-08-01 | Tidying up | Bruce Hill | |
| 2021-07-20 | Added const | Bruce Hill | |
| 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 | |
