Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / break
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 4 15:26:26 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,
HEAD
Changes since 1.5: +10 -13 lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Sun Jun 25 12:53:27 2017 UTC (8 years ago) by schwarze
Branch: MAIN
Changes since 1.4: +3 -2 lines
Diff to previous 1.4 (colored)
cope with changes in BASE messages
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jun 17 22:45:22 2017 UTC (8 years ago) by schwarze
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 (colored)
style message about missing RCS ids; inspired by mdoclint
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 11 19:45:27 2017 UTC (8 years, 1 month ago) by schwarze
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)
Style message about legacy man(7) date format in mdoc(7) documents and operating system dependent messages about missing or unexpected Mdocdate; inspired by mdoclint(1).
Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 16 09:47:32 2017 UTC (8 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_1,
VERSION_1_13
Changes since 1.1: +3 -0 lines
Diff to previous 1.1 (colored)
Fix block scoping error if an explicit block is broken by two implicit blocks (.Aq Bq Po .Pc) that left the outer breaker open and could in exceptional cases, like between .Bl and .It, cause tree corruption leading to NULL dereference. Found by tb@ with afl(1). While here, do not mark intermediate ENDBODY markers as broken.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 8 03:03:16 2017 UTC (8 years, 5 months ago) by schwarze
Branch: MAIN
Finally port the OpenBSD regression suite. Both kristaps@ and wiz@ repeated asked for this, literally for years.