summaryrefslogtreecommitdiffstats
path: root/regress
Commit message (Expand)AuthorAgeFilesLines
* Split a new function roff_parse_comment() out of roff_expand() because thisIngo Schwarze2022-05-014-3/+48
* Provide a new function roff_req_or_macro() to parse and handle a requestIngo Schwarze2022-04-308-8/+126
* The syntax of the roff(7) .mc request is quite specialIngo Schwarze2022-04-285-2/+65
* Element next-line scopes may nest, so man_breakscope() may have toIngo Schwarze2022-04-284-3/+41
* The .AT, .DT, and .UC macros are allowed inside next-line scopeIngo Schwarze2022-04-2710-2/+98
* Fix three bugs regarding the interaction of \z and \h:Ingo Schwarze2022-04-275-4/+41
* typo in example text: unsused -> unused; noticed by tb@Ingo Schwarze2022-04-264-5/+5
* At the end of every tbl(7) cell, clear the \z state.Ingo Schwarze2022-04-265-4/+63
* If a node is tagged explicitly, skip implicit tagging for that node.Ingo Schwarze2022-04-266-4/+51
* If a .shift request has a negative argument, do not use a negative arrayIngo Schwarze2022-04-243-6/+13
* To prevent infinite recursion while expanding eqn(7) definitions,Ingo Schwarze2022-04-133-6/+75
* Do not die on an assertion if an input file contains no sectionIngo Schwarze2022-04-133-3/+5
* Surprisingly, groff supports multiple copy mode escapes at theIngo Schwarze2022-04-133-2/+50
* do not use the sed(1) -i option, it is not portable;Ingo Schwarze2021-09-191-5/+6
* Correctly calculate required column widths for tables containingIngo Schwarze2021-09-072-3/+20
* Support two-character font names (BI, CW, CR, CB, CI)Ingo Schwarze2021-08-1010-23/+55
* 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-13/+20
* 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-16/+3
* 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-46/+110
* When a .Tg is attached to a paragraph, attach the permalinkIngo Schwarze2020-04-189-14/+37
* Separate the place to put the <a href> permalink (now markedIngo Schwarze2020-04-0716-36/+36
* Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze2020-04-0641-36/+215
* 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-22/+37
* Just like we are already doing it in HTML output, automatically tagIngo Schwarze2020-04-0120-5/+84
* test skipping of initial hyphens and minus signs in automatic tags;Ingo Schwarze2020-03-215-5/+41
* Split tagging into a validation part including prioritizationIngo Schwarze2020-03-13102-83/+1331
* 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-36/+834
* 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-30/+42