diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-11-22 18:14:13 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-11-22 18:14:13 +0000 |
commit | acbd2ca701ea6b91e3f3a710daa7e32295edc225 (patch) | |
tree | 24bc755ed62a06bb383b27ca76b43414c3ae0a59 /ChangeLog | |
parent | 544144debee50937de3bd345b2840c2f864dcb5d (diff) | |
download | zsh-acbd2ca701ea6b91e3f3a710daa7e32295edc225.tar.gz zsh-acbd2ca701ea6b91e3f3a710daa7e32295edc225.tar.xz zsh-acbd2ca701ea6b91e3f3a710daa7e32295edc225.zip |
37191: fix strftime() expansion issue with %p and %P.
In some locales the output from this can validly be empty, so we need to treat them specially.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2c50e05f8..558af14dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-11-22 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 37191: Src/utils.c: some locales prduce valid empty output for + strtfime escapes %p and %P. + * 37188: Test/B09hash.ztst: new test. * 37187: Src/builtin.c: infinite loop in "hash -m". |