summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/mdoc/Oo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix wrong dateschwarze2018-02-072-2/+2
|
* Delete the "no blank before trailing delimiter" check from theschwarze2018-02-065-14/+3
| | | | | partial explicit macros. Leah Neukirchen <leah at vuxu dot org> rightfully points out that the check makes no sense for these macros.
* Messages of the -Wbase level now print STYLE:. Since thisschwarze2017-07-044-8/+6
| | | | | | | | causes horrible churn anyway, profit of the opportunity to stop excessive testing, such that this is hopefully the last instance of such churn. Consistently use OpenBSD RCS tags, blank .Os, blank fourth .TH argument, and Mdocdate like everywhere else. Use -Ios=OpenBSD for platform-independent predictable output.
* cope with changes in BASE messagesschwarze2017-06-251-2/+3
|
* churn related to the new style message about RCS idsschwarze2017-06-171-0/+1
|
* churn caused by the new Mdocdate messages, no easy way to avoid this :(schwarze2017-06-111-0/+1
|
* style message about missing blank before trailing delimiter;schwarze2017-06-105-4/+15
| | | | inspired by mdoclint(1), and jmc@ considers it useful
* Macro argument quoting does not prevent recognition of punctuationschwarze2017-05-303-5/+5
| | | | | | | | | | | and of called macros. This bug affects almost all macros, and fixing it simplifies the code. It is amazing that the bogus ARGS_QWORD feature got implemented in the first place, and then carrier along for more than eight years without anybody ever noticing that it was pointless. Reported by Leah Neukirchen <leah at vuxu dot org>, found on Void Linux.
* Now that markdown output is tested for almost everything, test allschwarze2017-03-081-2/+1
| | | | | | input files in -T markdown output mode by default and only mark those files with SKIP_MARKDOWN that are not to be tested. Much easier to read, and almost minus 40 lines of Makefile code.
* first batch of -T markdown testsschwarze2017-03-052-2/+26
|
* inevitable churn caused by the section title changeschwarze2014-08-261-1/+1
|
* after several improvements to -Tman went in,schwarze2012-07-073-0/+41
enable lots of related regression tests