diff options
author | Paul Smith <psmith@gnu.org> | 2007-06-19 04:47:58 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2007-06-19 04:47:58 +0000 |
commit | a94019907222057e5c2ab6baa6816fcab73c686b (patch) | |
tree | a2681e0b310d732452b899b6091d7d5afe81dbfe /ChangeLog | |
parent | eda0e24ccdae279a2c12059242ef89a22c274047 (diff) | |
download | gunmake-a94019907222057e5c2ab6baa6816fcab73c686b.tar.gz |
Fix a core dump when reading_file is 0 (20033).
Fix some manual typos (20018).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2007-06-13 Paul Smith <psmith@gnu.org> + + * doc/make.texi (Reading Makefiles): "Expansion of deferred" -> + "Expansion of a deferred" + Fixes Savannah bug #20018. + + * expand.c (variable_expand_for_file): Preserve the value of + reading_file rather than setting it to 0 at the end. + Fixes Savannah bug #20033. + 2007-05-11 Paul Smith <psmith@gnu.org> * job.c (new_job): Add debug info to specify where make found the |