diff options
author | Paul Smith <psmith@gnu.org> | 2002-09-23 22:16:40 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-09-23 22:16:40 +0000 |
commit | ae003efd6114af0c9a8750034182b883183500a7 (patch) | |
tree | 140284a79872e800ce2e6468d9b517f1ac2209fe /tests/ChangeLog | |
parent | ebd05dbeb31dbc09c496d76e802d9b68bd848e9a (diff) | |
download | gunmake-ae003efd6114af0c9a8750034182b883183500a7.tar.gz |
Fix a bug handling target/prerequisite names containing comment
characters.
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 9b5c792..6f42eae 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2002-09-23 Paul D. Smith <psmith@gnu.org> + + * scripts/features/escape: Test handling of escaped comment + characters in targets and prerequisites. + 2002-09-18 Paul D. Smith <psmith@gnu.org> * scripts/features/export: Test export/unexport of multiple |