summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Src/glob.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ad718d4ea..67762161c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-09 Peter Stephenson <pws@csr.com>
+
+ * unposted: back off 14140, since logically it implies tokenizing
+ braces from parameters, which opens a whole new kettle of worms.
+
2001-05-09 Sven Wischnowsky <wischnow@zsh.org>
* 14279: Doc/Zsh/compsys.yo: add description of how to add a
diff --git a/Src/glob.c b/Src/glob.c
index 9e9aa410a..5be79329b 100644
--- a/Src/glob.c
+++ b/Src/glob.c
@@ -2373,7 +2373,6 @@ tokenize(char *s)
case '*':
case '?':
case '=':
- case ',':
for (t = ztokens; *t; t++)
if (*t == *s) {
if (bslash)