| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust desired output after the bugfix man.c rev. 1.189. | Ingo Schwarze | 2022-08-16 | 1 | -1/+1 |
* | Surprisingly, every escape sequence can also be used as an argument | Ingo Schwarze | 2022-06-08 | 18 | -23/+724 |
* | Split the excessively generic diagnostic message "invalid escape sequence" | Ingo Schwarze | 2022-06-07 | 5 | -8/+8 |
* | With the improved escape sequence parser, it becomes easy to also improve | Ingo Schwarze | 2022-06-05 | 5 | -40/+40 |
* | Dummy implementation of the roff(7) \V (interpolate environment variable) | Ingo Schwarze | 2022-05-30 | 4 | -3/+32 |
* | Re-classify the roff(7) \r (reverse line feed) escape sequence | Ingo Schwarze | 2022-05-20 | 4 | -5/+31 |
* | Test the handling of some additional one-character escape sequences | Ingo Schwarze | 2022-05-20 | 3 | -13/+43 |
* | following the fixed parsing direction of roff_expand() in roff.c rev. 1.388, | Ingo Schwarze | 2022-05-19 | 2 | -24/+24 |
* | fix a wrong column number that got fixed as a side effect | Ingo Schwarze | 2022-05-19 | 1 | -1/+1 |
* | Split a new function roff_parse_comment() out of roff_expand() because this | Ingo Schwarze | 2022-05-01 | 4 | -3/+48 |
* | Fix three bugs regarding the interaction of \z and \h: | Ingo Schwarze | 2022-04-27 | 5 | -4/+41 |
* | Surprisingly, groff supports multiple copy mode escapes at the | Ingo Schwarze | 2022-04-13 | 3 | -2/+50 |
* | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze | 2021-08-10 | 1 | -1/+1 |
* | delete the two pairs of extra blank lines from expected man(7) terminal | Ingo Schwarze | 2021-06-28 | 8 | -32/+0 |
* | Rename syntax test of the \O escape sequence (suppress output groff | Ingo Schwarze | 2020-12-21 | 6 | -26/+26 |
* | adapt to new <p> output logic (html.c rev. 1.260) | Ingo Schwarze | 2019-09-03 | 1 | -2/+0 |
* | Test handling of escaped backslashes because the code related to | Ingo Schwarze | 2019-01-17 | 5 | -2/+97 |
* | Yet another round of improvements to manual font selection. | Ingo Schwarze | 2018-12-16 | 4 | -18/+31 |
* | Several improvements to escape sequence handling. | Ingo Schwarze | 2018-12-15 | 15 | -38/+218 |
* | If man(7) next-line scope is open and the line ends with \c, | Ingo Schwarze | 2018-08-25 | 2 | -3/+29 |
* | catch up with ASCII renderings in chars.c rev. 1.72 | Ingo Schwarze | 2017-08-23 | 2 | -10/+14 |
* | Messages of the -Wbase level now print STYLE:. Since this | Ingo Schwarze | 2017-07-04 | 34 | -63/+63 |
* | cope with changes in BASE messages | Ingo Schwarze | 2017-06-25 | 5 | -10/+15 |
* | style message about missing RCS ids; inspired by mdoclint | Ingo Schwarze | 2017-06-17 | 5 | -0/+5 |
* | correct handling of blank lines after \c | Ingo Schwarze | 2017-06-17 | 4 | -0/+25 |
* | implement so-called absolute horizontal motion: \h'|...', | Ingo Schwarze | 2017-06-14 | 3 | -1/+4 |
* | let \l use the right fill character | Ingo Schwarze | 2017-06-14 | 4 | -2/+42 |
* | improve rounding rules for scaling units | Ingo Schwarze | 2017-06-14 | 3 | -1/+4 |
* | implement the roff(7) \p (break output line) escape sequence | Ingo Schwarze | 2017-06-14 | 3 | -1/+35 |
* | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze | 2017-06-11 | 4 | -0/+4 |
* | Minimal implementation of the \h (horizontal motion) escape sequence. | Ingo Schwarze | 2017-06-01 | 1 | -2/+2 |
* | Many people have been complaining for a long time that ``...'' looks | Ingo Schwarze | 2017-02-17 | 1 | -1/+1 |
* | Finally port the OpenBSD regression suite. | Ingo Schwarze | 2017-02-08 | 31 | -0/+488 |