summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc
AgeCommit message (Expand)Author
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
2020-04-26While we do not recommend the idiom ".Fl Fl long" for long optionsIngo Schwarze
2020-04-20In fragment identifiers, use ~%d for ordinal suffixes,Ingo Schwarze
2020-04-19When .Bd, .D1, or .Dl is tagged, attach the permalinkIngo Schwarze
2020-04-18When a .Tg is attached to a paragraph, attach the permalinkIngo Schwarze
2020-04-07Separate the place to put the <a href> permalink (now markedIngo Schwarze
2020-04-06Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze
2020-04-04automatically tag .SH and .SS in man(7) terminal outputIngo Schwarze
2020-04-02Copy tagged strings before marking hyphens as breakable.Ingo Schwarze
2020-04-01Just like we are already doing it in HTML output, automatically tagIngo Schwarze
2020-03-21test skipping of initial hyphens and minus signs in automatic tags;Ingo Schwarze
2020-03-13typos resulted in two tests not being runIngo Schwarze
2020-03-13Split tagging into a validation part including prioritizationIngo Schwarze
2020-02-27Fully support explicit tagging of .Sh and .Ss.Ingo Schwarze
2020-02-27Introduce the concept of nodes that are semantically transparent:Ingo Schwarze
2020-02-27Fix this test after the recent Unicode update in OpenBSD base.Ingo Schwarze
2020-01-19update Mdocdate for a test that got broken by committing to the out_lint fileIngo Schwarze
2020-01-19Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:Ingo Schwarze
2020-01-11test tbl_term.c rev. 1.61 and tbl_data.c rev. 1.40:Ingo Schwarze
2020-01-08Skip whitespace before tokens, too.Ingo Schwarze
2020-01-08Improve the test case by changing the eqn(7) delimiters such that itIngo Schwarze
2020-01-08Enable generation of the desired delim/basic output with groff(1).Ingo Schwarze
2020-01-08Give up on the illusion that the maintainer targets for regenerating theIngo Schwarze
2019-12-31When all cells in a tbl(1) column are empty, set the column widthIngo Schwarze
2019-09-13oops, commit correct version of the expected resultsIngo Schwarze
2019-09-13Improve validation of function names:Ingo Schwarze
2019-09-05adapt to print_indent() HTML_NOSPACE fix, html.c rev. 1.132Ingo Schwarze
2019-09-03adapt to new <p> output logic (html.c rev. 1.131)Ingo Schwarze
2019-07-18new test for an empty text block; from rea@ via bapt@ (FreeBSD)Ingo Schwarze
2019-07-11fix date which got broken by Mdocdate during commitIngo Schwarze
2019-07-11When parsing a tab character that is not preceded by a space characterIngo Schwarze
2019-06-11Do not access a NULL pointer if a table contains a horizontal lineIngo Schwarze
2019-04-30In HTML output, allow switching the desired font for subsequentIngo Schwarze
2019-04-21When calling an empty macro, do not clobber existing arguments.Ingo Schwarze
2019-04-21Implement the roff .break request (break out of a .while loop).Ingo Schwarze
2019-03-01Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze
2019-02-06Let roff_getname() end the roff identifier at a tab characterIngo Schwarze