From acbd2ca701ea6b91e3f3a710daa7e32295edc225 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 22 Nov 2015 18:14:13 +0000 Subject: 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. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2c50e05f8..558af14dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-11-22 Peter Stephenson + * 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". -- cgit 1.4.1