summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc/man
AgeCommit message (Expand)Author
2015-12-01Cope with the changed order of warning and error messages caused by theIngo Schwarze
2015-09-21Trailing whitespace is significant when determining the width of a tagIngo Schwarze
2015-09-04Fill mode changes don't break next-line scope in all cases,Ingo Schwarze
2015-04-19If an explicit line break request (.br or .sp) occurs within an .HP block,Ingo Schwarze
2015-04-06Do not mistreat empty arguments to font alternating macrosIngo Schwarze
2015-04-06On a new RS nesting level, the saved width starts from the defaultIngo Schwarze
2015-04-06Use the default width for .RS without arguments.Ingo Schwarze
2015-04-04Give man(7) section and subsection headers heanging indentation.Ingo Schwarze
2015-04-04Fix a quirk with respect to empty .HP.Ingo Schwarze
2015-03-20more tests regarding empty header linesIngo Schwarze
2015-03-20The .PD macro can occur in next-line scope. Fixes zshmisc(1).Ingo Schwarze
2015-02-06better error reporting regarding .OP .RS .UR .TH argumentsIngo Schwarze
2015-02-06better diagnostics about excess arguments to .PD .ft .spIngo Schwarze
2015-02-06better error reporting for .br .fi .nf with argumentsIngo Schwarze
2015-02-06Delete the legacy generic warning type MANDOCERR_ARGCWARN,Ingo Schwarze
2015-02-03Make the mandoc test suite completely silent.Ingo Schwarze
2015-01-30starting a tbl(7) breaks man(7) next-line scope;Ingo Schwarze
2015-01-24preserve .PP before .RE; effect found in audio/pms(1)Ingo Schwarze
2015-01-24Support .RE with an argument; needed for audio/pms(1).Ingo Schwarze
2014-12-24For .RS, we need to save the information how much we actually indentedIngo Schwarze
2014-12-23support negative horizontal widths in man(7);Ingo Schwarze
2014-12-23some scaling unit fixes:Ingo Schwarze
2014-12-23even if the second argument to .IP is invalid, don't print itIngo Schwarze
2014-12-23correctly handle scaling units after .PDIngo Schwarze
2014-12-16Explicit block closure macros clobber next-line block head scope,Ingo Schwarze
2014-11-21We repeatedly observed assertion crashes in the low-level terminalIngo Schwarze
2014-11-10more tests found in my treeIngo Schwarze
2014-08-26inevitable churn caused by the section title changeIngo Schwarze
2014-08-18When the first child of the node being validated gets deleted duringIngo Schwarze
2014-08-14new regression tests collected during recent workIngo Schwarze
2014-08-14add missing NOPTS argumentsIngo Schwarze
2014-08-11start catching up with recent code changes, but no new files yetIngo Schwarze
2014-07-07Clean up ERROR messages related to document structure and macros:Ingo Schwarze
2014-07-04Clean up messages regarding excess arguments:Ingo Schwarze
2014-07-02Clean up warnings related to macros and nesting.Ingo Schwarze
2014-07-02Do not tun the .PHONY parts of ${LINT_TARGETS} twice.Ingo Schwarze
2014-07-02Improve "skipping paragraph macro" messages,Ingo Schwarze
2014-07-01Clean up the warnings related to document structure.Ingo Schwarze
2014-06-21fix expected message levelIngo Schwarze
2014-06-20As suggested by jmc@, only include line and column numbers into messagesIngo Schwarze
2014-06-20As suggested by jmc@, only include line and column numbers into messagesIngo Schwarze
2014-06-20regression tests for prologue warningsIngo Schwarze
2014-06-20Infrastructure for regression tests of mandoc messages.Ingo Schwarze
2014-04-08Add a new term_flushln() flag TERMP_BRIND (if break, then indent)Ingo Schwarze
2014-04-08more tests for excessively long text in TERMP_NOBREAK modeIngo Schwarze
2014-03-08In .nf mode, use the MAN_LINE flag to detect input line breaksIngo Schwarze
2014-03-08To find out whether .TP head arguments are same-line or next-line arguments,Ingo Schwarze
2014-02-16when indenting, extend the right margin accordingly, when needed;Ingo Schwarze
2013-11-11In the parser, when closing an explicit block that is not open,Ingo Schwarze
2013-11-10test man.c rev. 1.71Ingo Schwarze