zsh-workers
 help / color / mirror / code / Atom feed
From: Mikael Magnusson <mikachu@gmail.com>
To: Peter Stephenson <p.w.stephenson@ntlworld.com>
Cc: Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: PATCH: 5.0.8 notes
Date: Sun, 3 May 2015 22:11:32 +0200	[thread overview]
Message-ID: <CAHYJk3RudiS4VU783-=BXLEFngnKJFV+OHoiZiwwzJfBB5dwjg@mail.gmail.com> (raw)
In-Reply-To: <20150503190950.7048cfa0@ntlworld.com>

On Sun, May 3, 2015 at 8:09 PM, Peter Stephenson
<p.w.stephenson@ntlworld.com> 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


      reply	other threads:[~2015-05-03 20:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-30 20:03 Peter Stephenson
2015-04-30 22:13 ` Mikael Magnusson
2015-05-01 20:32   ` Peter Stephenson
2015-05-03 18:09     ` Peter Stephenson
2015-05-03 20:11       ` Mikael Magnusson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHYJk3RudiS4VU783-=BXLEFngnKJFV+OHoiZiwwzJfBB5dwjg@mail.gmail.com' \
    --to=mikachu@gmail.com \
    --cc=p.w.stephenson@ntlworld.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).