summaryrefslogtreecommitdiffstats
path: root/regress/roff/esc
Commit message (Expand)AuthorAgeFilesLines
* reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244Ingo Schwarze2023-11-139-89/+89
* forgotten output file found in my treeIngo Schwarze2023-11-131-0/+4
* Support some escape sequences, in particular character escape sequences,Ingo Schwarze2023-10-233-6/+28
* Adjust desired output after the bugfix man.c rev. 1.189.Ingo Schwarze2022-08-161-1/+1
* Surprisingly, every escape sequence can also be used as an argumentIngo Schwarze2022-06-0818-23/+724
* Split the excessively generic diagnostic message "invalid escape sequence"Ingo Schwarze2022-06-075-8/+8
* With the improved escape sequence parser, it becomes easy to also improveIngo Schwarze2022-06-055-40/+40
* Dummy implementation of the roff(7) \V (interpolate environment variable)Ingo Schwarze2022-05-304-3/+32
* Re-classify the roff(7) \r (reverse line feed) escape sequenceIngo Schwarze2022-05-204-5/+31
* Test the handling of some additional one-character escape sequencesIngo Schwarze2022-05-203-13/+43
* following the fixed parsing direction of roff_expand() in roff.c rev. 1.388,Ingo Schwarze2022-05-192-24/+24
* fix a wrong column number that got fixed as a side effectIngo Schwarze2022-05-191-1/+1
* Split a new function roff_parse_comment() out of roff_expand() because thisIngo Schwarze2022-05-014-3/+48
* Fix three bugs regarding the interaction of \z and \h:Ingo Schwarze2022-04-275-4/+41
* Surprisingly, groff supports multiple copy mode escapes at theIngo Schwarze2022-04-133-2/+50
* Support two-character font names (BI, CW, CR, CB, CI)Ingo Schwarze2021-08-101-1/+1
* delete the two pairs of extra blank lines from expected man(7) terminalIngo Schwarze2021-06-288-32/+0
* Rename syntax test of the \O escape sequence (suppress output groffIngo Schwarze2020-12-216-26/+26
* adapt to new <p> output logic (html.c rev. 1.260)Ingo Schwarze2019-09-031-2/+0
* Test handling of escaped backslashes because the code related toIngo Schwarze2019-01-175-2/+97
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-164-18/+31
* Several improvements to escape sequence handling.Ingo Schwarze2018-12-1515-38/+218
* If man(7) next-line scope is open and the line ends with \c,Ingo Schwarze2018-08-252-3/+29
* catch up with ASCII renderings in chars.c rev. 1.72Ingo Schwarze2017-08-232-10/+14
* Messages of the -Wbase level now print STYLE:. Since thisIngo Schwarze2017-07-0434-63/+63
* cope with changes in BASE messagesIngo Schwarze2017-06-255-10/+15
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-175-0/+5
* correct handling of blank lines after \cIngo Schwarze2017-06-174-0/+25
* implement so-called absolute horizontal motion: \h'|...',Ingo Schwarze2017-06-143-1/+4
* let \l use the right fill characterIngo Schwarze2017-06-144-2/+42
* improve rounding rules for scaling unitsIngo Schwarze2017-06-143-1/+4
* implement the roff(7) \p (break output line) escape sequenceIngo Schwarze2017-06-143-1/+35
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-114-0/+4
* Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze2017-06-011-2/+2
* Many people have been complaining for a long time that ``...'' looksIngo Schwarze2017-02-171-1/+1
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-0831-0/+488