about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-04-13 11:54:16 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-04-13 11:54:16 +0000
commit05ff4fb3abd960b99d6f14b0def7e9187b9c659e (patch)
treef32ee72f9a765fea1d71b578a1f0fc75a7e5fc51 /ChangeLog
parentdbe21c8129030643fc8a2e3f6c3a744d677efcdc (diff)
downloadzsh-05ff4fb3abd960b99d6f14b0def7e9187b9c659e.tar.gz
zsh-05ff4fb3abd960b99d6f14b0def7e9187b9c659e.tar.xz
zsh-05ff4fb3abd960b99d6f14b0def7e9187b9c659e.zip
23273: fix bad patterns in reverse array subscripting
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f536f7998..17f851db6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-04-13  Peter Stephenson  <pws@csr.com>
 
+	* 23273: Src/params.c, Test/D04parameter.ztst: bad patterns
+	in ${var[(r)...]} returned the first element of an array instead
+	of the empty string.
+
 	* 23271: Pete Hollobon: Completion/Unix/Command/_sqsh,
 	Completion/Unix/Command/.distfiles: new completion.