aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress
Commit message (Expand)AuthorAgeFilesLines
* Copy tagged strings before marking hyphens as breakable.Ingo Schwarze2020-04-0216-25/+40
* Just like we are already doing it in HTML output, automatically tagIngo Schwarze2020-04-0120-6/+85
* test skipping of initial hyphens and minus signs in automatic tags;Ingo Schwarze2020-03-215-6/+42
* Split tagging into a validation part including prioritizationIngo Schwarze2020-03-13102-86/+1334
* Fully support explicit tagging of .Sh and .Ss.Ingo Schwarze2020-02-275-3/+82
* Introduce the concept of nodes that are semantically transparent:Ingo Schwarze2020-02-2754-37/+835
* Fix this test after the recent Unicode update in OpenBSD base.Ingo Schwarze2020-02-271-1/+1
* Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:Ingo Schwarze2020-01-1920-31/+43
* test tbl_term.c rev. 1.73 and tbl_data.c rev. 1.53:Ingo Schwarze2020-01-116-11/+39
* Skip whitespace before tokens, too.Ingo Schwarze2020-01-084-3/+23
* Improve the test case by changing the eqn(7) delimiters such that itIngo Schwarze2020-01-082-8/+8
* Enable generation of the desired delim/basic output with groff(1).Ingo Schwarze2020-01-081-1/+3
* Simplify maintainer targets in OpenBSD: EQN and TBL variablesIngo Schwarze2020-01-085-30/+9
* When all cells in a tbl(1) column are empty, set the column widthIngo Schwarze2019-12-313-2/+97
* Improve validation of function names:Ingo Schwarze2019-09-134-4/+64
* adapt to print_indent() HTML_NOSPACE fix, html.c rev. 1.261Ingo Schwarze2019-09-052-18/+6
* adapt to new <p> output logic (html.c rev. 1.260)Ingo Schwarze2019-09-0327-79/+30
* new test for an empty text block; from rea@ via bapt@ (FreeBSD)Ingo Schwarze2019-07-183-2/+44
* When parsing a tab character that is not preceded by a space characterIngo Schwarze2019-07-114-6/+7
* delete trailing whitespace and space-tab sequences; no code change;Ingo Schwarze2019-07-011-2/+2
* Do not access a NULL pointer if a table contains a horizontal lineIngo Schwarze2019-06-113-2/+99
* 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
* 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