aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed condition of `\}' closing a conditional at the start of the line.Kristaps Dzonsons2010-06-011-0/+95
* Full support for ie/el. This completes the initial roff support.Kristaps Dzonsons2010-05-1723-29/+210
* libroff now is aware of which sub-nodes should be interpreted even in aKristaps Dzonsons2010-05-172-0/+33
* `ig' support in all its glory. TryKristaps Dzonsons2010-05-168-0/+97
* Regression tests in place for `.if' in libroff.Kristaps Dzonsons2010-05-168-0/+98