about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2021-04-18 14:26:12 -0700
committerBart Schaefer <schaefer@ipost.com>2021-04-18 14:26:12 -0700
commit71b747567e350c5f849897c424ea76fd05b34ffe (patch)
tree71ac096df68a13309adf4abffcd6a31ebcc67200 /ChangeLog
parent82ff9f24f170eea7daa935fdaa09ab75a2f277ff (diff)
downloadzsh-71b747567e350c5f849897c424ea76fd05b34ffe.tar.gz
zsh-71b747567e350c5f849897c424ea76fd05b34ffe.tar.xz
zsh-71b747567e350c5f849897c424ea76fd05b34ffe.zip
47704: POSIX export and readonly ignore "-p" when parameter names also appear
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7dcbbc533..c450afd05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2021-04-18  Bart Schaefer  <schaefer@zsh.org>
 
+	* 47704: Src/builtin.c, Src/params.c, Test/B02typeset.ztst:
+	POSIX export and readonly ignore the "-p" option when parameter
+	names are also present.
+
 	* 48560: Completion/compinit, Doc/Zsh/builtins.yo,
 	Doc/Zsh/options.yo, Doc/Zsh/params.yo, Src/builtin.c,
 	Src/options.c, Src/params.c, Src/subst.c, Src/zsh.h,