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:06:23 UTC 2020

Modified Files:
        src/usr.bin/make: lst.c lst.h meta.c suff.c

Log Message:
make(1): migrate remaining Lst_Find to Lst_FindB

While here, rename SuffSuffIsSuffix to SuffSuffGetSuffix since a
function named "is" should return a boolean, not a string pointer.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/usr.bin/make/lst.c
cvs rdiff -u -r1.54 -r1.55 src/usr.bin/make/lst.h
cvs rdiff -u -r1.107 -r1.108 src/usr.bin/make/meta.c
cvs rdiff -u -r1.128 -r1.129 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