Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Pattern change
- X-seq: zsh-workers 20491
- From: pws@xxxxxxxxxxxxxxxxxxxxxxxx
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: Pattern change
- Date: Fri, 15 Oct 2004 12:22:21 +0200 (CEST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: pws@xxxxxxxxxxxxxxxxxxxxxxxx
> I'm about to commit the change suggested by Bart that treats the test string for
> pattern matching by length instead of assuming null termination.
This is now committed.
> Pattern matching still uses memory allocation internally in two places. First, it
> uses it to copy in the start of the path for ~-exclusion. This can probably be
> moved further up by using appropriate flags.
Fixed this in the meanwhile, too.
I can see how to improve the other case, but it makes it yet more complicated, so
I'm not sure it's worth it.
--
Whatever you Wanadoo:
http://www.wanadoo.co.uk/time/
This email has been checked for most known viruses - find out more at: http://www.wanadoo.co.uk/help/id/7098.htm
Messages sorted by:
Reverse Date,
Date,
Thread,
Author