Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   rillig
Date:           Sat Feb  3 20:10:11 UTC 2024

Modified Files:
        src/distrib/sets/lists/tests: mi
        src/tests/usr.bin/xlint/lint1: msg_077.c t_usage.sh
        src/usr.bin/xlint/lint1: err.c lex.c
Added Files:
        src/tests/usr.bin/xlint/lint1: msg_356.c

Log Message:
lint: warn about short octal escape followed by '8' or '9'

These mistakes is typically found in snprintb format directives but is
probably a typo everywhere else as well.


To generate a diff of this commit:
cvs rdiff -u -r1.1304 -r1.1305 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.8 -r1.9 src/tests/usr.bin/xlint/lint1/msg_077.c
cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/xlint/lint1/msg_356.c
cvs rdiff -u -r1.14 -r1.15 src/tests/usr.bin/xlint/lint1/t_usage.sh
cvs rdiff -u -r1.223 -r1.224 src/usr.bin/xlint/lint1/err.c
cvs rdiff -u -r1.212 -r1.213 src/usr.bin/xlint/lint1/lex.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index