summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc
AgeCommit message (Expand)Author
2013-10-06We don't do hyphenation, but we allow breaking the line at hyphens that areIngo Schwarze
2013-10-06If there is random stuff inside a .Bl block body before the first .It,Ingo Schwarze
2013-10-04Test numerical conditions; related to roff.c rev. 1.56.Ingo Schwarze
2013-10-03Expand references to number registers in exactly the same way asIngo Schwarze
2013-09-15Macros following block closing macros aren't line macros.Ingo Schwarze
2013-08-08Test .%C; supported by mandoc, will soon be supported by the groff port, too.Ingo Schwarze
2013-08-08Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze
2013-07-13Rudimentary implementation of the .it request (input line trap).Ingo Schwarze
2013-07-13Check handling of two consecutive .TP lines.Ingo Schwarze
2013-06-27Parse for the closing delimiter `\}' for conditionalsIngo Schwarze
2013-06-20Improve handling of the roff(7) "\t" escape sequence:Ingo Schwarze
2013-05-29In SYNOPSIS mode, .Ek doesn't end a keep.Ingo Schwarze
2013-05-29In keep mode, if any text is printed (even in NOSPACE mode),Ingo Schwarze
2013-05-19Support .Bl -offset in -mdoc -Tman.Ingo Schwarze
2013-01-05In literal mode (.nf), each input line must be kept togetherIngo Schwarze
2012-12-31Rewrite indentation handling for nested lists in a more systematic wayIngo Schwarze
2012-11-19Do not crash on stray .Ta macros found outside column lists.Ingo Schwarze
2012-11-19In -Tman mode, support automatic word keeps in the SYNOPSISIngo Schwarze
2012-11-18Check that mandoc handles non-numeric width argumentsIngo Schwarze
2012-11-18Correct indentation for lists and displays inside lists.Ingo Schwarze
2012-11-18Test paragraph distance (.PD) implementation;Ingo Schwarze
2012-11-18Fix four small whitespace issues related to trailing punctuationIngo Schwarze
2012-11-16Two more macros (.Ap and .In) do trailing delimiter handling.Ingo Schwarze
2012-11-16Improve formatting of badly nested font blocks.Ingo Schwarze
2011-12-04test some simple macros; written while working on -TmanIngo Schwarze
2012-11-16Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@.Ingo Schwarze
2012-07-29in addition to backslash-tilda,Ingo Schwarze
2012-07-18enable more tests, some were forgotten along the wayIngo Schwarze
2012-07-18Drop empty .IP such that is does not cause additional vertical spacing.Ingo Schwarze
2012-07-18Drop .sp and .br right after .SH and .SS.Ingo Schwarze
2012-07-18Let a trailing .Ns macro take effectIngo Schwarze
2012-07-18Fix handling of paragraph macros inside lists:Ingo Schwarze
2012-07-18The mdoc(7) \*(Ba predefined string actually forces roman font;Ingo Schwarze
2012-07-16Release polishing: finally fix the perl(1) SYNOPSIS.Ingo Schwarze
2012-07-16test end-of-sentence handlingIngo Schwarze
2012-07-16some more whitespace tests found in my treeIngo Schwarze
2012-07-16Several -mdoc parser improvements related to vertical spacing:Ingo Schwarze
2012-07-14Translate blank input lines to .sp just like in mdoc(7),Ingo Schwarze
2012-07-13If the tag in .Bl -tag .It would leave exactly one blank before theIngo Schwarze
2012-07-13In -man -Tascii, support .sp with negative argument.Ingo Schwarze
2012-07-12regression tests related to mdoc_validate rev. 1.105Ingo Schwarze
2012-07-12test .Fn with exactly one argument;Ingo Schwarze
2012-07-12Do not crash in -Tman on:Ingo Schwarze
2012-07-11Polish -Tman .Rs support.Ingo Schwarze
2012-07-11fix position and formatting of %UIngo Schwarze
2012-07-10basic implementation of -Tman .Bl -tagIngo Schwarze
2012-07-10multiple fixes to -Tascii .HP rendering:Ingo Schwarze
2012-07-10test vertical spacing around filling macros;Ingo Schwarze
2012-07-10Remove a hack that was intended for groff-1.15 bug compatibility:Ingo Schwarze
2012-07-10* implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .ItIngo Schwarze