aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/opt-debug-graph2.exp
Commit message (Collapse)AuthorAgeFilesLines
* Import bmake-20220330vendor/NetBSD/bmake/20220330Simon J. Gerraty2022-04-031-4/+4
| | | | | | | | | | | | | | | | Most relevant change: o parse.c: try to include 'posix.mk' the first time .POSIX: is encountered, to allow for beter POSIX compliance. Others o cond.c: make debug logging for comparisons less technical o lst.c: fix mem leak in Lst_Remove o job.c: fix echoing of command with '-' in silent target in jobs mode o var.c: make debug logs more readable prefer 'long long' over 'long' on 32-bit C99 platforms fix crash on .undef of an environment variable
* Import bmake-20211212vendor/NetBSD/bmake/20211212Simon J. Gerraty2021-12-181-1/+0
| | | | | | | | | | | | | | Relevant changes see ChangeLog for details: Add support for ${.SUFFIXES} as read-only variable. Fix memory leak in cond.c Punt on write errors - ENOSPC etc. Lots of code refactoring, rework to reduce memory allocations. More unit-tests.
* Import bmake-20210206vendor/NetBSD/bmake/20210206Simon J. Gerraty2021-02-111-1/+91
| | | | | | | | | | | 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
* Import bmake-20201101vendor/NetBSD/bmake/20201101Simon J. Gerraty2020-11-071-0/+1
Lots of new unit-tests increase code coverage. Lots of refactoring, cleanup and simlpification to reduce code size. Fixes for Bug 223564 and 245807 Updates to dirdeps.mk and meta2deps.py Notes: svn path=/vendor/NetBSD/bmake/dist/; revision=367460 svn path=/vendor/NetBSD/bmake/20201101/; revision=367461; tag=vendor/NetBSD/bmake/20201101