summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/roff (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename syntax test of the \O escape sequence (suppress output groffschwarze2020-12-216-26/+26
* Treat \*[.T] in the same way as \*(.T rather than calling abort(3).schwarze2020-10-247-14/+21
* In HTML output, avoid printing a newline right after <pre>schwarze2020-10-162-5/+2
* oops, i tripped over $Mdocdate$ again; so sync the date after the commitschwarze2020-09-031-1/+1
* Fix two issues with .po (page offset) formatting:schwarze2020-09-033-2/+53
* If .ti had an excessive argument, using it was attempted, in someschwarze2020-09-033-2/+49
* Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode.schwarze2020-09-022-4/+20
* Put the code handling \} into a new function roff_cond_checkend()schwarze2020-08-037-6/+95
* bluhm@ has been pointing out for a long time that the mandoc test suiteschwarze2020-07-301-6/+6
* adapt to new <p> output logic (html.c rev. 1.131)schwarze2019-09-034-14/+6
* In HTML output, allow switching the desired font for subsequentschwarze2019-04-301-5/+4
* When calling an empty macro, do not clobber existing arguments.schwarze2019-04-213-3/+30
* Implement the roff .break request (break out of a .while loop).schwarze2019-04-213-2/+27
* Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsschwarze2019-03-011-1/+1
* Let roff_getname() end the roff identifier at a tab characterschwarze2019-02-0617-15/+199
* Test handling of escaped backslashes because the code related toschwarze2019-01-175-2/+97
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)schwarze2019-01-075-31/+15
* Finally, represent the man(7) .PP and .HP macros by the naturalschwarze2019-01-064-3/+53
* test the roff(7) .ce and .rj requests;schwarze2019-01-044-2/+43
* Rename mandoc_getarg() to roff_getarg() and pass it the roff parserschwarze2018-12-211-6/+10
* make test output less uglyschwarze2018-12-164-17/+16
* Yet another round of improvements to manual font selection.schwarze2018-12-159-25/+69
* Several improvements to escape sequence handling.schwarze2018-12-1515-41/+221
* Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allschwarze2018-12-042-0/+3
* When a conditional block is closed by putting "\}" on a text lineschwarze2018-11-263-5/+31
* oops, hook up the tests for the roff(7) .char requestschwarze2018-08-251-2/+2
* Rudimentary implementation of the roff(7) .char (output glyphschwarze2018-08-256-0/+59
* If man(7) next-line scope is open and the line ends with \c,schwarze2018-08-252-3/+29
* Fix dates that got broken by committing from one day to anotherschwarze2018-08-245-5/+5
* Rudimentary implementation of the roff(7) .while request.schwarze2018-08-2416-2/+182
* Implement the roff(7) .shift and .return requests,schwarze2018-08-2314-9/+185
* Disable one test for now that is broken after the addition of \).schwarze2018-08-192-4/+3
* Implement the \*(.T predefined string (interpolate device name)schwarze2018-08-166-2/+91
* Two new low-level roff(7) features:schwarze2018-04-103-2/+61
* When accessing an undefined number register, define it to be zero, likeschwarze2018-04-093-2/+47
* Using an undefined string or macro will cause it to be defined as empty.schwarze2018-04-094-3/+111
* catch up with ASCII renderings in chars.c rev. 1.42schwarze2017-08-232-10/+14
* Now that we have the -Wstyle message level, downgrade six warningsschwarze2017-07-065-44/+44
* Fix handling of \} on roff request lines.schwarze2017-07-042-3/+12
* Messages of the -Wbase level now print STYLE:. Since thisschwarze2017-07-04146-317/+343
* cope with changes in BASE messagesschwarze2017-06-2525-38/+51
* Implement appending to standard man(7) and mdoc(7) macros with .am.schwarze2017-06-1812-8/+102
* churn related to the new style message about RCS idsschwarze2017-06-1732-8/+32
* correct handling of blank lines after \cschwarze2017-06-174-0/+25
* implement so-called absolute horizontal motion: \h'|...',schwarze2017-06-143-1/+4
* Naive implementation of the roff(7) .po (page offset) request.schwarze2017-06-144-2/+44
* let \l use the right fill characterschwarze2017-06-144-3/+43
* improve rounding rules for scaling unitsschwarze2017-06-146-3/+11
* implement the roff(7) d (macro or string defined) conditionalschwarze2017-06-143-2/+51
* implement the roff(7) \p (break output line) escape sequenceschwarze2017-06-143-2/+36