diff options
| author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-12-07 21:49:07 +0000 |
|---|---|---|
| committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-12-07 21:49:07 +0000 |
| commit | f5b8efa7e0450450a91c8263733502f9de6729b4 (patch) | |
| tree | 29b5f892a5d76ab66179b0502a25b9f95840093c /ChangeLog | |
| parent | 37331: Use a single chracter to represent an MB_INCOMPLETE. (diff) | |
| download | zsh-f5b8efa7e0450450a91c8263733502f9de6729b4.tar zsh-f5b8efa7e0450450a91c8263733502f9de6729b4.tar.gz zsh-f5b8efa7e0450450a91c8263733502f9de6729b4.tar.bz2 zsh-f5b8efa7e0450450a91c8263733502f9de6729b4.tar.lz zsh-f5b8efa7e0450450a91c8263733502f9de6729b4.tar.xz zsh-f5b8efa7e0450450a91c8263733502f9de6729b4.tar.zst zsh-f5b8efa7e0450450a91c8263733502f9de6729b4.zip | |
37344: restore old printable quoting, add ${(q+)...}.
The \C- form is only used inside quotedzputs().
${(q+)...} outputs a quotedzputs() representation.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2015-12-07 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 37344: Doc/Zsh/expn.yo, Src/subst.c, Src/utils.c, Src/zsh.h, + Test/D04parameter.ztst, Test/V09datetime.ztst: restore old + printable quoting of characters when not used from quotedzputs() + and add ${(q+)...} to output the new form. + * 37331: Src/utils.c: use a single character to represent an MB_INCOMPLETE string even if multiple octets. |
