From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10085 invoked by alias); 22 Apr 2015 09:12:05 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34946 Received: (qmail 1027 invoked from network); 22 Apr 2015 09:12:03 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, SPF_HELO_PASS autolearn=ham version=3.3.2 X-AuditID: cbfec7f4-f79c56d0000012ee-d9-553763857a00 Date: Wed, 22 Apr 2015 10:01:53 +0100 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: Potential 3.0.8 [was Re: broken parsing with $((`:`))] Message-id: <20150422100153.2bd64435@pwslap01u.europe.root.pri> In-reply-to: <150415092300.ZM26692@torch.brasslantern.com> References: <20150415030531.GA8187@vapier> <20150415100324.296ffa3e@pwslap01u.europe.root.pri> <150415081348.ZM26219@torch.brasslantern.com> <20150415162650.61a7d399@pwslap01u.europe.root.pri> <150415092300.ZM26692@torch.brasslantern.com> Organization: Samsung Cambridge Solution Centre X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; i386-redhat-linux-gnu) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrELMWRmVeSWpSXmKPExsVy+t/xK7qtyeahBkuPaFocbH7I5MDoserg B6YAxigum5TUnMyy1CJ9uwSujNWLp7EVLGWrePlcvYHxL0sXIweHhICJxMt55V2MnECmmMSF e+vZuhi5OIQEljJKrJ11lhXCmcEk8fDfNjaQKiGBbYwS9xqVQGwWAVWJGT9vM4PYbAKGElM3 zWYEsUUExCXOrj3PAmILCzhLHHp7CSzOK2AvcejeKSYQm1PASuLol4nMEAu+MUq0nboPNohf QF/i6t9PTBAn2UvMvHIGqllQ4sfke2BDmQW0JDZva2KFsOUlNq95ywxxnLrEjbu72ScwCs1C 0jILScssJC0LGJlXMYqmliYXFCel5xrqFSfmFpfmpesl5+duYoSE7JcdjIuPWR1iFOBgVOLh lVhhGirEmlhWXJl7iFGCg1lJhDfZ1jxUiDclsbIqtSg/vqg0J7X4EKM0B4uSOO/cXe9DhATS E0tSs1NTC1KLYLJMHJxSDYyN3r7z558TFl55pWxj1K3Vb01NmcOiV/6I7H5mKqxXIVT79Oqv yWLX31x83BxRzdobvsYi6/7nt4dWGWUUGrxM+ZJv4OOa9I/niIbRM5m1lpcD7xw1ufPF5uL3 Fq+Jz1/k+wYfLayZ2qzntMe2v0n/wUcPs50vfpsdVPy5S6HR0Cjjvfvui4eUWIozEg21mIuK EwG1L35xVQIAAA== On Wed, 15 Apr 2015 09:23:00 -0700 Bart Schaefer wrote: > I have the following un-pushed changes (some of which have been posted > in previous articles, some not): > > remove _message from _mkdir > unquote history words when command line has a quote > no files to add in compaudit > compsys.yo tweak "will" -> "will be" > local TZ in strftime > quote/quotebreak remove useless cast > doc vindex pid > allow clobber of zero-sized files > maybe-helpful change free() to zfree() in two places > add backslash to alias expansion matching in _expand > test for breadth-first glob with (Y1) As far as I can see the only potentially controversial thing there is "allow clobber of zero-sized files", but I haven't looked back over the messages. pws