Age | Commit message (Expand) | Author |
2024-09-21 | Check that .In is callable and parsed. | Ingo Schwarze |
2024-05-16 | Check that lower-case variants of UTF-16 surrogate escape sequences | Ingo Schwarze |
2024-05-16 | Improve coverage of edge cases for 3-byte UTF-8 sequences. | Ingo Schwarze |
2024-05-16 | Add a complete suite of tests covering ASCII characters in UTF-8 spelling. | Ingo Schwarze |
2024-05-15 | Add a complete set of tests for all C0 and C1 control characters. | Ingo Schwarze |
2024-05-14 | fix a char signedness bug such that this testing code becomes able | Ingo Schwarze |
2023-11-24 | Additional tests of automatic tagging involving different kinds of hyphens | Ingo Schwarze |
2023-11-24 | 1. Do not put ASCII_HYPH (0x1c) into the tag file. | Ingo Schwarze |
2023-11-13 | reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.197 | Ingo Schwarze |
2023-10-24 | Implement the man(7) .MR macro, a 2023 GNU extension. | Ingo Schwarze |
2023-10-23 | once again, i forgot to update the date in the footer | Ingo Schwarze |
2023-10-23 | Support some escape sequences, in particular character escape sequences, | Ingo Schwarze |
2023-10-22 | new regression test for roff.c rev. 1.270: | Ingo Schwarze |
2023-10-21 | regression test for roff.c rev. 1.269: | Ingo Schwarze |
2023-04-28 | adjust after man_validate.c rev. 1.128 improved the error messages | Ingo Schwarze |
2022-08-28 | Adjust desired output after tbl_term.c rev. 1.66 (stop skipping | Ingo Schwarze |
2022-08-28 | Vertical spacing changes around tables in man_term.c rev. 1.194 | Ingo Schwarze |
2022-08-19 | Up to version 1.22.4, groff_mdoc(7) only considered the first word | Ingo Schwarze |
2022-08-16 | Adjust desired output after the bugfix man.c rev. 1.137. | Ingo Schwarze |
2022-08-16 | New tests of tabs in fill mode, in particular | Ingo Schwarze |
2022-08-16 | Adjust the desired output after the improvements in term.c rev. 1.150. | Ingo Schwarze |
2022-08-15 | Some more tests of no-fill mode similar to mdoc/Bd/blank.in | Ingo Schwarze |
2022-08-15 | oops, once again, i failed to correctly sync some dates in the footer | Ingo Schwarze |
2022-08-15 | Distinguish between escape sequences that produce no output | Ingo Schwarze |
2022-08-02 | If the body of a man(7) .MT or .UR block is empty, do not emit a warning. | Ingo Schwarze |
2022-08-02 | Reorganize the tests that require custom command line options | Ingo Schwarze |
2022-07-06 | While the HTML standard allows multiple <h1> elements in the same | Ingo Schwarze |
2022-06-26 | In groff commit 78e66624 on May 7 20:15:33 2021 +1000, | Ingo Schwarze |
2022-06-08 | Surprisingly, every escape sequence can also be used as an argument | Ingo Schwarze |
2022-06-07 | Split the excessively generic diagnostic message "invalid escape sequence" | Ingo Schwarze |
2022-06-06 | adjust two desired error messages after roff_escape.c rev. 1.11 | Ingo Schwarze |
2022-06-05 | With the improved escape sequence parser, it becomes easy to also improve | Ingo Schwarze |
2022-06-03 | oops, update forgotten date in the footer | Ingo Schwarze |
2022-06-03 | During identifier parsing, handle undefined escape sequences | Ingo Schwarze |
2022-05-30 | Dummy implementation of the roff(7) \V (interpolate environment variable) | Ingo Schwarze |
2022-05-20 | Re-classify the roff(7) \r (reverse line feed) escape sequence | Ingo Schwarze |
2022-05-20 | Test the handling of some additional one-character escape sequences | Ingo Schwarze |
2022-05-19 | following the fixed parsing direction of roff_expand() in roff.c rev. 1.260, | Ingo Schwarze |
2022-05-19 | Adjust a column number in an error message | Ingo Schwarze |
2022-05-19 | fix a wrong column number that got fixed as a side effect | Ingo Schwarze |
2022-05-19 | remove a bogus warning that went away as a side effect | Ingo Schwarze |
2022-05-01 | Split a new function roff_parse_comment() out of roff_expand() because this | Ingo Schwarze |
2022-04-30 | Provide a new function roff_req_or_macro() to parse and handle a request | Ingo Schwarze |
2022-04-28 | The syntax of the roff(7) .mc request is quite special | Ingo Schwarze |
2022-04-28 | oops, fix wrong .TH name | Ingo Schwarze |
2022-04-28 | Element next-line scopes may nest, so man_breakscope() may have to | Ingo Schwarze |
2022-04-27 | The .AT, .DT, and .UC macros are allowed inside next-line scope | Ingo Schwarze |
2022-04-27 | Fix three bugs regarding the interaction of \z and \h: | Ingo Schwarze |
2022-04-26 | typo in example text: unsused -> unused; noticed by tb@ | Ingo Schwarze |
2022-04-26 | At the end of every tbl(7) cell, clear the \z state. | Ingo Schwarze |