History log of /openbsd/regress/usr.bin/mandoc/tbl/macro/nested.out_lint (Results 1 – 5 of 5)
Revision Date Author Comments
# f79258f3 30-Apr-2022 schwarze <schwarze@openbsd.org>

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 lev

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.

show more ...


# 943fb9d8 04-Jul-2017 schwarze <schwarze@openbsd.org>

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 chu

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.

show more ...


# a86bc85a 25-Jun-2017 schwarze <schwarze@openbsd.org>

cope with changes in BASE messages


# 6d5a9b85 17-Jun-2017 schwarze <schwarze@openbsd.org>

churn related to the new style message about RCS ids


# defec510 29-Jan-2015 schwarze <schwarze@openbsd.org>

reorg tbl(7) test suite