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:           Sat Aug 29 10:12:06 UTC 2020

Modified Files:
        src/usr.bin/make: arch.c cond.c dir.c lst.c lst.h main.c meta.c suff.c

Log Message:
make(1): rename Lst_FindB back to Lst_Find

The migration from "comparison function" to "match function" is done,
the "B" in the names is no longer needed.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/usr.bin/make/arch.c
cvs rdiff -u -r1.104 -r1.105 src/usr.bin/make/cond.c
cvs rdiff -u -r1.121 -r1.122 src/usr.bin/make/dir.c
cvs rdiff -u -r1.54 -r1.55 src/usr.bin/make/lst.c
cvs rdiff -u -r1.55 -r1.56 src/usr.bin/make/lst.h
cvs rdiff -u -r1.325 -r1.326 src/usr.bin/make/main.c
cvs rdiff -u -r1.108 -r1.109 src/usr.bin/make/meta.c
cvs rdiff -u -r1.129 -r1.130 src/usr.bin/make/suff.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