about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-04-09 09:23:30 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-04-09 09:23:30 +0000
commit5ec48c8510a7f5431d118064fe46fb9ce2cf8dde (patch)
treead4f9ad23dc876c599d4d027174c4735bd03ad28 /ChangeLog
parent0b95ec1bd33699b42b11976a536900205761757a (diff)
downloadzsh-5ec48c8510a7f5431d118064fe46fb9ce2cf8dde.tar.gz
zsh-5ec48c8510a7f5431d118064fe46fb9ce2cf8dde.tar.xz
zsh-5ec48c8510a7f5431d118064fe46fb9ce2cf8dde.zip
16942: Allow zero-length matches in parameter substitutions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53504bf41..3c9ecda72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-09  Peter Stephenson  <pws@csr.com>
+
+	* 16942: Src/glob.c:  Allow zero-length matches in parameter
+	substitutions.
+
 2002-04-04  Clint Adams  <clint@zsh.org>
 
         * 16934: Completion/Unix/Command/_ssh: complete -1 as well as -2.