| Age | Commit message (Expand) | Author |
| 2021-01-15 | Fully supporting NAME make argument | Bruce Hill |
| 2021-01-15 | Added interactive confirmation mode for replacing text | Bruce Hill |
| 2021-01-15 | Improved use of $(NAME) | Bruce Hill |
| 2021-01-15 | Added rule to simplify memory leak testing | Bruce Hill |
| 2021-01-15 | Print trailing context in INPLACE modification | Bruce Hill |
| 2021-01-15 | Removed unnecessary check | Bruce Hill |
| 2021-01-15 | Better variable names | Bruce Hill |
| 2021-01-15 | Fixed a text replacement bug and added a secondary color for replaced | Bruce Hill |
| 2021-01-15 | Removed auto-context-lines for -r flag | Bruce Hill |
| 2021-01-15 | Moved too-many-patterns check | Bruce Hill |
| 2021-01-15 | Added support for `bp -p 'foo: "xx"; baz; baz: foo'` | Bruce Hill |
| 2021-01-15 | Don't close stdin | Bruce Hill |
| 2021-01-15 | Fixed bug with backrefs. The backref pushing was overly greedy and | Bruce Hill |
| 2021-01-15 | Cleaned up and simplified global state setting stuff (e.g. --verbose) | Bruce Hill |
| 2021-01-15 | Major overhaul of how different modes of behavior work. Approximately 2x | Bruce Hill |
| 2021-01-14 | Wording | Bruce Hill |
| 2021-01-14 | Made all the heap garbage collection code optional, which saves some | Bruce Hill |
| 2021-01-14 | Overhaul of memory tracking and left recursion. Added explanation doc | Bruce Hill |
| 2021-01-14 | Added rule for hiding | Bruce Hill |
| 2021-01-13 | Replaced _exit()s with exits() | Bruce Hill |
| 2021-01-13 | Cleanup | Bruce Hill |
| 2021-01-13 | Working towards zero memory leakage | Bruce Hill |
| 2021-01-13 | Update makefile to better reflect header dependencies | Bruce Hill |
| 2021-01-13 | Major overhaul of some of the memory tracking code, as well as some | Bruce Hill |
| 2021-01-13 | Fixed and updated grammar | Bruce Hill |
| 2021-01-12 | Updated comment | Bruce Hill |
| 2021-01-12 | Added forward declarations for static functions | Bruce Hill |
| 2021-01-12 | Some general cleanup, adding comments, adding more __attribute__s where | Bruce Hill |
| 2021-01-12 | Adding comments | Bruce Hill |
| 2021-01-12 | Standardizing to line-comments instead of block comments | Bruce Hill |
| 2021-01-12 | Bugfix for $(echo '1,2,3,' | bp -p '+int % `,') | Bruce Hill |
| 2021-01-12 | Renamed op.op -> op.type | Bruce Hill |
| 2021-01-12 | Simplified backref matching code and improved visualization of backrefs. | Bruce Hill |
| 2021-01-12 | Added some comments | Bruce Hill |
| 2021-01-12 | Making the code more intuitive and cleaning up some memory between | Bruce Hill |
| 2021-01-12 | Removed unnecessary start of file check | Bruce Hill |
| 2021-01-12 | Fixed issue where code relied on chain_together(NULL, ...) | Bruce Hill |
| 2021-01-12 | Removed dead code for getting opcode names | Bruce Hill |
| 2021-01-12 | Cleanup | Bruce Hill |
| 2021-01-10 | Mitigation of memory leak | Bruce Hill |
| 2021-01-10 | Refactor of grammar logic to instead *only* use a linked list for all | Bruce Hill |
| 2021-01-10 | Removing unnecessary fields | 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 |
| 2021-01-09 | Replaced (void*) with (match_t*) in struct def | Bruce Hill |
| 2021-01-08 | Renamed viz -> printing, and tidied up the code a bit | Bruce Hill |
| 2021-01-08 | Refactoring, moving visualization and virtual machine code into proper | Bruce Hill |
| 2021-01-08 | Added pattern end | Bruce Hill |
| 2021-01-08 | Added some todos | Bruce Hill |
| 2021-01-08 | Fixed bug with ..%\n | Bruce Hill |