]> git.cameronkatri.com Git - mandoc.git/history - roff_escape.c
For accessibility, label the last two widgets in the search form.
[mandoc.git] / roff_escape.c
2022-06-08 Ingo SchwarzeSurprisingly, every escape sequence can also be used...
2022-06-07 Ingo SchwarzeSplit the excessively generic diagnostic message "inval...
2022-06-06 Ingo SchwarzeTo better match groff parsing, reject digits and some...
2022-06-06 Ingo SchwarzeAllow arbitrary argument delimiters for \C, like groff...
2022-06-05 Ingo SchwarzeWith the improved escape sequence parser, it becomes...
2022-06-05 Ingo SchwarzeSmall cleanup of error reporting:
2022-06-02 Ingo SchwarzeSince \. is not a character escape sequence, re-classif...
2022-06-02 Ingo SchwarzeAvoid the layering violation of re-parsing for \E in...
2022-06-01 Ingo SchwarzeFix a buffer overrun in the roff(7) escape sequence...
2022-05-31 Ingo SchwarzeRudimentary implementation of the \A escape sequence...
2022-05-31 Ingo SchwarzeTrivial patch to put the roff(7) \g (interpolate format...
2022-05-30 Ingo SchwarzeDummy implementation of the roff(7) \V (interpolate...
2022-05-20 Ingo SchwarzeRe-classify the roff(7) \r (reverse line feed) escape...
2022-05-19 Ingo SchwarzeMake roff_expand() parse left-to-right rather than...