aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-18Added tags to makefileBruce Hill
2021-01-18Fixed some grammar bugsBruce Hill
2021-01-18Removed dead code for interning files (no longer needed since temp fileBruce Hill
2021-01-18Bumped prefix checker on is_text_fileBruce Hill
2021-01-18Added perf notesBruce Hill
2021-01-18Performance optimizations for `id` and `|` rulesBruce Hill
2021-01-18Fixed buggy git ls-files line readingBruce Hill
2021-01-18Updated splint ruleBruce Hill
2021-01-18More boolsBruce Hill
2021-01-18More boolsBruce Hill
2021-01-18More boolsBruce Hill
2021-01-18More bools, because why notBruce Hill
2021-01-18A few more pedantic cleanupsBruce Hill
2021-01-18More static analysis cleanupBruce Hill
2021-01-18More static analyzer cleanupBruce Hill
2021-01-18More static analyzer cleanup, including switching to use bools whereBruce Hill
2021-01-18Checking more return values (per static analyzer)Bruce Hill
2021-01-18Switched calloc arg orderBruce Hill
2021-01-18CleanupBruce Hill
2021-01-18Static analysis part 1Bruce Hill
2021-01-18Propagate signals betterBruce Hill
2021-01-18Better visualization of matches with newlines and tabsBruce Hill
2021-01-18Hacky fix for tabs misaligning error printingBruce Hill
2021-01-18Fixed error printing codeBruce Hill
2021-01-17Removed -v file from uninstallBruce Hill
2021-01-17Removed -v flags from installBruce Hill
2021-01-17Fixed issue where `bp -g bp` would accidentally load local `bp`Bruce Hill
2021-01-17Better debug infoBruce Hill
2021-01-17Updated REF and CAPTURE types to store direct pointers to names (with aBruce Hill
2021-01-17Fix for leaktest renaming bpeg->bpBruce Hill
2021-01-17No longer allocatte memory for replacement stringBruce Hill
2021-01-17Code cleanup on utilsBruce Hill
2021-01-17Updated manpageBruce Hill
2021-01-17Added documentation for grammarsBruce Hill
2021-01-17Cleanup of builtinsBruce Hill
2021-01-17Added LispBruce Hill
2021-01-17Improved rules for word boundary matching and ids (more utf8-compliant,Bruce Hill
2021-01-17Fixed color output for utf8 sequencesBruce Hill
2021-01-17Bugfix for typoBruce Hill
2021-01-17Added some aliasesBruce Hill
2021-01-17Updated the behavior of !=/== to only consider exact, full-text matchesBruce Hill
2021-01-17Fixed bug with NULL filenameBruce Hill
2021-01-17Added Javscript and simplified python importsBruce Hill
2021-01-17Added C++ grammar and aliases.Bruce Hill
2021-01-17Added shell grammarBruce Hill
2021-01-17Adding and improving grammars.Bruce Hill
2021-01-17Improved HTML grammarBruce Hill
2021-01-17Adding more language grammarsBruce Hill
2021-01-17Added "not a keyword" to definition of `id` (keyword is undefined byBruce Hill
2021-01-17Updated commentBruce Hill