From f64cd71d442b0b7152131282dd7567be010edb78 Mon Sep 17 00:00:00 2001 From: dana Date: Mon, 24 Dec 2018 02:42:18 -0600 Subject: 43935: Reject too-large nanosecond values given to strftime ... and, in so doing, fix an error in the tests on 32-bit machines. The value for the new too-large test is changed slightly from the patch posted to the ML to make it test for the right thing on 32-bit machines as well. --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ac8524bd0..8f92c8e34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -2018-12-17 dana +2018-12-24 dana + + * 43935 (tweaked): Src/Modules/datetime.c, Test/V09datetime.ztst: + Fix test error on 32-bit machines, reject too-large nanosecond + values given to strftime + +2018-12-23 dana * 43928: Completion/Base/Utility/_alternative: Evaluate (...) action syntax as with _arguments -- cgit 1.4.1