Module Name: src Committed By: rillig Date: Sat Nov 7 14:11:58 UTC 2020
Modified Files: src/usr.bin/make: buf.c buf.h cond.c dir.c for.c main.c var.c Log Message: make(1): make API of Buf_Init simpler In most cases, the caller doesn't want to specify the exact number of preallocated bytes. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.bin/make/buf.c cvs rdiff -u -r1.34 -r1.35 src/usr.bin/make/buf.h cvs rdiff -u -r1.178 -r1.179 src/usr.bin/make/cond.c cvs rdiff -u -r1.196 -r1.197 src/usr.bin/make/dir.c cvs rdiff -u -r1.113 -r1.114 src/usr.bin/make/for.c cvs rdiff -u -r1.434 -r1.435 src/usr.bin/make/main.c cvs rdiff -u -r1.672 -r1.673 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.