diff options
author | Paul Smith <psmith@gnu.org> | 2009-09-27 02:15:36 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2009-09-27 02:15:36 +0000 |
commit | 8688ef20cf5d541e7ca98919cc2d757fbfe1dd32 (patch) | |
tree | e78361ae6cb8cd6391c58ce7f3828ac5162f150a /ChangeLog | |
parent | 44ac2cdb4dc8481cff33101f95f94761c5aa74bc (diff) | |
download | gunmake-8688ef20cf5d541e7ca98919cc2d757fbfe1dd32.tar.gz |
- Add static pattern targets to the string cache.
- Use specific free_*() calls where appropriate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |