aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-086-1/+83
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-076-1/+106
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-0/+1
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-054-2/+33
* Parser reorg:Ingo Schwarze2017-05-047-12/+12
* Really commit some files that failed to get committed in this commit:Ingo Schwarze2017-03-091-0/+1
* prevent infinite recursion while expanding the argumentsIngo Schwarze2017-03-083-1/+8
* If a user-defined macro is aborted because it exceeds the stackIngo Schwarze2017-03-074-2/+31
* Many people have been complaining for a long time that ``...'' looksIngo Schwarze2017-02-173-3/+3
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-08172-0/+3303
* Move the regression suite to the attic.Ingo Schwarze2014-03-0329-532/+0
* Fix adding some minimal intelligence to conditional parser. See roff.7Kristaps Dzonsons2010-06-101-0/+30
* Regression made old-groff-friendly.Kristaps Dzonsons2010-06-011-2/+0