make/tests/scripts
Paul Smith e49e11e069 [SV 59093] Rewrite filter/filter-out to avoid large stack usage
* src/function.c (func_filter_filterout): Allocate arrays to hold
pattern and word information rather than creating linked lists on
the stack.
* tests/scripts/functions/filter-out: Test large filters.
2020-11-13 00:44:24 -05:00
..
features [SV 58735] Define the order that makefiles are rebuilt. 2020-07-19 13:56:23 -04:00
functions [SV 59093] Rewrite filter/filter-out to avoid large stack usage 2020-11-13 00:44:24 -05:00
misc [SV 57674] Use the system default PATH if $PATH is not set 2020-04-01 02:02:57 -04:00
options tests: Simplify customization of %ENV 2020-04-01 02:02:57 -04:00
targets tests: Simplify customization of %ENV 2020-04-01 02:02:57 -04:00
variables tests: Simplify customization of %ENV 2020-04-01 02:02:57 -04:00
vms Refresh the test suite framework implementation. 2019-09-16 08:25:33 -04:00
test_template