Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make
Module Name: src
Committed By: rillig
Date: Mon Oct 5 20:21:30 UTC 2020
Modified Files:
src/usr.bin/make: dir.c dir.h for.c hash.c hash.h
Log Message:
make(1): make dir.c, for.c and hash.c ready for WARNS=6
Some types have changed from int to unsigned int, size_t or time_t.
The variable i in hash.c has been kept as int since it counts down to
-1, which generates efficient machine code, at least on x86_64.
To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 src/usr.bin/make/dir.c
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/make/dir.h
cvs rdiff -u -r1.92 -r1.93 src/usr.bin/make/for.c
cvs rdiff -u -r1.43 -r1.44 src/usr.bin/make/hash.c
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/make/hash.h
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