aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress
Commit message (Expand)AuthorAgeFilesLines
* Automatically detect whether diff(1) supports the -a option.Ingo Schwarze2019-03-101-1/+2
* mention Solaris BUGS in regress.pl(1)Ingo Schwarze2019-03-061-2/+20
* Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze2019-03-016-1/+17
* Let roff_getname() end the roff identifier at a tab characterIngo Schwarze2019-02-0617-15/+199
* Since resetting of offsets works quite differently in man(7) and mdoc(7),Ingo Schwarze2019-01-313-2/+29
* Test handling of escaped backslashes because the code related toIngo Schwarze2019-01-175-2/+97
* Remove the HTML title= attributes which harmed accessibility andIngo Schwarze2019-01-116-19/+18
* Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze2019-01-0735-63/+453
* Finally, represent the man(7) .PP and .HP macros by the naturalIngo Schwarze2019-01-0628-45/+380
* In no-fill mode, avoid bogus blank lines in two situations:Ingo Schwarze2019-01-052-1/+33
* In groff, when the .SY block macro occurs in no-fill mode,Ingo Schwarze2019-01-054-2/+66
* Slowly start doing more HTML output tests, in this case for theIngo Schwarze2019-01-054-12/+44
* Test interaction of low-level roff(7) filling requests with .Bd in generalIngo Schwarze2019-01-047-13/+98
* test the roff(7) .ce and .rj requests;Ingo Schwarze2019-01-044-2/+43
* catch up with the changed order of warnings;Ingo Schwarze2018-12-312-2/+2
* 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-2129-31/+365
* Bugfix:Ingo Schwarze2018-12-203-3/+8
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-1610-35/+80
* Several improvements to escape sequence handling.Ingo Schwarze2018-12-1527-58/+303
* Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allIngo Schwarze2018-12-048-4/+19
* In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)Ingo Schwarze2018-12-031-2/+2
* When a conditional block is closed by putting "\}" on a text lineIngo Schwarze2018-11-263-4/+30
* Render the eqn(7) "sqrt" function as U+221A in UTF-8 output.Ingo Schwarze2018-10-022-4/+4
* 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
* Improve the ASCII rendering of \(Po (Pound Sterling)Ingo Schwarze2018-08-2116-90/+86
* Fix some issues found looking at groff_char(7):Ingo Schwarze2018-08-218-12/+12
* 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
* support tail arguments on the .ME and .UE macros,Ingo Schwarze2018-08-146-16/+33
* 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