diff options
author | Paul Smith <psmith@gnu.org> | 2005-06-09 19:19:20 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-06-09 19:19:20 +0000 |
commit | dd30b0552ffc4276e1ada07100b7eb4e231805fa (patch) | |
tree | 70560f2abb0526fa4dee4e3309f24fb6b202f425 /tests/ChangeLog | |
parent | af88a3550a6202361aa9eab7e59d83b0bf2c1610 (diff) | |
download | gunmake-dd30b0552ffc4276e1ada07100b7eb4e231805fa.tar.gz |
Fix Savannah bug #11913: ensure that scopes such as foreach, etc. take
precedence over the global scope when they're used in a global context
(such as an eval).
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index b33269c..ffb3fe0 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2005-06-09 Paul D. Smith <psmith@gnu.org> + + * scripts/functions/foreach: Add a test for Savannah bug #11913. + 2005-05-31 Boris Kolpackov <boris@kolpackov.net> * scripts/features/include: Add a test for Savannah bug #13216. |