summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc
AgeCommit message (Expand)Author
2017-06-17churn related to the new style message about RCS idsIngo 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-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-11churn caused by the new Mdocdate messages, no easy way to avoid this :(Ingo Schwarze
2017-06-11Do not issue the message "no blank before trailing delimiter" for .No.Ingo Schwarze
2017-06-10style message about missing blank before trailing delimiter;Ingo Schwarze
2017-06-08Implement w layout specifier (minimum column width).Ingo Schwarze
2017-06-03ignore blank lines in man(7) next line scope;Ingo Schwarze
2017-06-02add about 15 missing character escape sequences found in groff_char(7);Ingo Schwarze
2017-06-01Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze
2017-05-30STYLE message about useless macros we don't want (Bt Tn Ud);Ingo Schwarze
2017-05-30fix formatting of intermediate punctuation in .LkIngo Schwarze
2017-05-30Macro argument quoting does not prevent recognition of punctuationIngo Schwarze
2017-05-17*Add* a test checking that no empty databases get created,Ingo Schwarze
2017-05-17Stop testing the creation and the properties of empty databases.Ingo Schwarze
2017-05-08Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze
2017-05-07Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze
2017-05-05Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze
2017-05-05Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze
2017-05-04Parser reorg:Ingo Schwarze
2017-05-01When trying to expand some columns in a table where the sum of theIngo Schwarze
2017-04-28Delete .Pp right before the first .Sh and right before any .Ss,Ingo Schwarze
2017-04-17test display of long URIsIngo Schwarze
2017-04-14adjust .Lk tests after groff and mandoc .Lk improvementsIngo Schwarze
2017-03-11test infinite recursion in eqn(7) "define" statementsIngo Schwarze
2017-03-11In markdown, autolinks are dangerous. Different compilers disagreeIngo Schwarze
2017-03-08Now that markdown output is tested for almost everything, test allIngo Schwarze
2017-03-08According to the CommonMark specification, backslash escapesIngo Schwarze
2017-03-08.Bl -column never gets blank lines between rowsIngo Schwarze
2017-03-08enable -T markdown tests of filled displays and tagged listsIngo Schwarze
2017-03-08prevent infinite recursion while expanding the argumentsIngo Schwarze
2017-03-07If a user-defined macro is aborted because it exceeds the stackIngo Schwarze
2017-03-07Escape blanks at the end of markdown linesIngo Schwarze
2017-03-07fix completely empty .Eo: no blank line wantedIngo Schwarze
2017-03-07fix spacing after empty .FlIngo Schwarze