aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress
Commit message (Expand)AuthorAgeFilesLines
* delete the two pairs of extra blank lines from expected man(7) terminalIngo Schwarze2021-06-28216-864/+22
* test private use areas some more as they have proven fragileIngo Schwarze2021-06-028-38/+74
* Cleanup:Ingo Schwarze2021-06-024-53/+57
* The wcwidth(3) of Plane 15 and Plane 16 Private Use CharactersIngo Schwarze2021-06-022-4/+4
* test font modifiers in the layout; related to tbl_html.c rev. 1.34Ingo Schwarze2021-05-164-2/+49
* In HTML output, correctly render .Bd -unfilled in proportionally-spacedIngo Schwarze2021-03-301-1/+1
* Rename syntax test of the \O escape sequence (suppress output groffIngo Schwarze2020-12-216-26/+26
* The GNU tbl(1) program contained in the groff package internallyIngo Schwarze2020-10-256-6/+6
* Treat \*[.T] in the same way as \*(.T rather than calling abort(3).Ingo Schwarze2020-10-247-14/+21
* In HTML output, avoid printing a newline right after <pre>Ingo Schwarze2020-10-1610-97/+47
* Element next-line scopes can nest. Consequently, even when closingIngo Schwarze2020-09-095-10/+34
* Fix two issues with .po (page offset) formatting:Ingo Schwarze2020-09-033-2/+53
* If .ti had an excessive argument, using it was attempted, in someIngo Schwarze2020-09-033-2/+49
* Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode.Ingo Schwarze2020-09-022-4/+20
* Ignore unreasonably large spacing modifiers in tbl layouts.Ingo Schwarze2020-09-016-4/+120
* Put the code handling \} into a new function roff_cond_checkend()Ingo Schwarze2020-08-037-6/+95
* trivial sync with OpenBSDIngo Schwarze2020-07-302-10/+10
* trivial adjustment of the desired test resultsIngo Schwarze2020-07-2128-155/+155
* adjust test framework to not require a ttyIngo Schwarze2020-07-212-17/+4
* While we do not recommend the idiom ".Fl Fl long" for long optionsIngo Schwarze2020-04-266-4/+65
* In fragment identifiers, use ~%d for ordinal suffixes,Ingo Schwarze2020-04-205-8/+8
* When .Bd, .D1, or .Dl is tagged, attach the permalinkIngo Schwarze2020-04-1922-49/+113
* When a .Tg is attached to a paragraph, attach the permalinkIngo Schwarze2020-04-189-15/+38
* Separate the place to put the <a href> permalink (now markedIngo Schwarze2020-04-0716-37/+37
* Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze2020-04-0641-41/+220
* automatically tag .SH and .SS in man(7) terminal outputIngo Schwarze2020-04-047-2/+18
* 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