Up to [cvsweb.bsd.lv] / mandoc / regress / roff / args
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Mon Nov 13 21:07:01 2023 UTC (19 months, 4 weeks ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +31 -31 lines
Diff to previous 1.4 (colored)
reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jun 28 20:12:40 2021 UTC (4 years ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6
Changes since 1.3: +0 -4 lines
Diff to previous 1.3 (colored)
delete the two pairs of extra blank lines from expected man(7) terminal output that are no longer printed since man_term.c rev. 1.236
Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 19 23:58:09 2018 UTC (6 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_5
Changes since 1.2: +0 -1 lines
Diff to previous 1.2 (colored)
Disable one test for now that is broken after the addition of \). It is not broken because of \), which is correctly implemented, but the addition merely reveals a hidden bug elsewhere, almost certainly in \\ handling. Given that \\ is among the most mysterious escape sequences and using it is very strongly discouraged in manual pages, fixing that is not urgent - and may be hard.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 17 22:45:23 2017 UTC (8 years ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_4,
VERSION_1_14_3,
VERSION_1_14_2
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)
style message about missing RCS ids; inspired by mdoclint
Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 8 03:03:17 2017 UTC (8 years, 5 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.