Module Name: src Committed By: rillig Date: Mon Aug 10 19:53:19 UTC 2020
Modified Files: src/usr.bin/make: dir.c job.c main.c nonints.h parse.c str.c suff.c Log Message: make(1): replace str_concat with str_concat2 and str_concat3 The new functions have a simpler interface, and str_concat3 is even more general-purpose, since the middle string is no longer required to be exactly of length 1. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/usr.bin/make/dir.c cvs rdiff -u -r1.205 -r1.206 src/usr.bin/make/job.c cvs rdiff -u -r1.302 -r1.303 src/usr.bin/make/main.c cvs rdiff -u -r1.92 -r1.93 src/usr.bin/make/nonints.h cvs rdiff -u -r1.250 -r1.251 src/usr.bin/make/parse.c cvs rdiff -u -r1.58 -r1.59 src/usr.bin/make/str.c cvs rdiff -u -r1.94 -r1.95 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.