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 /NEWS | |
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 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,7 +36,8 @@ Version 3.81beta3 * The "else" conditional line can now be followed by any other legal conditional on the same line: this does not increase the depth of the - conditional nesting. + conditional nesting, so only one "endif" is required to close the + conditional. * All pattern-specific variables that match a given target are now used (previously only the first match was used). |