Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Dq
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 4 15:25:35 2017 UTC (7 years, 11 months 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.4: +1 -1 lines
Diff to previous 1.4 (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.4 / (download) - annotate - [select for diffs], Sat Jun 10 01:49:02 2017 UTC (8 years ago) by schwarze
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)
style message about missing blank before trailing delimiter; inspired by mdoclint(1), and jmc@ considers it useful
Revision 1.3 / (download) - annotate - [select for diffs], Tue May 30 16:22:13 2017 UTC (8 years ago) by schwarze
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (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.2 / (download) - annotate - [select for diffs], Fri Feb 17 18:28:07 2017 UTC (8 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_1,
VERSION_1_13
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored)
Many people have been complaining for a long time that ``...'' looks ugly in -Tascii output. For that reason, bentley@ submitted patches to render "..." instead to groff in November 2014 (yes, more than two years ago). Carsten Kunze yesterday merged them for the upcoming groff-1.22.4 release. Yay! Consequently, do the same in mandoc: Render \(Lq and \(Rq (which are used for .Do, .Dq, .Lb, and .St) as '"' in -Tascii output. All other output modes including -Tutf8 remain unchanged.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 8 03:02:48 2017 UTC (8 years, 4 months ago) by schwarze
Branch: MAIN
Finally port the OpenBSD regression suite. Both kristaps@ and wiz@ repeated asked for this, literally for years.