Hash :
16778a29
Author :
Date :
2017-04-30T13:32:40
localtime: New module. * lib/time.in.h (localtime): Declare also if requested by module 'localtime'. * lib/localtime.c: New file. * m4/localtime.m4: New file. * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_LOCALTIME. * modules/time (Makefile.am): Substitute GNULIB_LOCALTIME. * modules/localtime: New file. * doc/posix-functions/localtime.texi: Mention the new module.
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