Hash :
d959e39c
Author :
Date :
2023-05-17T12:24:07
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.
Description:
nstrftime() function: convert date and time to string, with GNU extensions.
Files:
lib/strftime.h
lib/nstrftime.c
m4/tm_gmtoff.m4
m4/nstrftime.m4
Depends-on:
attribute
c99
errno
extensions
intprops
libc-config
stdbool
stdckdint
time_rz
configure.ac:
gl_FUNC_GNU_STRFTIME
Makefile.am:
lib_SOURCES += nstrftime.c
Include:
"strftime.h"
License:
LGPL
Maintainer:
Jim Meyering, glibc