diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-05-27 18:57:34 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-05-27 18:57:34 +0000 |
commit | 147cedfb6fa2973f6ff6ce69d63d98096b4e2604 (patch) | |
tree | e263053dbf28f5ae4bd88743fc06e4856e6ff9a9 /ChangeLog | |
parent | 43ee0cd4fd3ea9f87fe0428d41dc4010bdd8e61d (diff) | |
download | zsh-147cedfb6fa2973f6ff6ce69d63d98096b4e2604.tar.gz zsh-147cedfb6fa2973f6ff6ce69d63d98096b4e2604.tar.xz zsh-147cedfb6fa2973f6ff6ce69d63d98096b4e2604.zip |
27965, 27966: Improve ${(q)...}: newline appears as $'\n;,
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 7fd3d0c1e..e2f427227 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-05-27 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 27965 plus as per 27966: Src/builtin.c, Src/subst.c, + Src/utils.c, Src/zsh.h: Use $'\n' quoting instead of literal + newline for ${(q)...} to avoid lines getting split unexpectedly. + Quote empty strings as ''. + * 27976: Doc/Zsh/expn.yo: add yet more to the my-brain-hurts description of how parameter expansion is ordered. @@ -13164,5 +13169,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4983 $ +* $Revision: 1.4984 $ ***************************************************** |