diff options
author | Paul Smith <psmith@gnu.org> | 2011-08-29 16:20:19 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2011-08-29 16:20:19 +0000 |
commit | e4d5d434247b720a3f78e1f7279168b5e6bf628e (patch) | |
tree | e3743fa9a60722d0b22116d8a170d376fa0b251e /tests/ChangeLog | |
parent | b06b8c64a29a5ba3a8daecd829fa2f98d42cb285 (diff) | |
download | gunmake-e4d5d434247b720a3f78e1f7279168b5e6bf628e.tar.gz |
Save strings we're expanding in case an embedded eval causes them
to be freed (if they're the value of a variable that's reset for example).
See Savannah patch #7534
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index d800b49..32213bb 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2011-08-29 Paul Smith <psmith@gnu.org> + + * scripts/features/varnesting: Test resetting of variables while + expanding them. See Savannah patch #7534 + 2011-06-12 Paul Smith <psmith@gnu.org> * scripts/features/archives: Check archives with whitespace at the |