summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-03-10 17:55:37 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-03-10 17:55:37 +0000
commit43d480057b2255d4fc82cc4eded038bcea0b5cb6 (patch)
treeb47bf1f7c0a780f921d8b01c3b0902ea3b37dc5a /ChangeLog
parent20955: "unset foo" should return status 0 if foo was not set (diff)
downloadzsh-43d480057b2255d4fc82cc4eded038bcea0b5cb6.tar
zsh-43d480057b2255d4fc82cc4eded038bcea0b5cb6.tar.gz
zsh-43d480057b2255d4fc82cc4eded038bcea0b5cb6.tar.bz2
zsh-43d480057b2255d4fc82cc4eded038bcea0b5cb6.tar.lz
zsh-43d480057b2255d4fc82cc4eded038bcea0b5cb6.tar.xz
zsh-43d480057b2255d4fc82cc4eded038bcea0b5cb6.tar.zst
zsh-43d480057b2255d4fc82cc4eded038bcea0b5cb6.zip
20959: fix crash unloading zsh/parameter and test the fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c42c7290..ddcd88691 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-10 Peter Stephenson <pws@csr.com>
+
+ * 20959 (variant of 20958): Src/params.c, Src/Module/parameter.c,
+ Test/V01zmodload.ztst: fix crash unloading zsh/parameter and test.
+
2005-03-09 Peter Stephenson <pws@csr.com>
* 20955: README, Src/builtin.c: "unset foo" should return