aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff
Commit message (Expand)AuthorAgeFilesLines
* delete the two pairs of extra blank lines from expected man(7) terminalIngo Schwarze2021-06-2854-216/+0
* Rename syntax test of the \O escape sequence (suppress output groffIngo Schwarze2020-12-216-26/+26
* Treat \*[.T] in the same way as \*(.T rather than calling abort(3).Ingo Schwarze2020-10-247-14/+21
* In HTML output, avoid printing a newline right after <pre>Ingo Schwarze2020-10-162-5/+2
* Fix two issues with .po (page offset) formatting:Ingo Schwarze2020-09-033-2/+53
* If .ti had an excessive argument, using it was attempted, in someIngo Schwarze2020-09-033-2/+49
* Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode.Ingo Schwarze2020-09-022-4/+20
* Put the code handling \} into a new function roff_cond_checkend()Ingo Schwarze2020-08-037-6/+95
* trivial sync with OpenBSDIngo Schwarze2020-07-301-6/+6
* adapt to new <p> output logic (html.c rev. 1.260)Ingo Schwarze2019-09-034-14/+6
* In HTML output, allow switching the desired font for subsequentIngo Schwarze2019-04-301-5/+4
* When calling an empty macro, do not clobber existing arguments.Ingo Schwarze2019-04-213-3/+30
* Implement the roff .break request (break out of a .while loop).Ingo Schwarze2019-04-213-2/+27
* Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze2019-03-011-1/+1
* Let roff_getname() end the roff identifier at a tab characterIngo Schwarze2019-02-0617-15/+199
* Test handling of escaped backslashes because the code related toIngo Schwarze2019-01-175-2/+97
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze2019-01-075-31/+15
* Finally, represent the man(7) .PP and .HP macros by the naturalIngo Schwarze2019-01-064-3/+53
* test the roff(7) .ce and .rj requests;Ingo Schwarze2019-01-044-2/+43
* merge a test update from OpenBSD that was forgotten in AprilIngo Schwarze2018-12-212-1/+11
* Rename mandoc_getarg() to roff_getarg() and pass it the roff parserIngo Schwarze2018-12-211-6/+10
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-169-25/+68
* Several improvements to escape sequence handling.Ingo Schwarze2018-12-1515-38/+218
* Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allIngo Schwarze2018-12-042-0/+3
* When a conditional block is closed by putting "\}" on a text lineIngo Schwarze2018-11-263-4/+30
* Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze2018-08-257-2/+61
* If man(7) next-line scope is open and the line ends with \c,Ingo Schwarze2018-08-252-3/+29
* Rudimentary implementation of the roff(7) .while request.Ingo Schwarze2018-08-2416-2/+182
* Implement the roff(7) .shift and .return requests,Ingo Schwarze2018-08-2314-9/+185
* Disable one test for now that is broken after the addition of \).Ingo Schwarze2018-08-192-4/+3
* Implement the \*(.T predefined string (interpolate device name)Ingo Schwarze2018-08-166-1/+90
* Two new low-level roff(7) features:Ingo Schwarze2018-04-103-1/+50
* When accessing an undefined number register, define it to be zero, likeIngo Schwarze2018-04-093-1/+46
* Using an undefined string or macro will cause it to be defined as empty.Ingo Schwarze2018-04-094-2/+110
* catch up with ASCII renderings in chars.c rev. 1.72Ingo Schwarze2017-08-232-10/+14
* Now that we have the -Wstyle message level, downgrade six warningsIngo Schwarze2017-07-065-44/+44
* Fix handling of \} on roff request lines.Ingo Schwarze2017-07-042-3/+12
* Messages of the -Wbase level now print STYLE:. Since thisIngo Schwarze2017-07-04145-315/+341
* cope with changes in BASE messagesIngo Schwarze2017-06-2525-38/+51
* Implement appending to standard man(7) and mdoc(7) macros with .am.Ingo Schwarze2017-06-1812-6/+100
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-1732-8/+32
* correct handling of blank lines after \cIngo Schwarze2017-06-174-0/+25
* implement so-called absolute horizontal motion: \h'|...',Ingo Schwarze2017-06-143-1/+4
* Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze2017-06-144-1/+43
* let \l use the right fill characterIngo Schwarze2017-06-144-2/+42
* improve rounding rules for scaling unitsIngo Schwarze2017-06-146-3/+11
* implement the roff(7) d (macro or string defined) conditionalIngo Schwarze2017-06-143-1/+50
* implement the roff(7) \p (break output line) escape sequenceIngo Schwarze2017-06-143-1/+35
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-1112-0/+12
* Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze2017-06-011-2/+2