summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc
AgeCommit message (Expand)Author
2022-06-06adjust two desired error messages after roff_escape.c rev. 1.11Ingo Schwarze
2022-06-05With the improved escape sequence parser, it becomes easy to also improveIngo Schwarze
2022-06-03oops, update forgotten date in the footerIngo Schwarze
2022-06-03During identifier parsing, handle undefined escape sequencesIngo Schwarze
2022-05-30Dummy implementation of the roff(7) \V (interpolate environment variable)Ingo Schwarze
2022-05-20Re-classify the roff(7) \r (reverse line feed) escape sequenceIngo Schwarze
2022-05-20Test the handling of some additional one-character escape sequencesIngo Schwarze
2022-05-19following the fixed parsing direction of roff_expand() in roff.c rev. 1.260,Ingo Schwarze
2022-05-19Adjust a column number in an error messageIngo Schwarze
2022-05-19fix a wrong column number that got fixed as a side effectIngo Schwarze
2022-05-19remove a bogus warning that went away as a side effectIngo Schwarze
2022-05-01Split a new function roff_parse_comment() out of roff_expand() because thisIngo Schwarze
2022-04-30Provide a new function roff_req_or_macro() to parse and handle a requestIngo Schwarze
2022-04-28The syntax of the roff(7) .mc request is quite specialIngo Schwarze
2022-04-28oops, fix wrong .TH nameIngo Schwarze
2022-04-28Element next-line scopes may nest, so man_breakscope() may have toIngo Schwarze
2022-04-27The .AT, .DT, and .UC macros are allowed inside next-line scopeIngo Schwarze
2022-04-27Fix three bugs regarding the interaction of \z and \h:Ingo Schwarze
2022-04-26typo in example text: unsused -> unused; noticed by tb@Ingo Schwarze
2022-04-26At the end of every tbl(7) cell, clear the \z state.Ingo Schwarze
2022-04-26If a node is tagged explicitly, skip implicit tagging for that node.Ingo Schwarze
2022-04-24If a .shift request has a negative argument, do not use a negative arrayIngo Schwarze
2022-04-13To prevent infinite recursion while expanding eqn(7) definitions,Ingo Schwarze
2022-04-13Do not die on an assertion if an input file contains no sectionIngo Schwarze
2022-04-13Surprisingly, groff supports multiple copy mode escapes at theIngo Schwarze
2021-09-09Do not abuse the "cleandir" target to delete part of the test output.Ingo Schwarze
2021-09-07Correctly calculate required column widths for tables containingIngo Schwarze
2021-08-10Support two-character font names (BI, CW, CR, CB, CI)Ingo Schwarze
2021-07-18Let the mandoc.db(5) test suite work with parallel make (make -j),Ingo Schwarze
2021-07-17Make the mandoc.db(5) tests work with BSDOBJDIR set,Ingo Schwarze
2021-06-28delete the two pairs of extra blank lines from expected man(7) terminalIngo Schwarze
2021-06-02test private use areas some more as they have proven fragileIngo Schwarze
2021-06-02Cleanup:Ingo Schwarze
2021-06-02The wcwidth(3) of Plane 15 and Plane 16 Private Use CharactersIngo Schwarze
2021-05-16test font modifiers in the layout; related to tbl_html.c rev. 1.29Ingo Schwarze
2021-03-30In HTML output, correctly render .Bd -unfilled in proportionally-spacedIngo Schwarze
2020-12-21Rename syntax test of the \O escape sequence (suppress output groffIngo Schwarze
2020-10-25The GNU tbl(1) program contained in the groff package internallyIngo Schwarze
2020-10-24Treat \*[.T] in the same way as \*(.T rather than calling abort(3).Ingo Schwarze
2020-10-16In HTML output, avoid printing a newline right after <pre>Ingo Schwarze
2020-09-09Element next-line scopes can nest. Consequently, even when closingIngo Schwarze
2020-09-03oops, i tripped over $Mdocdate$ again; so sync the date after the commitIngo Schwarze
2020-09-03Fix two issues with .po (page offset) formatting:Ingo Schwarze
2020-09-03If .ti had an excessive argument, using it was attempted, in someIngo Schwarze
2020-09-02Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode.Ingo Schwarze
2020-09-01Ignore unreasonably large spacing modifiers in tbl layouts.Ingo Schwarze
2020-08-03Put the code handling \} into a new function roff_cond_checkend()Ingo Schwarze
2020-07-30bluhm@ has been pointing out for a long time that the mandoc test suiteIngo Schwarze
2020-07-21trivial adjustment of the desired test resultsIngo Schwarze
2020-07-21adjust test framework to not require a ttyIngo Schwarze