Module Name: src Committed By: rillig Date: Sat Aug 8 18:54:04 UTC 2020
Modified Files: src/usr.bin/make: buf.c buf.h cond.c for.c main.c var.c Log Message: make(1): remove trailing Z from buffer functions This Z had been useful during the migration from int to size_t. This migration is finished, at least for the Buffer type, so the Z is no longer necessary. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/make/buf.c cvs rdiff -u -r1.22 -r1.23 src/usr.bin/make/buf.h cvs rdiff -u -r1.91 -r1.92 src/usr.bin/make/cond.c cvs rdiff -u -r1.61 -r1.62 src/usr.bin/make/for.c cvs rdiff -u -r1.296 -r1.297 src/usr.bin/make/main.c cvs rdiff -u -r1.432 -r1.433 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.