NetBSD/usr.bin/make
rillig adc3ee3bfc make: don't reallocate memory after evaluating an expression
When an expression is evaluated, the resulting text is short-lived in
almost all cases.  In particular, the compaction neither affects the
target names nor the global variable values, which are the prime
candidates for permanent memory usage.
2024-04-28 15:10:19 +00:00
..
PSD.doc
filemon Fix some unused warnings 2022-03-04 23:17:16 +00:00
unit-tests make: clean up, test .NOPATH 2024-04-27 20:41:32 +00:00
.cvsignore
Makefile make: clean up code coverage report files 2023-12-19 20:08:27 +00:00
Makefile.boot make: document the available preprocessor definitions for Makefile.boot 2022-04-15 13:44:57 +00:00
arch.c make: clean up, test .NOPATH 2024-04-27 20:41:32 +00:00
buf.c make: don't reallocate memory after evaluating an expression 2024-04-28 15:10:19 +00:00
buf.h make: don't reallocate memory after evaluating an expression 2024-04-28 15:10:19 +00:00
compat.c make: provide more context information for parse/evaluate errors 2024-04-20 10:18:55 +00:00
cond.c make: clean up comments, code and tests 2024-04-23 22:51:28 +00:00
config.h make: remove unneeded conditional-compilation toggles 2024-02-07 06:43:02 +00:00
dir.c make: fix declared types of list nodes 2023-12-29 18:53:24 +00:00
dir.h make: .SYSPATH: to add dirs to sysIncPath 2023-01-24 00:24:02 +00:00
for.c make: remove unreachable code in handling .for loops 2024-04-01 12:33:27 +00:00
hash.c make: clean up comments 2023-12-19 19:33:39 +00:00
hash.h make: clean up comments 2023-12-19 19:33:39 +00:00
job.c make: clean up, test .NOPATH 2024-04-27 20:41:32 +00:00
job.h make: clean up comments 2023-12-19 19:33:39 +00:00
lst.c make: simplify freeing of lists 2024-04-27 17:33:46 +00:00
lst.h make: simplify freeing of lists 2024-04-27 17:33:46 +00:00
main.c make: simplify freeing of lists 2024-04-27 17:33:46 +00:00
make.1 make: record exit status in GNode 2024-03-10 02:53:37 +00:00
make.c make: miscellaneous cleanups 2024-01-05 23:22:06 +00:00
make.h make: clean up, test .NOPATH 2024-04-27 20:41:32 +00:00
make_malloc.c
make_malloc.h
meta.c make: simplify freeing of lists 2024-04-27 17:33:46 +00:00
meta.h
metachar.c
metachar.h
parse.c make: simplify freeing of lists 2024-04-27 17:33:46 +00:00
pathnames.h
str.c make: make string matching platform-independent 2024-04-14 15:21:20 +00:00
str.h make: clean up string functions 2024-01-05 21:56:55 +00:00
suff.c make: remove unneeded conditional-compilation toggles 2024-02-07 06:43:02 +00:00
targ.c make: simplify freeing of lists 2024-04-27 17:33:46 +00:00
test-variants.mk make: remove test variant for NO_REGEX 2024-03-01 17:47:05 +00:00
trace.c make: declare all common symbols in headers, unexport others 2023-03-28 14:39:31 +00:00
trace.h
util.c
var.c make: don't reallocate memory after evaluating an expression 2024-04-28 15:10:19 +00:00