aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress
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
* fix wrong dateIngo Schwarze2018-02-072-2/+2
* Delete the "no blank before trailing delimiter" check from theIngo Schwarze2018-02-069-16/+1
* Remove the implicit display feature of .Lk because it was inconsistentIngo Schwarze2018-01-131-3/+2
* eliminate white space after opening and before closing punctuationIngo Schwarze2017-08-233-4/+4
* Suppress spacing before certain kinds of lists.Ingo Schwarze2017-08-231-1/+1
* Improve ASCII rendering of a few rare character escape sequencesIngo Schwarze2017-08-232-6/+6
* catch up with ASCII renderings in chars.c rev. 1.72Ingo Schwarze2017-08-2321-113/+118
* disable .Xr -Tlint test for now,Ingo Schwarze2017-07-281-0/+3
* Do not test .Xr here. It is not what this directory should focus on,Ingo Schwarze2017-07-286-30/+22
* Avoid cross reference to mandoc(1) because it may cause a messageIngo Schwarze2017-07-206-14/+14
* Run the regression tests iteratively rather than recursively.Ingo Schwarze2017-07-182-235/+239
* test -diag -width and -inset -widthIngo Schwarze2017-07-169-14/+22
* print the right character for mathematical overbar; from bentley@Ingo Schwarze2017-07-154-4/+4
* print HTML character references as 4+ digits hexadecimal, like Unicode;Ingo Schwarze2017-07-1411-331/+331
* add parentheses to the output where required for disambiguationIngo Schwarze2017-07-079-10/+10
* Now that we have the -Wstyle message level, downgrade six warningsIngo Schwarze2017-07-0617-68/+68
* Fix operator precedence according to Brian W. Kernighan and LorindaIngo Schwarze2017-07-0620-29/+82
* Fix handling of \} on roff request lines.Ingo Schwarze2017-07-042-3/+12
* It turns out association of tbl spans with layout rows is simpler thanIngo Schwarze2017-07-044-3/+48
* Messages of the -Wbase level now print STYLE:. Since thisIngo Schwarze2017-07-041244-2725/+2682
* warn about some non-portable idioms in .Bl -column;Ingo Schwarze2017-06-297-8/+74
* test inter-column spacingIngo Schwarze2017-06-273-1/+33
* warn about .Ns macros that have no effect because they are followedIngo Schwarze2017-06-274-4/+21
* catch up with the recent eqn(7) improvementsIngo Schwarze2017-06-2642-37/+229
* test new MT macroIngo Schwarze2017-06-258-1/+100
* cope with changes in BASE messagesIngo Schwarze2017-06-25215-370/+531
* 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-17236-25/+239
* if .in is used inside the .TP head, it's always relativeIngo Schwarze2017-06-173-1/+35
* tables leak tab settings to subsequent textIngo Schwarze2017-06-1711-0/+41
* correct handling of blank lines after \cIngo Schwarze2017-06-174-0/+25
* Multiple tbl(7) improvements:Ingo Schwarze2017-06-165-3/+12052
* round default width of tbl(7) text blocks in the same way as groffIngo Schwarze2017-06-153-1/+166
* 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
* add the \(ru (0.5m baseline ruler) character escape sequence,Ingo Schwarze2017-06-144-4/+4
* let \l use the right fill characterIngo Schwarze2017-06-144-2/+42
* improve rounding rules for scaling unitsIngo Schwarze2017-06-1416-26/+34
* 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
* Partial support for the \n[an-margin] number register.Ingo Schwarze2017-06-133-1/+42
* fix the interaction of the allbox option with spanned cells in the layoutIngo Schwarze2017-06-132-0/+18
* test the new allbox and wrapping featuresIngo Schwarze2017-06-125-1/+95
* Implement automatic line breakingIngo Schwarze2017-06-121-1/+1
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-1159-0/+59
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-1195-0/+96
* Do not issue the message "no blank before trailing delimiter" for .No.Ingo Schwarze2017-06-111-1/+0