Module Name: src Committed By: rillig Date: Tue Oct 6 08:13:28 UTC 2020
Modified Files: src/usr.bin/make: var.c Log Message: make(1): rework memory allocation for the name of variables There's more to know about variable names than fits in a one-liner. While here, enforce that the name is not modified by splitting it into the established (var + var_freeIt) pattern. Since the name is not modified and not freed in the middle of evaluating an expression, there is no need to make a backup copy of it. That code had been necessary more than 12 years ago, but not anymore since the code got a lot cleaner since then. To generate a diff of this commit: cvs rdiff -u -r1.569 -r1.570 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.