make/tests/scripts
Paul Smith 6ccf33cdbd This is a major update, which switches virtually every allocated-but-not-freed
string into the strcache.  As a side-effect, many more structure members and
function arguments can/should be declared const.

As mentioned in the changelog, unfortunately measurement shows that this
change does not yet reduce memory.  The problem is with secondary expansion:
because of this we store all the prerequisites in the string cache twice.
First we store the prerequisite string after initial expansion but before
secondary expansion, then we store each individual file after secondary
expansion and expand_deps().  I plan to change expand_deps() to be callable
in either context (eval or snap_deps) then have non-second-expansion
targets call expand_deps() during eval, so that we only need to store that
dependency list once.
2007-03-20 03:02:26 +00:00
..
features This is a major update, which switches virtually every allocated-but-not-freed 2007-03-20 03:02:26 +00:00
functions Release GNU make 3.81. 2006-04-01 06:36:40 +00:00
misc Extend .SECONDEXPANSION to implicit rules. Final fix for bug #13781. 2005-12-11 15:41:17 +00:00
options Numerous updates to tests for issues found on Cygwin and Windows. 2006-03-10 02:20:45 +00:00
targets Update the make.1 man page. 2005-12-13 14:44:17 +00:00
variables Fixed a number of documentation bugs, plus some build/install issues: 2006-10-01 05:38:38 +00:00
test_template Update the test template. A few fixes in run_make_test(). 2004-09-22 04:36:17 +00:00