diff options
author | Paul Smith <psmith@gnu.org> | 2002-10-13 18:50:10 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-10-13 18:50:10 +0000 |
commit | 8bbdbb02b30ffd39c2fac9259b3a91cb62e1711d (patch) | |
tree | 19aedce81b831b1ad57c3b0fef27589070dc879c /tests/ChangeLog | |
parent | 47cd8d4624b60d3462991c436c961e0721cd278b (diff) | |
download | gunmake-8bbdbb02b30ffd39c2fac9259b3a91cb62e1711d.tar.gz |
Fix bug#1379: don't use alloca() where it could overrun the stack size.
Implemented enhancement #1391: allow "export" in target-specific
variable definitions.
Change the Info name of the "Automatic" node to "Automatic Variables".
Add text clarifying the scope of automatic variables to that section.
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 2c39999..3c62080 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2002-10-13 Paul D. Smith <psmith@gnu.org> + + * scripts/features/targetvars: Add a test for exporting + target-specific vars (Bug #1391). + 2002-10-05 Paul D. Smith <psmith@gnu.org> * scripts/variables/automatic: Add tests for $$(@), $${@}, $${@D}, |