summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2019-12-12 10:22:24 +0000
committerPeter Stephenson <p.stephenson@samsung.com>2019-12-12 10:23:47 +0000
commit273d669a568ed9ee705916e42945f4239501cdcb (patch)
tree7c7a1ac21687dea39d17327ee3d99cddd26fb5c6 /ChangeLog
parentc578f0a08b9257f3db85dab5431270f1a6eb8858 (diff)
downloadzsh-273d669a568ed9ee705916e42945f4239501cdcb.tar.gz
zsh-273d669a568ed9ee705916e42945f4239501cdcb.tar.xz
zsh-273d669a568ed9ee705916e42945f4239501cdcb.zip
45001: Fix zero-length matches with ${...%...}
As the shortest match is preferred, zero-length matches beat any other.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 434318f27..dcffc5bd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-12-12  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 45001: Src/glob.c, Test/D04parameter.ztst: ${...%...} didn't
+	test for zero-length matches, which should be preferred where
+	possible.
+
 2019-12-11  Martijn Dekker  <martijn@inlv.org>
 
 	* 45004: Src/builtin.c, Src/compat.c, Src/exec.c, Src/glob.c,