about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-05-15 09:35:24 +0100
committerPeter Stephenson <pws@zsh.org>2015-05-15 09:35:24 +0100
commite86720190efc6550086e6a733394cb393cd0da4d (patch)
tree37564de9501548e085d82426bded49ae52d74a79 /ChangeLog
parent15aa99b0fe987920df8a06a7996d8398e75d3b2a (diff)
downloadzsh-e86720190efc6550086e6a733394cb393cd0da4d.tar.gz
zsh-e86720190efc6550086e6a733394cb393cd0da4d.tar.xz
zsh-e86720190efc6550086e6a733394cb393cd0da4d.zip
35131: allow "[]" to match empty character set.
This only works if there's no further "]" in the pattern,
since if there is the first "]" has to match a literal character.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8791e5dcf..e23f314ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-05-15  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 35131: Src/pattern.c: "[]" in a pattern is treated as an empty
+	character set (matching nothing) if there are no more active "]"
+	is in the pattern.
+
 2015-05-14  Oliver Kiddle  <opk@zsh.org>
 
 	* 35139: Completion/Zsh/Context/_brace_parameter: add (b) flag