summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-02-13 20:25:49 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-02-13 20:25:49 +0000
commita589007d598431ea79ca1a79ef6184c52aa18ed2 (patch)
treee9c8561bf157ca91f210c5e1de30e01a5cda4ffc
parentdc09b26c21b67a6ab73d010db77e06ef60b4240d (diff)
downloadzsh-a589007d598431ea79ca1a79ef6184c52aa18ed2.tar.gz
zsh-a589007d598431ea79ca1a79ef6184c52aa18ed2.zip
unposted: initially clear list for P glob qualifier
-rw-r--r--ChangeLog4
-rw-r--r--Src/glob.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 43ac03935..3534de602 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2010-02-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
+ * unposted: zero gf_pre_words from 27694.
+
* Mikael: Completion/Zsh/Type/_globquals: extend argument
handling.
@@ -12733,5 +12735,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4896 $
+* $Revision: 1.4897 $
*****************************************************
diff --git a/Src/glob.c b/Src/glob.c
index f5e072c1c..036f88ccc 100644
--- a/Src/glob.c
+++ b/Src/glob.c
@@ -1141,6 +1141,7 @@ zglob(LinkList list, LinkNode np, int nountok)
gf_noglobdots = unset(GLOBDOTS);
gf_numsort = isset(NUMERICGLOBSORT);
gf_sorts = gf_nsorts = 0;
+ gf_pre_words = NULL;
/* Check for qualifiers */
while (!nobareglob || isset(EXTENDEDGLOB)) {