summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-11-23 21:43:14 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2015-11-23 21:43:14 -0800
commit4e90e27036d9bdaad71db895486f4895a5e6acf6 (patch)
tree0c3d92adf9c1585a08eecbb05f498a3e606aecf7 /ChangeLog
parentbc30d6bfca6f7b0a8578eecf468897975674d2b7 (diff)
downloadzsh-4e90e27036d9bdaad71db895486f4895a5e6acf6.tar.gz
zsh-4e90e27036d9bdaad71db895486f4895a5e6acf6.tar.xz
zsh-4e90e27036d9bdaad71db895486f4895a5e6acf6.zip
37208: assignment in a nested scope should not change private parameters in the outer scope from unset to set
Bug remains that the attempt does not generate a warning
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87fac0917..3a0eab704 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2015-11-23  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 37208: Src/Modules/param_private.c: assignment in a nested scope
+	should not change private parameters in the outer scope from unset
+	to set; bug remains that the attempt does not generate a warning
+
 	* 37206: Src/subst.c: fix ${(t)param} for "typeset -H param"
 
 	* 37205: Test/B01cd.ztst: update documentary comment