| Age | Commit message (Expand) | Author |
| 2024-05-28 | Tweak default visibility settings | Bruce Hill |
| 2022-05-14 | Changed how tags work, changed Lua API for handling match captures | Bruce Hill |
| 2021-09-28 | Hardening utils (added *end param to avoid going past the end of | Bruce Hill |
| 2021-09-23 | WIP: working line breaks, formatting, etc. All seems functional, but a | Bruce Hill |
| 2021-09-23 | Use strncasecmp and memmem instead of custom logic. | Bruce Hill |
| 2021-08-28 | Style change: added cino=:0 (i.e. case statements on same indentation as | Bruce Hill |
| 2021-08-06 | Improved, cleaner/faster/more flexible return value checks | Bruce Hill |
| 2021-08-01 | Cleanup of space/line skipping code | Bruce Hill |
| 2021-08-01 | Changed how definitions work | Bruce Hill |
| 2021-07-30 | xfree() -> delete() | Bruce Hill |
| 2021-07-30 | Cleaner checking of stdlib negative returns | Bruce Hill |
| 2021-07-30 | Improved error checking | Bruce Hill |
| 2021-07-26 | Fixed bug where pointer wasn't getting NULLed out | Bruce Hill |
| 2021-07-19 | Made escape sequence handling stricter: no longer supporting arbitrary | Bruce Hill |
| 2021-05-31 | Fix compiler warning nits | Bruce Hill |
| 2021-01-26 | Removed check() and replaced with err()/errx() | Bruce Hill |
| 2021-01-19 | Simplified code by disallowing escapes in strings and splitting | Bruce Hill |
| 2021-01-18 | A few more pedantic cleanups | Bruce Hill |
| 2021-01-18 | More static analysis cleanup | Bruce Hill |
| 2021-01-18 | More static analyzer cleanup, including switching to use bools where | Bruce Hill |
| 2021-01-17 | Code cleanup on utils | Bruce Hill |
| 2021-01-16 | Deprecated #(...)# block comments | Bruce Hill |
| 2021-01-13 | Replaced _exit()s with exits() | Bruce Hill |
| 2021-01-12 | Standardizing to line-comments instead of block comments | Bruce Hill |
| 2021-01-10 | Updated more things to use xfree(&foo) instead of free(foo) | Bruce Hill |
| 2021-01-10 | Simplified grammars using intrusive linked lists instead of dynamic | Bruce Hill |
| 2020-12-30 | Fixed some minor issues | Bruce Hill |
| 2020-12-30 | Fully purging "bpeg" from the source | Bruce Hill |
| 2020-12-30 | Simplified syntax for replacement: just =>, no need for {} | Bruce Hill |
| 2020-12-17 | Better null byte handling, simplified match datastructures, and some | Bruce Hill |
| 2020-12-17 | Memory allocation failure checks, and a simpler new() function | Bruce Hill |
| 2020-12-14 | Imports cleanup and removing FILE* parameter from json | Bruce Hill |
| 2020-12-14 | Updated '|' to mean word boundary and \N for nodent | Bruce Hill |
| 2020-09-28 | Major improvements to error messages | Bruce Hill |
| 2020-09-28 | Starting to add better error messages | Bruce Hill |
| 2020-09-28 | Fixes for captures and backrefs, and added block comments | Bruce Hill |
| 2020-09-16 | WIP | Bruce Hill |
| 2020-09-14 | Added nodent support (|) | Bruce Hill |
| 2020-09-13 | Added null terminator and closed file handler | Bruce Hill |
| 2020-09-12 | Fixes for CLI flags | Bruce Hill |
| 2020-09-12 | Added backrefs | Bruce Hill |
| 2020-09-11 | Tightening up the makefile flags and vim modelines | Bruce Hill |
| 2020-09-11 | Major overhaul refactor restructuring | Bruce Hill |