From d959e39cbd54b4755525bcbd907a3402843dabba Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 17 May 2023 12:24:07 -0700 Subject: stdckdint: use in more modules * lib/nstrftime.c (__strftime_internal): * lib/timespec-add.c (timespec_add): * lib/timespec-sub.c (timespec_sub): * lib/xstrtol.c (bkm_scale): Prefer ckd_add to INT_ADD_WRAPV etc., and include stdckdint.h. * modules/nstrftime, modules/timespec-add, modules/timespec-sub: * modules/xstrtol: (Depends-on): Add stdckdint. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 36b3c65b81..fc4e43a881 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2023-05-17 Paul Eggert + stdckdint: use in more modules + * lib/nstrftime.c (__strftime_internal): + * lib/timespec-add.c (timespec_add): + * lib/timespec-sub.c (timespec_sub): + * lib/xstrtol.c (bkm_scale): + Prefer ckd_add to INT_ADD_WRAPV etc., and include stdckdint.h. + * modules/nstrftime, modules/timespec-add, modules/timespec-sub: + * modules/xstrtol: + (Depends-on): Add stdckdint. + nstrftime: suggest to glibc how to avoid alloca * lib/nstrftime.c (widen) [COMPILE_WIDE]: Remove. (__strftime_internal) [COMPILE_WIDE): Instead of converting the -- cgit v1.2.1