diff options
author | Paul Smith <psmith@gnu.org> | 2002-10-05 13:45:47 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-10-05 13:45:47 +0000 |
commit | 47cd8d4624b60d3462991c436c961e0721cd278b (patch) | |
tree | 897bc298ea2cd924c12f029d6b699a2c7adaa84b /tests/ChangeLog | |
parent | d1d9c0274bf49bac2cf5293caef54f474cced796 (diff) | |
download | gunmake-47cd8d4624b60d3462991c436c961e0721cd278b.tar.gz |
Fix core dump on malformed variable line (Debian bug #81656)
Allow SysV-style variable references to use {} in addition to ().
Add variable.h to the POTFILES.in since it has a translatable string.
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 6f42eae..2c39999 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2002-10-05 Paul D. Smith <psmith@gnu.org> + + * scripts/variables/automatic: Add tests for $$(@), $${@}, $${@D}, + and $${@F}. + 2002-09-23 Paul D. Smith <psmith@gnu.org> * scripts/features/escape: Test handling of escaped comment |