Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Oo
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Wed Feb 7 19:58:42 2018 UTC (7 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6,
VERSION_1_14_5,
VERSION_1_14_4,
HEAD
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)
fix wrong date
Revision 1.5 / (download) - annotate - [select for diffs], Tue Feb 6 16:29:59 2018 UTC (7 years, 4 months ago) by schwarze
Branch: MAIN
Changes since 1.4: +0 -2 lines
Diff to previous 1.4 (colored)
Delete the "no blank before trailing delimiter" check from the partial explicit macros. Leah Neukirchen <leah at vuxu dot org> rightfully points out that the check makes no sense for these macros.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 4 15:26:00 2017 UTC (7 years, 11 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_3,
VERSION_1_14_2
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)
Messages of the -Wbase level now print STYLE:. Since this 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.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jun 10 01:49:16 2017 UTC (8 years ago) by schwarze
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored)
style message about missing blank before trailing delimiter; inspired by mdoclint(1), and jmc@ considers it useful
Revision 1.2 / (download) - annotate - [select for diffs], Tue May 30 16:22:27 2017 UTC (8 years ago) by schwarze
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)
Macro argument quoting does not prevent recognition of punctuation 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.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 8 03:03:02 2017 UTC (8 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_1,
VERSION_1_13
Finally port the OpenBSD regression suite. Both kristaps@ and wiz@ repeated asked for this, literally for years.