view modules/strftime-fixes @ 40215:88b18d82fa61

crypto/des: Fix undefined behaviour. * lib/des.c (READ_64BIT_DATA): Cast bytes to 'unsigned int', to avoid shift operations on 'int'.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Mar 2019 22:21:25 +0100
parents e79ac83f5a0f
children
line wrap: on
line source

Description:
strftime() function: convert broken-down time to string.

Files:
lib/strftime-fixes.c
m4/strftime-fixes.m4

Depends-on:
time

configure.ac:
gl_FUNC_STRFTIME
if test $REPLACE_STRFTIME = 1; then
  AC_LIBOBJ([strftime-fixes])
fi
gl_TIME_MODULE_INDICATOR([strftime])

Makefile.am:

Include:
<time.h>

License:
LGPLv2+

Maintainer:
all