diff options
author | Paul Smith <psmith@gnu.org> | 2006-02-21 05:21:19 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2006-02-21 05:21:19 +0000 |
commit | 8af9389f87e25aea721071516cf00ed13360ab9c (patch) | |
tree | 1610e1b28335c7dc70b523f5442366b127f00837 /ChangeLog | |
parent | 08bfd86103b6be48c43d36b950eb7d4ea9e8a7a5 (diff) | |
download | gunmake-8af9389f87e25aea721071516cf00ed13360ab9c.tar.gz |
Fix a potential core dump when merging aliases. Might fix bug #15818.
Revert intermediate file free code.
Suppress some warnings in VMS builds.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-02-20 Paul D. Smith <psmith@gnu.org> + + * variable.c (merge_variable_set_lists): It's legal for *setlist0 + to be null; don't core in that case. + 2006-02-19 Paul D. Smith <psmith@gnu.org> * commands.c (set_file_variables): Realloc, not malloc, the static |