Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Dd
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 26 08:57:21 2025 UTC (8 days, 5 hours ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +11 -5 lines
Diff to previous 1.5 (colored)
The code changes to .Dd in groff-1.23 are so extensive that with reasonable effort, only part of the regressions can be patched back. Fortunately, the regressions that remain only affect manual pages containing invalid syntax (specifically, late and duplicate .Dd macros), so for now, simply mark the affected tests with SKIP_GROFF.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 19 16:44:52 2020 UTC (5 years, 6 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6
Changes since 1.4: +4 -12 lines
Diff to previous 1.4 (colored)
Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro: without an argument, use the empty string, and always concatenate all arguments, no matter their number. This allows reducing the number of arguments of mandoc_normdate() and some other simplifications, at the same time polishing some error messages by adding the name of the macro in question.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jan 8 10:37:56 2020 UTC (5 years, 6 months ago) by schwarze
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)
Simplify maintainer targets in OpenBSD: EQN and TBL variables no longer exist and NROFF/NOPTS were replaced with GROFF/GOPTS. This doesn't change how things work in the protable version of the test suite.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 8 22:54:40 2017 UTC (8 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_5,
VERSION_1_14_4,
VERSION_1_14_3,
VERSION_1_14_2
Changes since 1.2: +5 -2 lines
Diff to previous 1.2 (colored)
Now that markdown output is tested for almost everything, test all 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.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 5 19:59:43 2017 UTC (8 years, 5 months ago) by schwarze
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)
first batch of -T markdown tests
Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 8 03:02:47 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.