CVS commit: src/usr.bin/make

2020-07-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 24 07:24:22 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): eliminate ApplyModifiersState.tstr This field always pointed to the beginning of the current modifier. Therefore a better name is "mod", a

CVS commit: src/usr.bin/make

2020-07-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 24 07:29:19 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): document ApplyModifiersState.cp To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 src/usr.bin/make/var.c Please note that

CVS commit: src/usr.bin/make

2020-07-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 24 07:52:45 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): inline Var_Parse_State into ApplyModifiersState There was no need to have this as a separate struct. Especially none of the modifiers use

CVS commit: src/usr.bin/make

2020-07-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 24 07:59:35 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): clean up Var_Export To generate a diff of this commit: cvs rdiff -u -r1.301 -r1.302 src/usr.bin/make/var.c Please note that diffs are no

CVS commit: src/usr.bin/make

2020-07-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 24 08:03:28 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): allocate capturing groups for :C modifier statically Since there are at most 10 capturing groups, it's easier to allocate them on the stac

CVS commit: src/usr.bin/make

2020-07-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 24 08:06:28 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): rename local variable To generate a diff of this commit: cvs rdiff -u -r1.303 -r1.304 src/usr.bin/make/var.c Please note that diffs are

CVS commit: src/usr.bin/make

2020-07-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 24 08:12:43 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): reduce lifetime of regmatch_t for :C modifier To generate a diff of this commit: cvs rdiff -u -r1.304 -r1.305 src/usr.bin/make/var.c Ple

CVS commit: src/usr.bin/make

2020-07-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 24 08:20:24 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): make condition in ModifyWord_SubstRegex simpler The generated code is still the same, at least with Clang. To generate a diff of this co

CVS commit: src/usr.bin/make

2020-07-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 24 08:22:05 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): prefer direct jump over indirect variable assignment To generate a diff of this commit: cvs rdiff -u -r1.306 -r1.307 src/usr.bin/make/var

CVS commit: src/usr.bin/make

2020-07-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 24 08:24:23 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): remove redundant condition If there are multiple words from brk_string, none of them can be empty. And if there is oneSingleWord that is e

CVS commit: src

2020-07-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jul 24 12:07:09 UTC 2020 Modified Files: src/distrib/sets/lists/base: md.evbmips src/etc/etc.evbmips: MAKEDEV.conf src/sys/arch/evbmips/conf: OCTEON majors.evbmips src/usr.sbin/ofctl: Makefile Added Fi

CVS commit: src/distrib/notes/evbarm

2020-07-24 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri Jul 24 12:41:20 UTC 2020 Modified Files: src/distrib/notes/evbarm: upgrade Log Message: upgrades to upgrade instructions To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/distrib/notes/evbarm/upgrade Please note