summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2017-07-06Delete variable REGRESS_TARGET, missing plural S is a typo and itAlexander Bluhm
2017-07-06Do not suppress what's going on.anton
2017-07-06Disable new tests until sed has been adapted.Alexander Bluhm
2017-07-06fix dateIngo Schwarze
2017-07-06Fix operator precedence according to Brian W. Kernighan and LorindaIngo Schwarze
2017-07-04Fix file regress from stdin if obj directory exists.Alexander Bluhm
2017-07-04Fix handling of \} on roff request lines.Ingo Schwarze
2017-07-04It turns out association of tbl spans with layout rows is simpler thanIngo Schwarze
2017-07-04Messages of the -Wbase level now print STYLE:. Since thisIngo Schwarze
2017-07-03Remove mdoclint(1) from the tree.Ingo Schwarze
2017-07-01delete -p options, the relevant parts are now covered by mandoc;Ingo Schwarze
2017-06-29warn about some non-portable idioms in .Bl -column;Ingo Schwarze
2017-06-28Test for file from stdin.Nicholas Marriott
2017-06-28Add regression tests for mail.anton
2017-06-27test inter-column spacingIngo Schwarze
2017-06-27warn about .Ns macros that have no effect because they are followedIngo Schwarze
2017-06-27remove -DSw; the useful parts are now covered by mandoc;Ingo Schwarze
2017-06-26catch up with the recent eqn(7) improvementsIngo Schwarze
2015-01-01eqn(7) testsIngo Schwarze
2017-06-25test new MT macroIngo Schwarze
2017-06-25cope with changes in BASE messagesIngo Schwarze
2017-06-25add some empty targets that were missingIngo Schwarze
2017-06-24obvious removal of -o, now covered by mandocIngo Schwarze
2017-06-24regress test for ExposeAuthInfoDamien Miller
2017-06-23delete unused "lastline" state variable and some commented out lines;Ingo Schwarze
2017-06-23delete warning about missing whitespace before trailing punctuation;Ingo Schwarze
2017-06-23delete -r, RCS id checks are now covered by mandoc,Ingo Schwarze
2017-06-22Convert shell script tests to regress make rules. Having only oneAlexander Bluhm
2017-06-18Implement appending to standard man(7) and mdoc(7) macros with .am.Ingo Schwarze
2017-06-17churn related to the new style message about RCS idsIngo Schwarze
2017-06-17delete the -d option and the "use .Fn or .Xr for functions" check,Ingo Schwarze
2017-06-17if .in is used inside the .TP head, it's always relativeIngo Schwarze
2017-06-17tables leak tab settings to subsequent textIngo Schwarze
2017-06-17correct handling of blank lines after \cIngo Schwarze
2017-06-16Multiple tbl(7) improvements:Ingo Schwarze
2017-06-15Add -E flag (make warnings fatal), following the behavior of GNU m4 1.4.9+Brian Callahan
2017-06-15round default width of tbl(7) text blocks in the same way as groffIngo Schwarze
2017-06-14implement so-called absolute horizontal motion: \h'|...',Ingo Schwarze
2017-06-14Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze
2017-06-14add the \(ru (0.5m baseline ruler) character escape sequence,Ingo Schwarze
2017-06-14let \l use the right fill characterIngo Schwarze
2017-06-14improve rounding rules for scaling unitsIngo Schwarze
2017-06-14implement the roff(7) d (macro or string defined) conditionalIngo Schwarze
2017-06-14implement the roff(7) \p (break output line) escape sequenceIngo Schwarze
2017-06-13Partial support for the \n[an-margin] number register.Ingo Schwarze
2017-06-13fix the interaction of the allbox option with spanned cells in the layoutIngo Schwarze
2017-06-12test the new allbox and wrapping featuresIngo Schwarze
2015-01-29reorg tbl(7) test suiteIngo Schwarze
2017-06-12Implement automatic line breakingIngo Schwarze
2017-06-12Add some tests from kshe48@zoho.com. Currently failing, but will be fixed soon.Otto Moerbeek