History log of /freebsd-13.1/contrib/bmake/make_malloc.c (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.4.0, release/13.1.0
# b69c3b89 05-Feb-2022 Simon J. Gerraty <[email protected]>

Merge bmake-20220204

(cherry picked from commit 9f45a3c8c82ffead7044ae836d9257113c630d3b)


Revision tags: release/12.3.0, release/13.0.0
# 78968ce3 11-Feb-2021 Simon J. Gerraty <[email protected]>

Merge bmake-20210206

Changes of interest

o unit-tests: use private TMPDIR to avoid errors from other users
o avoid strdup in mkTempFile
o always use vfork
o job.c: do not create empty shell

Merge bmake-20210206

Changes of interest

o unit-tests: use private TMPDIR to avoid errors from other users
o avoid strdup in mkTempFile
o always use vfork
o job.c: do not create empty shell files in jobs mode
reduce unnecessary calls to waitpid
o cond.c: fix debug output for comparison operators in conditionals

(cherry picked from commit dba7b0ef928af88caa38728a73657b837aeeac93)

Approved by: re

show more ...


Revision tags: release/12.2.0
# 9093286b 09-Jul-2020 Simon J. Gerraty <[email protected]>

Revert r363031