Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/make



Module Name:    src
Committed By:   rillig
Date:           Sat Aug 29 13:16:55 UTC 2020

Modified Files:
        src/usr.bin/make: main.c make.c meta.c suff.c var.c

Log Message:
make(1): trust that Var_Subst never returns NULL

It really never does, and it doesn't even report errors.  It just
returns the content of the buffer, up to the first parse error.


To generate a diff of this commit:
cvs rdiff -u -r1.328 -r1.329 src/usr.bin/make/main.c
cvs rdiff -u -r1.129 -r1.130 src/usr.bin/make/make.c
cvs rdiff -u -r1.110 -r1.111 src/usr.bin/make/meta.c
cvs rdiff -u -r1.134 -r1.135 src/usr.bin/make/suff.c
cvs rdiff -u -r1.476 -r1.477 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.




Home | Main Index | Thread Index | Old Index