| Commit message (Expand) | Author | Age | Files | Lines |
* | Additional tests of automatic tagging involving different kinds of hyphensHEADoriginmaster | Ingo Schwarze | 2023-11-24 | 18 | -21/+83 |
* | 1. Do not put ASCII_HYPH (0x1c) into the tag file. | Ingo Schwarze | 2023-11-24 | 2 | -2/+2 |
* | reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244 | Ingo Schwarze | 2023-11-13 | 43 | -534/+582 |
* | reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244 | Ingo Schwarze | 2023-11-13 | 187 | -2456/+2453 |
* | forgotten output file found in my tree | Ingo Schwarze | 2023-11-13 | 1 | -0/+4 |
* | Implement the man(7) .MR macro, a 2023 GNU extension. | Ingo Schwarze | 2023-10-24 | 5 | -2/+89 |
* | Support some escape sequences, in particular character escape sequences, | Ingo Schwarze | 2023-10-23 | 3 | -6/+28 |
* | new regression test for roff.c rev. 1.270: | Ingo Schwarze | 2023-10-22 | 4 | -3/+24 |
* | regression test for roff.c rev. 1.397: | Ingo Schwarze | 2023-10-21 | 3 | -2/+19 |
* | 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 |