diff options
| author | Peter Stephenson <pws@zsh.org> | 2015-08-18 16:20:48 +0100 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2015-08-18 16:20:48 +0100 |
| commit | f8164fb647a8e7947cfde137ddd9517b2fab51c4 (patch) | |
| tree | 493d0eaddda9ee2e14772282db0a70aa07903cf3 /ChangeLog | |
| parent | Revert "36222: unmetafy output from strftime" (diff) | |
| download | zsh-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |
