summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc
AgeCommit message (Expand)Author
2012-07-09implement -Tman .Eo and .EcIngo Schwarze
2012-07-09Implement -Tman .Bf.Ingo Schwarze
2012-07-09fix -Tman font handling for:Ingo Schwarze
2012-07-09implement -Tman .No and .MtIngo Schwarze
2012-07-08fix .Lk for -Tascii and implement it for -TmanIngo Schwarze
2012-07-08fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .VtIngo Schwarze
2012-07-08implement -Tman .AnIngo Schwarze
2012-07-08implement -Tman .VtIngo Schwarze
2012-07-07Support the .cc request; code by kristaps@, tests by me.Ingo Schwarze
2012-07-07Add a test for RS breaking some other block.Ingo Schwarze
2012-07-07after several improvements to -Tman went in,Ingo Schwarze
2012-06-02In groff, trying to redefine standard man(7) macros before .TH has no effect;Ingo Schwarze
2012-06-02Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze
2012-05-31Fix blank line handling in .if.Ingo Schwarze
2012-05-28While i already got my fingers dirty on mandoc_escape(),Ingo Schwarze
2012-05-28Make recursive parsing of roff(7) escapes actually work in the general case,Ingo Schwarze
2012-05-28Implement the roff \z escape sequence, intended to output the nextIngo Schwarze
2012-05-27Make sure a nasty bug reported by naddy@ on July 3, 2011Ingo Schwarze
2012-05-27some real tbl(7) regression testsIngo Schwarze
2012-05-27Fix the vertical spacing around tbl(7) instances in man(7).Ingo Schwarze
2012-02-26Remove OpenBSD release numbers from these tests,Ingo Schwarze
2012-01-04Heads of .It macros in -diag lists are not parsed,Ingo Schwarze
2011-12-04link new tests to the build: Ap Aq Brq Dq Dv Ev Qq Sq UxIngo Schwarze
2011-12-04test some simple macros; written while working on -TmanIngo Schwarze
2011-12-03Remove an OpenBSD-specific tweak regarding .Xr spacingIngo Schwarze
2011-12-02After unifying volume titles in the page headers for man(7) and mdoc(7),Ingo Schwarze
2011-12-01test vertical spacing around display blocksIngo Schwarze
2011-11-19After the recent cleanup of .TH date handling,Ingo Schwarze
2011-11-17Complete overhaul of the mandoc(1) test suite.Ingo Schwarze
2011-09-18check whether breakable hyphensIngo Schwarze
2011-07-24Theo reported that make cleandir deleted too much, triggering this cleanup:Ingo Schwarze
2011-07-24check opening and middle punctuation as wellIngo Schwarze
2011-07-24check that a macro works in the head of a tagged paragraph;Ingo Schwarze
2011-05-31When running "make obj" before "make regress", the desired outputIngo Schwarze
2011-02-06Do not break the line between the arguments of .Bsx .Dx .Fx .Nx .Ox .Ux.Ingo Schwarze
2011-02-06Some pre-handlers produce output, so reorder the code to set upIngo Schwarze
2011-02-06If .Ns is specified on its own line, ignore it, like groff does;Ingo Schwarze
2011-02-06another test found in yet another tree;Ingo Schwarze
2011-02-06more tests found in my other treeIngo Schwarze
2011-02-05another test found in my treeIngo Schwarze
2011-02-05some more tests found in my treeIngo Schwarze
2011-01-31When in a <PRE>, don't print out the <BR> before lines that haveIngo Schwarze
2011-01-30Make .Bx accept not more than two arguments.Ingo Schwarze
2011-01-30Implement the \N'number' (numbered character) roff escape sequence.Ingo Schwarze
2011-01-17Refrain from throwing fatal errors forIngo Schwarze
2011-01-16In literal context, do not generate output line breaks between macroIngo Schwarze
2011-01-16If the first character of a free-form text input line is whitespace,Ingo Schwarze
2011-01-12Implement the roff .rm request (remove macro).Ingo Schwarze
2011-01-10Refactoring in preparation for .rm support:Ingo Schwarze
2011-01-09check that lists lacking their end macro do not crash;Ingo Schwarze