| Commit message (Expand) | Author | Age | Files | Lines |
* | adjust after man_validate.c rev. 1.158 improved the error messages | Ingo Schwarze | 2023-04-28 | 1 | -2/+2 |
* | revert previous, which was committed by accident | Ingo Schwarze | 2022-08-28 | 1 | -1/+3 |
* | Adjust desired output after tbl_term.c rev. 1.79 (stop skipping | Ingo Schwarze | 2022-08-28 | 1 | -4/+0 |
* | Vertical spacing changes around tables in man_term.c rev. 1.241 | Ingo Schwarze | 2022-08-28 | 44 | -842/+56 |
* | Up to version 1.22.4, groff_mdoc(7) only considered the first word | Ingo Schwarze | 2022-08-19 | 4 | -13/+8 |
* | Adjust desired output after the bugfix man.c rev. 1.189. | Ingo Schwarze | 2022-08-16 | 1 | -1/+1 |
* | New tests of tabs in fill mode, in particular | Ingo Schwarze | 2022-08-16 | 3 | -2/+140 |
* | Adjust the desired output after the improvements in term.c rev. 1.290. | Ingo Schwarze | 2022-08-16 | 1 | -1/+1 |
* | Some more tests of no-fill mode similar to mdoc/Bd/blank.in | Ingo Schwarze | 2022-08-15 | 2 | -10/+29 |
* | Distinguish between escape sequences that produce no output | Ingo Schwarze | 2022-08-15 | 4 | -8/+32 |
* | If the body of a man(7) .MT or .UR block is empty, do not emit a warning. | Ingo Schwarze | 2022-08-02 | 2 | -4/+0 |
* | Delete OpenBSD-only rules from the regress/roff/de Makefile | Ingo Schwarze | 2022-08-02 | 1 | -38/+0 |
* | While the HTML standard allows multiple <h1> elements in the same | Ingo Schwarze | 2022-07-06 | 9 | -25/+25 |
* | In groff commit 78e66624 on May 7 20:15:33 2021 +1000, | Ingo Schwarze | 2022-06-26 | 1 | -1/+1 |
* | Surprisingly, every escape sequence can also be used as an argument | Ingo Schwarze | 2022-06-08 | 28 | -27/+1005 |
* | Split the excessively generic diagnostic message "invalid escape sequence" | Ingo Schwarze | 2022-06-07 | 6 | -9/+9 |
* | adjust two desired error messages after roff_escape.c rev. 1.11 | Ingo Schwarze | 2022-06-06 | 1 | -2/+2 |
* | With the improved escape sequence parser, it becomes easy to also improve | Ingo Schwarze | 2022-06-05 | 12 | -70/+70 |
* | During identifier parsing, handle undefined escape sequences | Ingo Schwarze | 2022-06-03 | 17 | -48/+174 |
* | 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 | 3 | -29/+29 |
* | Adjust a column number in an error message | Ingo Schwarze | 2022-05-19 | 1 | -1/+1 |
* | fix a wrong column number that got fixed as a side effect | Ingo Schwarze | 2022-05-19 | 1 | -1/+1 |
* | remove a bogus warning that went away as a side effect | Ingo Schwarze | 2022-05-19 | 1 | -1/+0 |
* | Split a new function roff_parse_comment() out of roff_expand() because this | Ingo Schwarze | 2022-05-01 | 4 | -3/+48 |
* | Provide a new function roff_req_or_macro() to parse and handle a request | Ingo Schwarze | 2022-04-30 | 8 | -8/+126 |
* | The syntax of the roff(7) .mc request is quite special | Ingo Schwarze | 2022-04-28 | 5 | -2/+65 |
* | Element next-line scopes may nest, so man_breakscope() may have to | Ingo Schwarze | 2022-04-28 | 4 | -3/+41 |
* | The .AT, .DT, and .UC macros are allowed inside next-line scope | Ingo Schwarze | 2022-04-27 | 10 | -2/+98 |
* | Fix three bugs regarding the interaction of \z and \h: | Ingo Schwarze | 2022-04-27 | 5 | -4/+41 |
* | typo in example text: unsused -> unused; noticed by tb@ | Ingo Schwarze | 2022-04-26 | 4 | -5/+5 |
* | At the end of every tbl(7) cell, clear the \z state. | Ingo Schwarze | 2022-04-26 | 5 | -4/+63 |
* | If a node is tagged explicitly, skip implicit tagging for that node. | Ingo Schwarze | 2022-04-26 | 6 | -4/+51 |
* | If a .shift request has a negative argument, do not use a negative array | Ingo Schwarze | 2022-04-24 | 3 | -6/+13 |
* | To prevent infinite recursion while expanding eqn(7) definitions, | Ingo Schwarze | 2022-04-13 | 3 | -6/+75 |
* | Do not die on an assertion if an input file contains no section | Ingo Schwarze | 2022-04-13 | 3 | -3/+5 |
* | Surprisingly, groff supports multiple copy mode escapes at the | Ingo Schwarze | 2022-04-13 | 3 | -2/+50 |
* | do not use the sed(1) -i option, it is not portable; | Ingo Schwarze | 2021-09-19 | 1 | -5/+6 |
* | Correctly calculate required column widths for tables containing | Ingo Schwarze | 2021-09-07 | 2 | -3/+20 |
* | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze | 2021-08-10 | 10 | -23/+55 |
* | delete the two pairs of extra blank lines from expected man(7) terminal | Ingo Schwarze | 2021-06-28 | 216 | -864/+22 |
* | test private use areas some more as they have proven fragile | Ingo Schwarze | 2021-06-02 | 8 | -38/+74 |
* | Cleanup: | Ingo Schwarze | 2021-06-02 | 4 | -53/+57 |
* | The wcwidth(3) of Plane 15 and Plane 16 Private Use Characters | Ingo Schwarze | 2021-06-02 | 2 | -4/+4 |
* | test font modifiers in the layout; related to tbl_html.c rev. 1.34 | Ingo Schwarze | 2021-05-16 | 4 | -2/+49 |
* | In HTML output, correctly render .Bd -unfilled in proportionally-spaced | Ingo Schwarze | 2021-03-30 | 1 | -1/+1 |
* | Rename syntax test of the \O escape sequence (suppress output groff | Ingo Schwarze | 2020-12-21 | 6 | -26/+26 |
* | The GNU tbl(1) program contained in the groff package internally | Ingo Schwarze | 2020-10-25 | 6 | -6/+6 |