about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-01-29 21:05:17 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-01-29 21:05:17 +0000
commitbc8491c3dc939411546d0b5ee5fe25551bce424f (patch)
tree9ce77362bb55f9c83317233a0a0b14363908c32e /ChangeLog
parent22ad56296d9f2c2f57c1e6d38ad3f4b94afc9a41 (diff)
downloadzsh-bc8491c3dc939411546d0b5ee5fe25551bce424f.tar.gz
zsh-bc8491c3dc939411546d0b5ee5fe25551bce424f.tar.xz
zsh-bc8491c3dc939411546d0b5ee5fe25551bce424f.zip
34430: parameter fixes for gdbm tied hash.
Probably fix the issue with correct parameter hiding or not hiding.

A little extra safety checking.

Possibly fixed a memory leak with untying.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fe592b07..ee6860c0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+2015-01-29  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 34430: Src/Modules/db_gdbm.c, Src/params.c: various bug fixes
+	and safety additions for gdbm tied hashes.
+
 2015-01-28  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* unposted: Doc/Zsh/builtins.yo: fix other typeset doc errors
-	
+
 	* 34421: Doc/Zsh/builtins.yo: clean up typeset documentation
 
 2015-01-28  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>