diff options
author | Paul Smith <psmith@gnu.org> | 2012-03-04 16:53:50 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2012-03-04 16:53:50 +0000 |
commit | cf1c79c9a331896d5bc2e68a1ea8206105a53eaa (patch) | |
tree | a7f622393478929ecbf44027d94e5ee576ae637b /tests/ChangeLog | |
parent | 76827d7c10c2708a3147171b02bfe3981492a38f (diff) | |
download | gunmake-cf1c79c9a331896d5bc2e68a1ea8206105a53eaa.tar.gz |
Improve handling for escaped colons in prerequisite lists.
Fixes Savannah bug #12126 and bug #16545
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 9d98731..78bd4ca 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,11 @@ 2012-03-04 Paul Smith <psmith@gnu.org> + * scripts/features/se_explicit: Test $(x:%=%) format in secondary + expansion prerequisite lists. See Savannah bug #16545. + + * scripts/features/escape: Test escaped ":" in prerequisite lists. + See Savannah bug #12126. + * scripts/variables/private: Test appending private variables in pattern-specific target rules. See Savannah bug #35468. |