--- - branch: MAIN date: Sun Jul 19 12:26:17 UTC 2020 files: - new: '1.74' old: '1.73' path: src/usr.bin/make/arch.c pathrev: src/usr.bin/make/arch.c@1.74 type: modified - new: '1.114' old: '1.113' path: src/usr.bin/make/compat.c pathrev: src/usr.bin/make/compat.c@1.114 type: modified - new: '1.80' old: '1.79' path: src/usr.bin/make/cond.c pathrev: src/usr.bin/make/cond.c@1.80 type: modified - new: '1.80' old: '1.79' path: src/usr.bin/make/nonints.h pathrev: src/usr.bin/make/nonints.h@1.80 type: modified - new: '1.55' old: '1.54' path: src/usr.bin/make/for.c pathrev: src/usr.bin/make/for.c@1.55 type: modified - new: '1.202' old: '1.201' path: src/usr.bin/make/job.c pathrev: src/usr.bin/make/job.c@1.202 type: modified - new: '1.281' old: '1.280' path: src/usr.bin/make/main.c pathrev: src/usr.bin/make/main.c@1.281 type: modified - new: '1.100' old: '1.99' path: src/usr.bin/make/make.c pathrev: src/usr.bin/make/make.c@1.100 type: modified - new: '1.87' old: '1.86' path: src/usr.bin/make/meta.c pathrev: src/usr.bin/make/meta.c@1.87 type: modified - new: '1.237' old: '1.236' path: src/usr.bin/make/parse.c pathrev: src/usr.bin/make/parse.c@1.237 type: modified - new: '1.89' old: '1.88' path: src/usr.bin/make/suff.c pathrev: src/usr.bin/make/suff.c@1.89 type: modified - new: '1.259' old: '1.258' path: src/usr.bin/make/var.c pathrev: src/usr.bin/make/var.c@1.259 type: modified id: 20200719T122617Z.7ea56f5f730510f72db8facc138de50ca682a800 log: | make(1): rename Varf_Flags to VarEvalFlags In var.c there are lots of different flag types. To make any accidental mixture obvious, each flag group gets its own prefix. The only flag group that is visible outside of var.c is concerned with evaluating variables, therefore the "e", which replaces the former "f" that probably just meant "flag". module: src subject: 'CVS commit: src/usr.bin/make' unixtime: '1595161577' user: rillig