Module Name: src Committed By: rillig Date: Sun Oct 25 19:19:07 UTC 2020
Modified Files: src/usr.bin/make: arch.c dir.c hash.c hash.h main.c targ.c var.c Log Message: make(1): rename hash functions to identify the type name This makes it easier to spot mismatches between the function name and its first parameter, although the compiler should already catch most of them. Except for void pointers. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/usr.bin/make/arch.c cvs rdiff -u -r1.187 -r1.188 src/usr.bin/make/dir.c cvs rdiff -u -r1.53 -r1.54 src/usr.bin/make/hash.c cvs rdiff -u -r1.30 -r1.31 src/usr.bin/make/hash.h cvs rdiff -u -r1.389 -r1.390 src/usr.bin/make/main.c cvs rdiff -u -r1.122 -r1.123 src/usr.bin/make/targ.c cvs rdiff -u -r1.587 -r1.588 src/usr.bin/make/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.