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  1 09:55:00 UTC 2020

Modified Files:
        src/usr.bin/make: arch.c compat.c cond.c job.c main.c make.c
            make_malloc.h meta.c parse.c suff.c trace.c

Log Message:
make(1): avoid calls to free(3) in the common case of a NULL pointer


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/usr.bin/make/arch.c
cvs rdiff -u -r1.116 -r1.117 src/usr.bin/make/compat.c
cvs rdiff -u -r1.83 -r1.84 src/usr.bin/make/cond.c
cvs rdiff -u -r1.203 -r1.204 src/usr.bin/make/job.c
cvs rdiff -u -r1.289 -r1.290 src/usr.bin/make/main.c
cvs rdiff -u -r1.102 -r1.103 src/usr.bin/make/make.c
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/make_malloc.h
cvs rdiff -u -r1.90 -r1.91 src/usr.bin/make/meta.c
cvs rdiff -u -r1.244 -r1.245 src/usr.bin/make/parse.c
cvs rdiff -u -r1.91 -r1.92 src/usr.bin/make/suff.c
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/make/trace.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