Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: globbing bug, 3.0.6
- X-seq: zsh-workers 10997
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: globbing bug, 3.0.6
- Date: Fri, 28 Apr 2000 10:06:03 +0100
- In-reply-to: "Your message of Fri, 28 Apr 2000 01:01:53 -0000." <1000428010153.ZM21628@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
> I don't want to change this in 3.0.8 unless it's also changing in 3.1.7
> or soon thereafter. What's the verdict on this one, folks? Apparently
> bash behaves as zsh does now, but that's not a conclusive argument.
I hesitate to reply, since I seem to be missing something, but as far as
I'm concerned, zsh 3.1.7 just uses straightforward character range
comparisons (not POSIX collation) with ordinary ranges such as [A-Z], but
uses whatever the system tells it with special classes such as [[:upper:]]
(this comes straight from ctype, not the zsh type macros), and this has
been the case for the past couple of versions. Does anyone have evidence
to the contrary? Barring a new option, is that the best default behaviour?
Does anyone want an option POSIX_RANGES to restore full POSIX behaviour,
despite the drawbacks?
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author