summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc
AgeCommit message (Expand)Author
2024-09-21Check that .In is callable and parsed.Ingo Schwarze
2024-05-16Check that lower-case variants of UTF-16 surrogate escape sequencesIngo Schwarze
2024-05-16Improve coverage of edge cases for 3-byte UTF-8 sequences.Ingo Schwarze
2024-05-16Add a complete suite of tests covering ASCII characters in UTF-8 spelling.Ingo Schwarze
2024-05-15Add a complete set of tests for all C0 and C1 control characters.Ingo Schwarze
2024-05-14fix a char signedness bug such that this testing code becomes ableIngo Schwarze
2023-11-24Additional tests of automatic tagging involving different kinds of hyphensIngo Schwarze
2023-11-241. Do not put ASCII_HYPH (0x1c) into the tag file.Ingo Schwarze
2023-11-13reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.197Ingo Schwarze
2023-10-24Implement the man(7) .MR macro, a 2023 GNU extension.Ingo Schwarze
2023-10-23once again, i forgot to update the date in the footerIngo Schwarze
2023-10-23Support some escape sequences, in particular character escape sequences,Ingo Schwarze
2023-10-22new regression test for roff.c rev. 1.270:Ingo Schwarze
2023-10-21regression test for roff.c rev. 1.269:Ingo Schwarze
2023-04-28adjust after man_validate.c rev. 1.128 improved the error messagesIngo Schwarze
2022-08-28Adjust desired output after tbl_term.c rev. 1.66 (stop skippingIngo Schwarze
2022-08-28Vertical spacing changes around tables in man_term.c rev. 1.194Ingo Schwarze
2022-08-19Up to version 1.22.4, groff_mdoc(7) only considered the first wordIngo Schwarze
2022-08-16Adjust desired output after the bugfix man.c rev. 1.137.Ingo Schwarze
2022-08-16New tests of tabs in fill mode, in particularIngo Schwarze
2022-08-16Adjust the desired output after the improvements in term.c rev. 1.150.Ingo Schwarze
2022-08-15Some more tests of no-fill mode similar to mdoc/Bd/blank.inIngo Schwarze
2022-08-15oops, once again, i failed to correctly sync some dates in the footerIngo Schwarze
2022-08-15Distinguish between escape sequences that produce no outputIngo Schwarze
2022-08-02If the body of a man(7) .MT or .UR block is empty, do not emit a warning.Ingo Schwarze
2022-08-02Reorganize the tests that require custom command line optionsIngo Schwarze
2022-07-06While the HTML standard allows multiple <h1> elements in the sameIngo Schwarze
2022-06-26In groff commit 78e66624 on May 7 20:15:33 2021 +1000,Ingo Schwarze
2022-06-08Surprisingly, every escape sequence can also be used as an argumentIngo Schwarze
2022-06-07Split the excessively generic diagnostic message "invalid escape sequence"Ingo Schwarze
2022-06-06adjust two desired error messages after roff_escape.c rev. 1.11Ingo Schwarze
2022-06-05With the improved escape sequence parser, it becomes easy to also improveIngo Schwarze
2022-06-03oops, update forgotten date in the footerIngo Schwarze
2022-06-03During identifier parsing, handle undefined escape sequencesIngo Schwarze
2022-05-30Dummy implementation of the roff(7) \V (interpolate environment variable)Ingo Schwarze
2022-05-20Re-classify the roff(7) \r (reverse line feed) escape sequenceIngo Schwarze
2022-05-20Test the handling of some additional one-character escape sequencesIngo Schwarze
2022-05-19following the fixed parsing direction of roff_expand() in roff.c rev. 1.260,Ingo Schwarze
2022-05-19Adjust a column number in an error messageIngo Schwarze
2022-05-19fix a wrong column number that got fixed as a side effectIngo Schwarze
2022-05-19remove a bogus warning that went away as a side effectIngo Schwarze
2022-05-01Split a new function roff_parse_comment() out of roff_expand() because thisIngo Schwarze
2022-04-30Provide a new function roff_req_or_macro() to parse and handle a requestIngo Schwarze
2022-04-28The syntax of the roff(7) .mc request is quite specialIngo Schwarze
2022-04-28oops, fix wrong .TH nameIngo Schwarze
2022-04-28Element next-line scopes may nest, so man_breakscope() may have toIngo Schwarze
2022-04-27The .AT, .DT, and .UC macros are allowed inside next-line scopeIngo Schwarze
2022-04-27Fix three bugs regarding the interaction of \z and \h:Ingo Schwarze
2022-04-26typo in example text: unsused -> unused; noticed by tb@Ingo Schwarze
2022-04-26At the end of every tbl(7) cell, clear the \z state.Ingo Schwarze