From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22327 invoked by alias); 3 May 2015 20:11:49 -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: 35020 Received: (qmail 5240 invoked from network); 3 May 2015 20:11:37 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NzDK4MVYCegDFfrL4F6Yg2g6HbYoFT00wbgJ8k2jHpo=; b=gwsv9ZSF4s41grMmfdvX5PG9SwC6z566GCZinNcnM4YKQS0vlRTrayqg9jLAbf358p l7fhXcsAuBQinWipqLKabYoM9yH/MBKJXlF25ADYZ1TiJPx6pqmdFMYn05WdVwWsxLmY qZU0t51x05y7zp3VOGuiVrS+InTo1bHlQ1YHLhFhA8d3UeiNobP74c6MpJqGbbpRK8IM WFN/mp1lf3Cja+9H0+Df6pTpyPMYjrEVgm/rKR/Nnb9Vuya91MObKGg/aF5lRZQyECGX Cn+bH6MuziD3AmiR46F4s92VFIo6y4dZOzul6+xMnm9zQeMzE+rapK4cpx41i2pAxw7S /AWw== MIME-Version: 1.0 X-Received: by 10.43.151.83 with SMTP id kr19mr24810797icc.3.1430683892198; Sun, 03 May 2015 13:11:32 -0700 (PDT) In-Reply-To: <20150503190950.7048cfa0@ntlworld.com> References: <20150430210312.5c62314e@ntlworld.com> <20150501213248.029f2dc5@ntlworld.com> <20150503190950.7048cfa0@ntlworld.com> Date: Sun, 3 May 2015 22:11:32 +0200 Message-ID: Subject: Re: PATCH: 5.0.8 notes From: Mikael Magnusson To: Peter Stephenson Cc: Zsh hackers list Content-Type: text/plain; charset=UTF-8 On Sun, May 3, 2015 at 8:09 PM, Peter Stephenson wrote: > [Sorry if this gets to you twice but I think I misdirected the first.] > > Here's some NEWS, not quite as it happens. > > pws > > diff --git a/NEWS b/NEWS > index 3f60321..4163efc 100644 > --- a/NEWS > +++ b/NEWS > @@ -4,8 +4,35 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH > > Note also the list of incompatibilities in the README file. > > -Changes since 5.0.0 > -------------------- > +Changes from 5.0.7 to 5.0.8 > +--------------------------- > + > +- Global aliases can be created for syntactic tokens such as command > + separators (";", "&", "|", "&&", "||"), redirection operators, etc. > + Use at your own risk! The POSIX_ALIASES option is interpreted more > + strictly to prevent expansion of these and other alias names containing > + quotes, glob metacharacters, parameter references, etc. > + > +- There have been various further improvements to builtin handling > + with the POSIXBUILTIN option (off by default) for compatibility with > + the POSIX standard. This should be POSIX_BUILTINS (the s being more important than the _, but that would consistent with POSIX_ALIASES above). > +- 'whence -v' is now more informative, and 'whence -S' shows you > + how a full chain of symbolic links resolves to a command. > + > +- The 'p' parameter flag now allows an argument to be specified > + as a referene to a variable, e.g. ${(ps.$sep.)foo} to split $foo > + on a string given by $sep. referene -> reference -- Mikael Magnusson