Module Name: src Committed By: rillig Date: Fri Feb 2 16:25:59 UTC 2024
Modified Files: src/tests/usr.bin/xlint/lint1: msg_254.c src/usr.bin/xlint/common: externs.h tyname.c src/usr.bin/xlint/lint1: debug.c Log Message: lint: fix debug output for strings, reduce code size The debug output contained too many newlines. The buffer functions were built into lint2 even though they weren't used. Enable the query for invisible characters in string literals, to make sure that a newline in a string literal does not trigger that query. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/xlint/lint1/msg_254.c cvs rdiff -u -r1.35 -r1.36 src/usr.bin/xlint/common/externs.h cvs rdiff -u -r1.60 -r1.61 src/usr.bin/xlint/common/tyname.c cvs rdiff -u -r1.68 -r1.69 src/usr.bin/xlint/lint1/debug.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.