summaryrefslogtreecommitdiffstats
path: root/regress
Commit message (Expand)AuthorAgeFilesLines
* Additional tests of automatic tagging involving different kinds of hyphensHEADoriginmasterIngo Schwarze2023-11-2418-21/+83
* 1. Do not put ASCII_HYPH (0x1c) into the tag file.Ingo Schwarze2023-11-242-2/+2
* reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244Ingo Schwarze2023-11-1343-534/+582
* reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244Ingo Schwarze2023-11-13187-2456/+2453
* forgotten output file found in my treeIngo Schwarze2023-11-131-0/+4
* Implement the man(7) .MR macro, a 2023 GNU extension.Ingo Schwarze2023-10-245-2/+89
* Support some escape sequences, in particular character escape sequences,Ingo Schwarze2023-10-233-6/+28
* new regression test for roff.c rev. 1.270:Ingo Schwarze2023-10-224-3/+24
* regression test for roff.c rev. 1.397:Ingo Schwarze2023-10-213-2/+19
* adjust after man_validate.c rev. 1.158 improved the error messagesIngo Schwarze2023-04-281-2/+2
* revert previous, which was committed by accidentIngo Schwarze2022-08-281-1/+3
* Adjust desired output after tbl_term.c rev. 1.79 (stop skippingIngo Schwarze2022-08-281-4/+0
* Vertical spacing changes around tables in man_term.c rev. 1.241Ingo Schwarze2022-08-2844-842/+56
* Up to version 1.22.4, groff_mdoc(7) only considered the first wordIngo Schwarze2022-08-194-13/+8
* Adjust desired output after the bugfix man.c rev. 1.189.Ingo Schwarze2022-08-161-1/+1
* New tests of tabs in fill mode, in particularIngo Schwarze2022-08-163-2/+140
* Adjust the desired output after the improvements in term.c rev. 1.290.Ingo Schwarze2022-08-161-1/+1
* Some more tests of no-fill mode similar to mdoc/Bd/blank.inIngo Schwarze2022-08-152-10/+29
* Distinguish between escape sequences that produce no outputIngo Schwarze2022-08-154-8/+32
* 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