Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/xlint
Module Name: src
Committed By: rillig
Date: Sat Aug 28 12:21:53 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: decl.c emit1.c func.c lex.c lint1.h tree.c
src/usr.bin/xlint/lint2: hash.c lint2.h msg.c read.c
Log Message:
lint: un-abbreviate unsigned integer types
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.223 -r1.224 src/usr.bin/xlint/lint1/decl.c
cvs rdiff -u -r1.50 -r1.51 src/usr.bin/xlint/lint1/emit1.c
cvs rdiff -u -r1.120 -r1.121 src/usr.bin/xlint/lint1/func.c
cvs rdiff -u -r1.70 -r1.71 src/usr.bin/xlint/lint1/lex.c
cvs rdiff -u -r1.125 -r1.126 src/usr.bin/xlint/lint1/lint1.h
cvs rdiff -u -r1.352 -r1.353 src/usr.bin/xlint/lint1/tree.c
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/xlint/lint2/hash.c \
src/usr.bin/xlint/lint2/lint2.h
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/xlint/lint2/msg.c
cvs rdiff -u -r1.55 -r1.56 src/usr.bin/xlint/lint2/read.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