zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@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	[thread overview]
Message-ID: <9807081649.AA44720@ibmth.df.unipi.it> (raw)

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 <pws@ibmth.df.unipi.it>       Tel: +39 50 844536
WWW:  http://www.ifh.de/~pws/
Gruppo Teorico, Dipartimento di Fisica
Piazza Torricelli 2, 56100 Pisa, Italy


                 reply	other threads:[~1998-07-08 17:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9807081649.AA44720@ibmth.df.unipi.it \
    --to=pws@ibmth.df.unipi.it \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).