zsh-workers
 help / color / mirror / code / Atom feed
From: Mikael Magnusson <mikachu@gmail.com>
To: Peter Stephenson <Peter.Stephenson@csr.com>
Cc: "Zsh Hackers' List" <zsh-workers@zsh.org>
Subject: Re: Next zsh release
Date: Thu, 19 May 2011 22:15:44 +0200	[thread overview]
Message-ID: <BANLkTi=ADhAoWGHSZamKV2JUASMrDe28GA@mail.gmail.com> (raw)
In-Reply-To: <20110519160751.2dbea33a@pwslap01u.europe.root.pri>

On 19 May 2011 17:07, Peter Stephenson <Peter.Stephenson@csr.com> wrote:
> On Thu, 19 May 2011 16:55:03 +0200
> Mikael Magnusson <mikachu@gmail.com> wrote:
>> On 19 May 2011 15:02, Peter Stephenson <Peter.Stephenson@csr.com>
>> wrote:
>> > Is anything blocking the release of 4.3.12?  I think I've sorted out
>> > everything I wanted to for the short term.
>>
>> I have these four I want to commit, I've just been a bit lazy and not
>> done it yet,
>> PATCH: support negative LEN in ${VAR:OFFSET:LEN}
>> PATCH: Add g:: parameter expansion flag
>> PATCH: Remove some unused assignments/checks noticed by clang
>> "[PATCH] fix 'the the' typos" and "[PATCH] more doubles"
>>
>> Let me know if you prefer them in .12 or after, or if you don't
>> care :).
>
> If you can get them in, so much the better, particularly the typo fix.

I've committed the first two and the last two, ie not the scary unused
assignments one. I also added a small blurb to NEWS about the first
one. Should probably have added g:: too, I can do that now if you
want. I also noticed there's no Etc/relnote_4.3.11.txt.

--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,13 @@ when it should or should not exit on errors.
 The ${NAME:OFFSET:LENGTH} syntax now supports negative LENGTH, which
 counts back from the end of the string.

+The (g:opts:) flag in parameter expansion processes escape sequences like
+the echo and print builtins.  opts can be any combination of o, e and c.
+With e, acts like print rather than echo except for octal escapes which
+are controlled separately by the o option.  With c, interpret control
+sequences like "^X" as bindkey does.  Regardless of the opts, \c is not
+interpreted.
+
 Changes between versions 4.3.10 and 4.3.11
 ------------------------------------------


-- 
Mikael Magnusson


  reply	other threads:[~2011-05-19 20:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-19 13:02 Peter Stephenson
2011-05-19 14:55 ` Mikael Magnusson
2011-05-19 15:07   ` Peter Stephenson
2011-05-19 20:15     ` Mikael Magnusson [this message]
2011-05-19 15:17   ` Bart Schaefer
2011-05-19 16:49     ` Mikael Magnusson
2011-05-19 17:53     ` Mikael Magnusson
2011-05-19 18:17       ` Wayne Davison
2011-05-19 18:35         ` Mikael Magnusson

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='BANLkTi=ADhAoWGHSZamKV2JUASMrDe28GA@mail.gmail.com' \
    --to=mikachu@gmail.com \
    --cc=Peter.Stephenson@csr.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).