summaryrefslogtreecommitdiffstats
path: root/regress
Commit message (Expand)AuthorAgeFilesLines
* If the body of a man(7) .MT or .UR block is empty, do not emit a warning.Ingo Schwarze2022-08-022-4/+0
* Delete OpenBSD-only rules from the regress/roff/de MakefileIngo Schwarze2022-08-021-38/+0
* While the HTML standard allows multiple <h1> elements in the sameIngo Schwarze2022-07-069-25/+25
* In groff commit 78e66624 on May 7 20:15:33 2021 +1000,Ingo Schwarze2022-06-261-1/+1
* Surprisingly, every escape sequence can also be used as an argumentIngo Schwarze2022-06-0828-27/+1005
* Split the excessively generic diagnostic message "invalid escape sequence"Ingo Schwarze2022-06-076-9/+9
* adjust two desired error messages after roff_escape.c rev. 1.11Ingo Schwarze2022-06-061-2/+2
* With the improved escape sequence parser, it becomes easy to also improveIngo Schwarze2022-06-0512-70/+70
* During identifier parsing, handle undefined escape sequencesIngo Schwarze2022-06-0317-48/+174
* Dummy implementation of the roff(7) \V (interpolate environment variable)Ingo Schwarze2022-05-304-3/+32
* Re-classify the roff(7) \r (reverse line feed) escape sequenceIngo Schwarze2022-05-204-5/+31
* Test the handling of some additional one-character escape sequencesIngo Schwarze2022-05-203-13/+43
* following the fixed parsing direction of roff_expand() in roff.c rev. 1.388,Ingo Schwarze2022-05-193-29/+29
* Adjust a column number in an error messageIngo Schwarze2022-05-191-1/+1
* fix a wrong column number that got fixed as a side effectIngo Schwarze2022-05-191-1/+1
* remove a bogus warning that went away as a side effectIngo Schwarze2022-05-191-1/+0
* 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