Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Aq
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 26 17:55:59 2025 UTC (2 weeks, 2 days ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored) to selected 1.2 (colored)
adjust the tests after changing the page footer
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jul 4 15:25:17 2017 UTC (8 years ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6,
VERSION_1_14_5,
VERSION_1_14_4,
VERSION_1_14_3,
VERSION_1_14_2
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (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.2 / (download) - annotate - [selected], Sat Mar 11 12:35:46 2017 UTC (8 years, 4 months ago) by schwarze
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)
In markdown, autolinks are dangerous. Different compilers disagree with respect to what constitutes a valid autolink, and if a compiler deems an autolink invalid, the input turns into an unintended and potentially harmful raw HTML tag. So, never write autolinks. Instead of <link>, write [link](link). Instead of <addr>, write [addr](mailto:addr). Issue pointed out by bentley@, who also agrees with the general direction of the change.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Mar 7 13:09:29 2017 UTC (8 years, 4 months ago) by schwarze
Branch: MAIN
Diff to selected 1.2 (colored)
implement .An -split and -nosplit