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: Sun Jan 11 18:11:38 UTC 2026
Modified Files:
src/usr.bin/xlint/common: inittyp.c lint.h lp64.h
src/usr.bin/xlint/lint1: cgram.y decl.c emit1.c lex.c tree.c
src/usr.bin/xlint/lint2: emit2.c read.c
Log Message:
lint: support 128-bit integer types unconditionally
Previously, 128-bit integer types were restricted to 64-bit platforms,
which was unnecessary and cluttered the code. The actual computations
are not affected, as lint performs all integer operations in 64-bit
mode.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/usr.bin/xlint/common/inittyp.c
cvs rdiff -u -r1.51 -r1.52 src/usr.bin/xlint/common/lint.h
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/xlint/common/lp64.h
cvs rdiff -u -r1.533 -r1.534 src/usr.bin/xlint/lint1/cgram.y
cvs rdiff -u -r1.421 -r1.422 src/usr.bin/xlint/lint1/decl.c
cvs rdiff -u -r1.96 -r1.97 src/usr.bin/xlint/lint1/emit1.c
cvs rdiff -u -r1.239 -r1.240 src/usr.bin/xlint/lint1/lex.c
cvs rdiff -u -r1.699 -r1.700 src/usr.bin/xlint/lint1/tree.c
cvs rdiff -u -r1.42 -r1.43 src/usr.bin/xlint/lint2/emit2.c
cvs rdiff -u -r1.93 -r1.94 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