Up to [cvsweb.bsd.lv] / mandoc / regress / tbl / macro
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 30 18:51:38 2022 UTC (3 years, 2 months ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored) to selected 1.1 (colored)
Provide a new function roff_req_or_macro() to parse and handle a request or macro, including context-dependent error handling inside tbl(7) code and inside .ce/.rj blocks. Use it both in the top level roff(7) parser and inside conditional blocks. This fixes an assertion failure triggered by ".if 1 .ce" inside tbl(7) code, found by tb@ using afl(1). As a side benefit for readability, only one place remains in the code that calls the main handler functions for the various roff(7) requests. This patch also improves column numbers in some error messages and various comments.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 4 15:26:55 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.3: +1 -2 lines
Diff to previous 1.3 (colored) to selected 1.1 (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.3 / (download) - annotate - [select for diffs], Sun Jun 25 12:53:54 2017 UTC (8 years ago) by schwarze
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)
cope with changes in BASE messages
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 17 22:45:58 2017 UTC (8 years ago) by schwarze
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)
style message about missing RCS ids; inspired by mdoclint
Revision 1.1 / (download) - annotate - [selected], Wed Feb 8 03:03:31 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.