#
f8e3b479 |
| 05-Jun-2022 |
schwarze <schwarze@openbsd.org> |
With the improved escape sequence parser, it becomes easy to also improve diagnostics. Distinguish "incomplete escape sequence", "invalid special character", and "unknown special character" from the
With the improved escape sequence parser, it becomes easy to also improve diagnostics. Distinguish "incomplete escape sequence", "invalid special character", and "unknown special character" from the generic "invalid escape sequence", also promoting them from WARNING to ERROR because incomplete escape sequences are severe syntax violations and because encountering an invalid or unknown special character makes it likely that part of the document content intended by the authors gets lost.
show more ...
|
#
bde30ff7 |
| 19-May-2022 |
schwarze <schwarze@openbsd.org> |
following the fixed parsing direction of roff_expand() in roff.c rev. 1.260, some diagnostics now appear in a more reasonable order, too
|
#
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
|
#
5adfc765 |
| 11-Jun-2017 |
schwarze <schwarze@openbsd.org> |
churn caused by the new Mdocdate messages, no easy way to avoid this :(
|
#
8c2760b3 |
| 29-Oct-2014 |
schwarze <schwarze@openbsd.org> |
test various recent improvements of special character rendering
|