- Add static pattern targets to the string cache.

- Use specific free_*() calls where appropriate.
This commit is contained in:
Paul Smith
2009-09-27 02:15:36 +00:00
parent 44ac2cdb4d
commit 8688ef20cf
4 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,12 @@
2009-09-26 Paul Smith <psmith@gnu.org>
* read.c (record_files): Use free_ns() to free struct nameseq.
(eval): Ditto.
* rule.c (freerule): Use free_dep_chain().
* read.c (record_files): Free FILENAMES chain for implicit rules.
(eval): Static pattern targets go into the string cache.
* function.c (string_glob): Free NAME in the nameseq chain.