From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17864 invoked from network); 8 Jul 1998 17:15:25 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 8 Jul 1998 17:15:25 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id MAA21288; Wed, 8 Jul 1998 12:54:01 -0400 (EDT) Resent-Date: Wed, 8 Jul 1998 12:54:01 -0400 (EDT) Message-Id: <9807081649.AA44720@ibmth.df.unipi.it> To: zsh-workers@math.gatech.edu (Zsh hackers list) Subject: PATCH: 4.1.4: POSIX ranges, supplementary Date: Wed, 08 Jul 1998 18:49:19 +0200 From: Peter Stephenson Resent-Message-ID: <"SpIgv2.0.WC5.eGwer"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4212 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Sorry. You'll find that ']' has all kinds of unexpected properties until you apply this additional patch. *** Src/glob.c.range2 Wed Jul 8 15:25:05 1998 --- Src/glob.c Wed Jul 8 18:46:07 1998 *************** *** 2216,2222 **** /* we made sure in parsecomp() there was a ':' to search for */ *patptr = strchr(start, ':'); ! len = *patptr++ - start; if (!strncmp(start, "alpha", len)) return isalpha(ch); --- 2216,2222 ---- /* we made sure in parsecomp() there was a ':' to search for */ *patptr = strchr(start, ':'); ! len = (*patptr)++ - start; if (!strncmp(start, "alpha", len)) return isalpha(ch); -- Peter Stephenson Tel: +39 50 844536 WWW: http://www.ifh.de/~pws/ Gruppo Teorico, Dipartimento di Fisica Piazza Torricelli 2, 56100 Pisa, Italy