summaryrefslogtreecommitdiffstats
path: root/roff_escape.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a buffer overrun in the roff(7) escape sequence parser that couldIngo Schwarze2022-06-011-0/+3
* Rudimentary implementation of the \A escape sequence, following groffIngo Schwarze2022-05-311-3/+18
* Trivial patch to put the roff(7) \g (interpolate format of register)Ingo Schwarze2022-05-311-1/+1
* Dummy implementation of the roff(7) \V (interpolate environment variable)Ingo Schwarze2022-05-301-1/+1
* Re-classify the roff(7) \r (reverse line feed) escape sequenceIngo Schwarze2022-05-201-1/+1
* Make roff_expand() parse left-to-right rather than right-to-left.Ingo Schwarze2022-05-191-0/+477