summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2018-10-08 10:10:42 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2018-10-08 10:10:42 +0100
commitf99f7dca7552d21782354f675c0741896c9785f1 (patch)
treef58dbc43d86c53b5a6f5cb3513214d22e8c0368c /ChangeLog
parent5c9ef1a1faf42136ce330aa6f8e2123e83497239 (diff)
downloadzsh-f99f7dca7552d21782354f675c0741896c9785f1.tar.gz
zsh-f99f7dca7552d21782354f675c0741896c9785f1.tar.xz
zsh-f99f7dca7552d21782354f675c0741896c9785f1.zip
43616: Various parameter setting and display fixes.
Mostly to do with typeset -p and tied variables and their interaction.

Some general tied variable fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af9107e62..ad67dbc23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2018-10-08  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* Stephane: 43616: Doc/Zsh/builtins.yo, Src/Modules/db_gdbm.c,
+	Src/Modules/parameter.c, Src/builtin.c, Src/hashtable.h,
+	Src/params.c, Src/subst.c, Src/zsh.h, Test/B02typeset.ztst:
+	Fixes and improvements to tied variables and interaction
+	with typeset -p.
+
 2018-10-07  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 43587: Functions/VCS_Info/Backends/VCS_INFO_get_data_git: