Age | Commit message (Expand) | Author |
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 |
2022-04-26 | If a node is tagged explicitly, skip implicit tagging for that node. | Ingo Schwarze |
2022-04-24 | If a .shift request has a negative argument, do not use a negative array | Ingo Schwarze |
2022-04-13 | To prevent infinite recursion while expanding eqn(7) definitions, | Ingo Schwarze |
2022-04-13 | Do not die on an assertion if an input file contains no section | Ingo Schwarze |
2022-04-13 | Surprisingly, groff supports multiple copy mode escapes at the | Ingo Schwarze |
2021-09-09 | Do not abuse the "cleandir" target to delete part of the test output. | Ingo Schwarze |
2021-09-07 | Correctly calculate required column widths for tables containing | Ingo Schwarze |
2021-08-10 | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze |
2021-07-18 | Let the mandoc.db(5) test suite work with parallel make (make -j), | Ingo Schwarze |
2021-07-17 | Make the mandoc.db(5) tests work with BSDOBJDIR set, | Ingo Schwarze |
2021-06-28 | delete the two pairs of extra blank lines from expected man(7) terminal | Ingo Schwarze |
2021-06-02 | test private use areas some more as they have proven fragile | Ingo Schwarze |
2021-06-02 | Cleanup: | Ingo Schwarze |
2021-06-02 | The wcwidth(3) of Plane 15 and Plane 16 Private Use Characters | Ingo Schwarze |
2021-05-16 | test font modifiers in the layout; related to tbl_html.c rev. 1.29 | Ingo Schwarze |
2021-03-30 | In HTML output, correctly render .Bd -unfilled in proportionally-spaced | Ingo Schwarze |
2020-12-21 | Rename syntax test of the \O escape sequence (suppress output groff | Ingo Schwarze |
2020-10-25 | The GNU tbl(1) program contained in the groff package internally | Ingo Schwarze |
2020-10-24 | Treat \*[.T] in the same way as \*(.T rather than calling abort(3). | Ingo Schwarze |
2020-10-16 | In HTML output, avoid printing a newline right after <pre> | Ingo Schwarze |
2020-09-09 | Element next-line scopes can nest. Consequently, even when closing | Ingo Schwarze |
2020-09-03 | oops, i tripped over $Mdocdate$ again; so sync the date after the commit | Ingo Schwarze |
2020-09-03 | Fix two issues with .po (page offset) formatting: | Ingo Schwarze |
2020-09-03 | If .ti had an excessive argument, using it was attempted, in some | Ingo Schwarze |
2020-09-02 | Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode. | Ingo Schwarze |
2020-09-01 | Ignore unreasonably large spacing modifiers in tbl layouts. | Ingo Schwarze |
2020-08-03 | Put the code handling \} into a new function roff_cond_checkend() | Ingo Schwarze |
2020-07-30 | bluhm@ has been pointing out for a long time that the mandoc test suite | Ingo Schwarze |
2020-07-21 | trivial adjustment of the desired test results | Ingo Schwarze |
2020-07-21 | adjust test framework to not require a tty | Ingo Schwarze |