aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-21Tweaks to line-specific searchBruce Hill
2021-05-20Renamed file_t.contents -> file_t.start, added file_t.memory forBruce Hill
2021-05-20Fix for broken escapesBruce Hill
2021-05-20Fixed backslash escape for single utf8 chars.Bruce Hill
2021-05-20Updated buildBruce Hill
2021-05-20Updated commentBruce Hill
2021-05-20Updated docsBruce Hill
2021-05-20Cleanup, perf fixes, and setting an endpoint for backtrack matches (atBruce Hill
2021-05-20Fixes for char sets/ranges and cleanupsBruce Hill
2021-05-20Use local grammars instead of installedBruce Hill
2021-05-20BugfixesBruce Hill
2021-05-20Cleanup/fixBruce Hill
2021-05-20Better codepoint functionalityBruce Hill
2021-05-20Mostly working versionBruce Hill
2021-05-20Updated docBruce Hill
2021-05-20Print errors to stderr instead of stdoutBruce Hill
2021-05-20Removed escape sequences from string pats (use `bp 'line\nl;line'` orBruce Hill
2021-05-20Fixed up JSON outputBruce Hill
2021-05-20RebuiltBruce Hill
2021-05-20Added errors docBruce Hill
2021-05-20Added (!) syntax for errors with proper opcode supportBruce Hill
2021-05-19Added ~ and !~ operators as replacements for == and !=Bruce Hill
2021-05-19Fix for binary file detection bug.Bruce Hill
2021-05-19Make the manpage before installingBruce Hill
2021-05-19Added markdown manpage, which converts to roff using pandoc.Bruce Hill
2021-05-19Fancier string escape sequences and a bit of cleanup.Bruce Hill
2021-05-19When printing with zero context, put each match on its own lineBruce Hill
2021-05-18CleanupBruce Hill
2021-05-18True -> 1Bruce Hill
2021-05-16Be more permissive around closing quotes/parensBruce Hill
2021-05-12Bugfix for off-by-one errorBruce Hill
2021-05-12Moved settings into a structBruce Hill
2021-05-12Added --color flagBruce Hill
2021-05-11Renamed boundary->edgeBruce Hill
2021-05-11Overhaul of |-word boundaries (| is deprecated), performanceBruce Hill
2021-05-11Converted ^/^^/$/$$ into pattern types instead of builtin definitionsBruce Hill
2021-05-11Code cleanup: adding len parameter to new_pat()Bruce Hill
2021-05-10Updated readmeBruce Hill
2021-05-10Added {word} feature and cleaned up the code some.Bruce Hill
2021-05-10Added simple testBruce Hill
2021-05-10Bugfix for error printingBruce Hill
2021-05-10Improved docsBruce Hill
2021-03-26Removed fallback where bp prompts for a pattern if none is given.Bruce Hill
2021-03-15Fix for being unable to match patterns on zero-length files (or at theBruce Hill
2021-03-15Debug errorBruce Hill
2021-03-03Fix for permissions/ownership getting screwed up with inplace modifyingBruce Hill
2021-02-07Slightly cleaner flag parsingBruce Hill
2021-02-07Fix to allow `bp 'foo\..baz'`Bruce Hill
2021-01-31TypoBruce Hill
2021-01-29Fixed bug with adding accidental extra newlinesBruce Hill