| Age | Commit message (Expand) | Author |
| 2020-12-30 | Don't print line numbers when dealing with piped-in input | Bruce Hill |
| 2020-12-30 | Simplified syntax for replacement: just =>, no need for {} | Bruce Hill |
| 2020-12-27 | Added in-place filtering/replacements | Bruce Hill |
| 2020-12-19 | Updated to use `a,b,c | Bruce Hill |
| 2020-12-19 | Added `a,b,c support | Bruce Hill |
| 2020-12-19 | Fix for range at the end of a file | Bruce Hill |
| 2020-12-19 | Extra safety | Bruce Hill |
| 2020-12-17 | Better null byte handling, simplified match datastructures, and some | Bruce Hill |
| 2020-12-17 | Cleanup | Bruce Hill |
| 2020-12-17 | Fixed -d flag bug | Bruce Hill |
| 2020-12-17 | Memory allocation failure checks, and a simpler new() function | Bruce Hill |
| 2020-12-17 | Updated docs | Bruce Hill |
| 2020-12-17 | Added --list-files | Bruce Hill |
| 2020-12-14 | Better arg parsing | Bruce Hill |
| 2020-12-14 | Fix for json header file | Bruce Hill |
| 2020-12-14 | Fixes for nodent in nested matches | Bruce Hill |
| 2020-12-14 | Imports cleanup and removing FILE* parameter from json | Bruce Hill |
| 2020-12-14 | Moved json code into its own file | Bruce Hill |
| 2020-12-14 | Re-hooked up JSON output | Bruce Hill |
| 2020-12-14 | Hooked up json | Bruce Hill |
| 2020-12-14 | Removed colon after filename in output | Bruce Hill |
| 2020-12-14 | Strings not multiline by default | Bruce Hill |
| 2020-12-14 | Bug fix for literals exceeding end of file | Bruce Hill |
| 2020-12-14 | Multiline paren groups | Bruce Hill |
| 2020-12-14 | Updated '|' to mean word boundary and \N for nodent | Bruce Hill |
| 2020-12-14 | Fixed parens typo | Bruce Hill |
| 2020-12-14 | Dead code | Bruce Hill |
| 2020-12-14 | Removing dead code | Bruce Hill |
| 2020-12-14 | Fix for html | Bruce Hill |
| 2020-12-14 | Updated grammars | Bruce Hill |
| 2020-12-14 | Added support for `...%p` | Bruce Hill |
| 2020-12-14 | Added % operator to .. | Bruce Hill |
| 2020-12-14 | Updated how `==` and `!=` operators work | Bruce Hill |
| 2020-12-12 | Bunch of changes, including some bpeg->bp renaming, and adding | Bruce Hill |
| 2020-10-13 | Tweaks to nodent behavior | Bruce Hill |
| 2020-10-11 | Merge branch 'master' of github.com:bruce-hill/c-bpeg into master | Bruce Hill |
| 2020-10-11 | Replaced (!"x" .) with (. != "x") | Bruce Hill |
| 2020-09-29 | Fixed off-by-one error and bug in filename-printing logic | Bruce Hill |
| 2020-09-28 | Added emails | Bruce Hill |
| 2020-09-28 | Url fixes | Bruce Hill |
| 2020-09-28 | Bugfixes | 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 | Moved */+ back to prefix, and dropped ? | Bruce Hill |
| 2020-09-28 | Added != | Bruce Hill |
| 2020-09-28 | Added +/*/? postfix operators | Bruce Hill |
| 2020-09-28 | Tolerate spaces around `=` in @foo = baz | Bruce Hill |
| 2020-09-28 | Added link to commons clause | Bruce Hill |
| 2020-09-28 | Clarifying license | Bruce Hill |
| 2020-09-28 | Updated readme with examples | Bruce Hill |