about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-10-29 11:56:50 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2016-10-29 11:56:50 -0700
commitab81b98c49ace618f5a1607faf718e0b2e43948d (patch)
tree176def1f3a76e94c0b8d6821e410f702b571e373 /ChangeLog
parent87c951c6bd5f889ec849ea45353969b407f8d5d5 (diff)
downloadzsh-ab81b98c49ace618f5a1607faf718e0b2e43948d.tar.gz
zsh-ab81b98c49ace618f5a1607faf718e0b2e43948d.tar.xz
zsh-ab81b98c49ace618f5a1607faf718e0b2e43948d.zip
39758: revise 39704 for array and hash parameters; more POSIXBUITINS tweaks for
export

39704 was commit 0f5e670, forgot to reference article number in that log.

"typeset -p" outputs "typeset" for array and hash parameters, even when
exported, because those types can be marked export but are never pushed
to the enviroment.

For POSIXBUILTINS, "export var" does not implicitly set $var, and its
export state is preserved when assigned (but not when explicitly unset).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7487f01a..c453aee84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-10-29  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 39758: Src/builtin.c, Src/params.c: revise 39704 to output
+	"typeset" for array and hash parameters, even when exported; for
+	POSIXBUILTINS, "export var" does not implicitly set $var, and its
+	export state is preserved when assigned (but not when explicitly
+	unset).
+
 2016-10-28  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* users/22036: Doc/Zsh/zle.yo: bracketed-paste: Document