aboutsummaryrefslogtreecommitdiff
path: root/print.c
AgeCommit message (Expand)Author
2021-08-01Bugfix for replacing @0Bruce Hill
2021-07-30Bugfix for trailing line numbers on plain outputBruce Hill
2021-07-26Introduced cache to greatly speed up many use casesBruce Hill
2021-07-19Made escape sequence handling stricter: no longer supporting arbitraryBruce Hill
2021-07-17Factored debug visualization into its own fileBruce Hill
2021-07-15Bugfix for NULL bytes in textBruce Hill
2021-05-31Fix compiler warning nitsBruce Hill
2021-05-31Moved utf8 code into a C file, fixed some potential null deref issuesBruce Hill
2021-05-20Renamed file_t.contents -> file_t.start, added file_t.memory forBruce Hill
2021-05-20Print errors to stderr instead of stdoutBruce Hill
2021-05-20Added (!) syntax for errors with proper opcode supportBruce Hill
2021-05-19When printing with zero context, put each match on its own lineBruce Hill
2021-01-29Fixed bug with adding accidental extra newlinesBruce Hill
2021-01-22Added nodent support (\N) for replacement strings. Slightly hacky, butBruce Hill
2021-01-20Bugfix for replacement coloringBruce Hill
2021-01-18A few more pedantic cleanupsBruce Hill
2021-01-18More static analysis cleanupBruce Hill
2021-01-18Checking more return values (per static analyzer)Bruce Hill
2021-01-18Static analysis part 1Bruce Hill
2021-01-18Better visualization of matches with newlines and tabsBruce Hill
2021-01-18Fixed error printing codeBruce Hill
2021-01-17Code cleanup on utilsBruce Hill
2021-01-17Fixed color output for utf8 sequencesBruce Hill
2021-01-16Renamed VM_ to BP_Bruce Hill
2021-01-15Sorting importsBruce Hill
2021-01-15Renamed vm->matchBruce Hill
2021-01-15Renaming files: printing->print, file_loader->filesBruce Hill