diff options
author | Peter Stephenson <pws@zsh.org> | 2017-01-23 09:50:57 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2017-01-23 09:50:57 +0000 |
commit | c861b17bbf002129f29e22ab625fd3516ba792a2 (patch) | |
tree | d1cd26c6a1f298840fd51fae19a4a25f279ecf10 /ChangeLog | |
parent | 8cb130fe7311aa428e93978eeceb5ab141959aa6 (diff) | |
download | zsh-c861b17bbf002129f29e22ab625fd3516ba792a2.tar.gz zsh-c861b17bbf002129f29e22ab625fd3516ba792a2.tar.xz zsh-c861b17bbf002129f29e22ab625fd3516ba792a2.zip |
40391: Add WARN_NESTED_VAR option and functions -W.
These are companions to WARN_CREATED_GLOBAL, warning when a variable from an enclosing scope is altered.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f4667ab2c..738d2048d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2017-01-23 Peter Stephenson <p.stephenson@samsung.com> + + * 40391: Completion/compinit, Doc/Zsh/builtins.yo, + Doc/Zsh/options.yo, Src/builtin.c, Src/exec.c, Src/options.c, + Src/params.c, Src/zsh.h, Test/E01options.ztst: Add + WARN_NESTED_VAR option and functions -W to turn it on similarly + to functions -T. + 2017-01-23 Daniel Shahaf <d.s@daniel.shahaf.name> * unposted: Etc/BUGS: Record users/20807 vcs_info quilt issue. |