Module Name: src Committed By: rillig Date: Sat Nov 7 12:34:49 UTC 2020
Modified Files: src/usr.bin/make: arch.c Log Message: make(1): extract ArchiveMember_HasName from ArchFindMember Comparing a string to a space-padded string is complicated enough to be extracted to a separate function. The behavior changes a little bit. Before, when searching for an archive member with a short name (one that is space-padded in the archive), that member was not searched using the AR_EFMT1 archive format. This doesn't matter in practice though since no regular archive member has a name starting with "#1/". To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/usr.bin/make/arch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.