Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: bad clash between process substitution and numeric glob
- X-seq: zsh-workers 26065
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: bad clash between process substitution and numeric glob
- Date: Tue, 18 Nov 2008 16:04:51 +0000
- In-reply-to: <081118072410.ZM8571@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <16038.1227002393@xxxxxxx> <081118072410.ZM8571@xxxxxxxxxxxxxxxxxxxxxx>
Bart Schaefer wrote:
> On Nov 18, 9:59am, Peter Stephenson wrote:
> } Subject: PATCH: bad clash between process substitution and numeric glob
> }
> } /**/
> } -mod_export char ztokens[] = "#$^*()$=|{}[]`<>?~`,'\"\\\\";
> } +mod_export char ztokens[] = "#$^*()$=|{}[]`<>>?~`,'\"\\\\";
>
> Correct me if I'm wrong, but this is going to break zcompiled scripts
> that were created with earlier versions of the shell.
I've no idea, that's all a complete black box to me.
> Not that you need to avoid that, but it might be worth explicitly
> calling out if true, and also bump the ZSH_VERSION number so it's
> detectable at run time.
That's easy to do anyway if that's going to be safer.
Index: Config/version.mk
===================================================================
RCS file: /cvsroot/zsh/zsh/Config/version.mk,v
retrieving revision 1.85
diff -u -r1.85 version.mk
--- Config/version.mk 3 Nov 2008 16:09:30 -0000 1.85
+++ Config/version.mk 18 Nov 2008 16:02:16 -0000
@@ -27,5 +27,5 @@
# This must also serve as a shell script, so do not add spaces around the
# `=' signs.
-VERSION=4.3.9-dev-0
-VERSION_DATE='November 3, 2008'
+VERSION=4.3.9-dev-1
+VERSION_DATE='November 18, 2008'
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author