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:   sjg
Date:           Fri Feb  5 19:19:17 UTC 2021

Modified Files:
        src/usr.bin/make: job.c job.h main.c make.h meta.c

Log Message:
Avoid strdup in mkTempFile

Require caller to pass a buffer and size if they
want the tempfile not unlinked.

Add Job_TempFile to handle blocking signals around
call to mkTempFile, so that meta_open_filemon can use it
in jobs mode.


To generate a diff of this commit:
cvs rdiff -u -r1.418 -r1.419 src/usr.bin/make/job.c
cvs rdiff -u -r1.71 -r1.72 src/usr.bin/make/job.h
cvs rdiff -u -r1.532 -r1.533 src/usr.bin/make/main.c
cvs rdiff -u -r1.255 -r1.256 src/usr.bin/make/make.h
cvs rdiff -u -r1.176 -r1.177 src/usr.bin/make/meta.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