Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: bad clash between process substitution and numeric glob



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