--- - branch: MAIN date: Sun Jul 26 20:21:31 UTC 2020 files: - new: '1.75' old: '1.74' path: src/usr.bin/make/arch.c pathrev: src/usr.bin/make/arch.c@1.75 type: modified - new: '1.82' old: '1.81' path: src/usr.bin/make/cond.c pathrev: src/usr.bin/make/cond.c@1.82 type: modified - new: '1.86' old: '1.85' path: src/usr.bin/make/nonints.h pathrev: src/usr.bin/make/nonints.h@1.86 type: modified - new: '1.90' old: '1.89' path: src/usr.bin/make/suff.c pathrev: src/usr.bin/make/suff.c@1.90 type: modified - new: '1.331' old: '1.330' path: src/usr.bin/make/var.c pathrev: src/usr.bin/make/var.c@1.331 type: modified id: 20200726T202131Z.89757d37588b1b7b5ed90669740faf77fed010ea log: | make(1): make return value of Var_Parse constant This return value is not supposed to be modified since it can be a string literal. The modifiable part is returned via freePtr, but only for freeing, not for actually modifying anything. module: src subject: 'CVS commit: src/usr.bin/make' unixtime: '1595794891' user: rillig