summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-01-26 18:10:39 +0000
committerPeter Stephenson <pws@zsh.org>2015-01-26 18:10:39 +0000
commit513662859905e132d29bb82ba4fe5c1ea8de0a44 (patch)
tree45c2a2a23cc0e6f9fb9d940ada63d7e253420f82 /ChangeLog
parent494c251cb0b0af70ac940b42df1d6c9940e469c8 (diff)
downloadzsh-513662859905e132d29bb82ba4fe5c1ea8de0a44.tar.gz
zsh-513662859905e132d29bb82ba4fe5c1ea8de0a44.zip
Unsetting gdbm tied variable basically works.
Allows variables in nested scope. However, explicitly untying a variable doesn't properly expose the scope above.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 191d6a9e2..fc6264497 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-01-26 Peter Stephenson <p.stephenson@samsung.com>
+
+ * 34402: Src/Modules/db_gdbm.c: make unsetting a tied gdbm
+ variable work and hence allow tied variables in nested scope.
+ Untying still doesn't uncover scope properly.
+
2015-01-25 Barton E. Schaefer <schaefer@zsh.org>
* 34399: Src/utils.c: fix polltty thinko from 34365