diff options
author | Paul Smith <psmith@gnu.org> | 2012-03-03 22:12:46 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2012-03-03 22:12:46 +0000 |
commit | a77c5c09100ef56940546b543dd1c515529ca4bb (patch) | |
tree | dc4aa65797a96e5d72b02ab479429fa51784c151 /ChangeLog | |
parent | 88f1bc8b55b9f5abf35fdf974310c1063fa41068 (diff) | |
download | gunmake-a77c5c09100ef56940546b543dd1c515529ca4bb.tar.gz |
Fix Savannah bug #35410: handle escape chars in filter/filter-out
Also add a valgrind suppression file for Guile-enabled make.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2012-03-03 Paul Smith <psmith@gnu.org> + * function.c (func_filter_filterout): Recompute the length of each + filter word in case it was compressed due to escape chars. Don't + reset the string as it's freed. See Savannah bug #35410. + * misc.c (collapse_continuations): Only use POSIX-style backslash/newline handling if the .POSIX target is set. Addresses Savannah bug #16670 without backward-incompatibility. |