aboutsummaryrefslogtreecommitdiff
path: root/printmatch.c
AgeCommit message (Collapse)Author
2024-09-08Print quotes around string literal patterns when explaining matchesBruce Hill
2024-06-07Fix issue with replacement text printing before its line numberBruce Hill
2024-05-29Rename match_t -> bp_match_tBruce Hill
2024-05-28Rename 'Match' macro to avoid confusionBruce Hill
2024-05-28Tweak default visibility settingsBruce Hill
2024-02-11Bugfix for string literals and add support for printing patterns withBruce Hill
--verbose
2023-10-15Format specifiers for size_t should be %zu instead of %luBruce Hill
2023-05-06Use tagged union style for extra safety and concisionBruce Hill
2022-12-27Add number of characters printed to fprint_match()Bruce Hill
2022-04-24Simplify printing of chainsBruce Hill
2022-04-09Moving print logic out of match.c and renaming explain -> printmatchBruce Hill