view modules/localtime @ 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 8688d802c8d6
children
line wrap: on
line source

Description:
localtime() function: convert time to broken-down local time.

Files:
lib/localtime.c
m4/localtime.m4

Depends-on:
time

configure.ac:
gl_FUNC_LOCALTIME
if test $REPLACE_LOCALTIME = 1; then
  AC_LIBOBJ([localtime])
fi
gl_TIME_MODULE_INDICATOR([localtime])

Makefile.am:

Include:
<time.h>

License:
LGPLv2+

Maintainer:
all