From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27635 invoked from network); 18 Nov 2008 16:06:02 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 18 Nov 2008 16:06:02 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 77852 invoked from network); 18 Nov 2008 16:05:56 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 18 Nov 2008 16:05:56 -0000 Received: (qmail 7392 invoked by alias); 18 Nov 2008 16:05:51 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26065 Received: (qmail 7382 invoked from network); 18 Nov 2008 16:05:50 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 18 Nov 2008 16:05:50 -0000 Received: from cluster-g.mailcontrol.com (cluster-g.mailcontrol.com [208.87.233.190]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 2EFC380524C4 for ; Tue, 18 Nov 2008 17:05:46 +0100 (CET) Received: from cameurexb01.EUROPE.ROOT.PRI ([193.128.72.68]) by rly28g.srv.mailcontrol.com (MailControl) with ESMTP id mAIG5EDF019276 for ; Tue, 18 Nov 2008 16:05:43 GMT Received: from news01.csr.com ([10.103.143.38]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.3959); Tue, 18 Nov 2008 16:04:51 +0000 Received: from news01.csr.com (localhost.localdomain [127.0.0.1]) by news01.csr.com (8.14.2/8.13.4) with ESMTP id mAIG4pAb006158 for ; Tue, 18 Nov 2008 16:04:51 GMT Received: from csr.com (pws@localhost) by news01.csr.com (8.14.2/8.14.2/Submit) with ESMTP id mAIG4pBZ006154 for ; Tue, 18 Nov 2008 16:04:51 GMT Message-Id: <200811181604.mAIG4pBZ006154@news01.csr.com> X-Authentication-Warning: news01.csr.com: pws owned process doing -bs To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: PATCH: bad clash between process substitution and numeric glob In-reply-to: <081118072410.ZM8571@torch.brasslantern.com> References: <16038.1227002393@csr.com> <081118072410.ZM8571@torch.brasslantern.com> Comments: In-reply-to Bart Schaefer message dated "Tue, 18 Nov 2008 07:24:10 -0800." Date: Tue, 18 Nov 2008 16:04:51 +0000 From: Peter Stephenson X-OriginalArrivalTime: 18 Nov 2008 16:04:51.0270 (UTC) FILETIME=[635D0660:01C94997] X-Scanned-By: MailControl A_08_51_00 (www.mailcontrol.com) on 10.71.0.138 X-Virus-Scanned: ClamAV 0.92.1/8647/Tue Nov 18 16:09:15 2008 on bifrost X-Virus-Status: Clean 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 Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070