summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-08-18 16:20:48 +0100
committerPeter Stephenson <pws@zsh.org>2015-08-18 16:20:48 +0100
commitf8164fb647a8e7947cfde137ddd9517b2fab51c4 (patch)
tree493d0eaddda9ee2e14772282db0a70aa07903cf3 /ChangeLog
parentRevert "36222: unmetafy output from strftime" (diff)
downloadzsh-f8164fb647a8e7947cfde137ddd9517b2fab51c4.tar
zsh-f8164fb647a8e7947cfde137ddd9517b2fab51c4.tar.gz
zsh-f8164fb647a8e7947cfde137ddd9517b2fab51c4.tar.bz2
zsh-f8164fb647a8e7947cfde137ddd9517b2fab51c4.tar.lz
zsh-f8164fb647a8e7947cfde137ddd9517b2fab51c4.tar.xz
zsh-f8164fb647a8e7947cfde137ddd9517b2fab51c4.tar.zst
zsh-f8164fb647a8e7947cfde137ddd9517b2fab51c4.zip
36227: attempt to fix metafication problem with ztrftime.
fmt is treated as metafied on entry; use returned length to ensure we metafy or output the correct length if there are embedded nulls.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2165a9ae3..d0705f8fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2015-08-18 Peter Stephenson <p.stephenson@samsung.com>
+ * 36227: Src/Builtins/sched.c, Src/Modules/datetime.c,
+ Src/Modules/stat.c, Src/builtin.c, Src/prompt.c, Src/utils.c,
+ Src/watch.c: real fix for metafication problem in ztrftime:
+ unmetafy fmt on input and metafy return value with correct
+ length.
+
* unposted: revert 36222, not the correct fix.
* 36222: Src/Modules/datetime.c: unmetafy output from strftime.