summaryrefslogtreecommitdiffstats
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
parent45004: Fix typos in comments (diff)
downloadzsh-273d669a568ed9ee705916e42945f4239501cdcb.tar
zsh-273d669a568ed9ee705916e42945f4239501cdcb.tar.gz
zsh-273d669a568ed9ee705916e42945f4239501cdcb.tar.bz2
zsh-273d669a568ed9ee705916e42945f4239501cdcb.tar.lz
zsh-273d669a568ed9ee705916e42945f4239501cdcb.tar.xz
zsh-273d669a568ed9ee705916e42945f4239501cdcb.tar.zst
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,