summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-12-07 21:49:07 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-12-07 21:49:07 +0000
commitf5b8efa7e0450450a91c8263733502f9de6729b4 (patch)
tree29b5f892a5d76ab66179b0502a25b9f95840093c /ChangeLog
parent37331: Use a single chracter to represent an MB_INCOMPLETE. (diff)
downloadzsh-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55a917068..7906ba40c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.