about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-03-16 11:51:37 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-03-16 11:51:37 +0000
commitf9ffde8e3c19cb9606f8ae4a7e098be38e807542 (patch)
tree5c9efa0e36f1d7b7245c0326de4b3fcb79fc9824 /ChangeLog
parent24faafa24eb47a801652108c495b37003d45a193 (diff)
downloadzsh-f9ffde8e3c19cb9606f8ae4a7e098be38e807542.tar.gz
zsh-f9ffde8e3c19cb9606f8ae4a7e098be38e807542.tar.xz
zsh-f9ffde8e3c19cb9606f8ae4a7e098be38e807542.zip
20983: failed glob from fixed strings segments in globbed paths
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d324bc15c..8ed24db55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-03-16  Peter Stephenson  <pws@csr.com>
+
+	* 20983: Test/D02glob.ztst, Src/glob.c: fixed string segments
+	in globbed paths could be copied wrongly, resulting in failed globs.
+
+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-02  Clint Adams  <clint@zsh.org>
 
 	* 20906: Completion/Unix/Command/_make: patch from