Tag
Hash :
589b85d1
Author :
Date :
2007-06-18T23:09:12
Detect porting problems to FreeBSD/arm, which has time_t wider than long int. Original problem reported for GNU diff by Xin Li in <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>. * modules/getdate (Depends-on): Add intprops, verify. * lib/getdate.y: Include intprops.h, verify.h. Verify that time_t is an integer type no wider than long int.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
Description:
Convert a date/time string to linear time.
Files:
doc/getdate.texi
lib/getdate.h
lib/getdate.y
m4/bison.m4
m4/tm_gmtoff.m4
m4/getdate.m4
Depends-on:
stdbool
gettime
intprops
mktime
setenv
time
verify
xalloc
configure.ac:
gl_GETDATE
Makefile.am:
lib_SOURCES += getdate.y
BUILT_SOURCES += getdate.c
MAINTAINERCLEANFILES += getdate.c
EXTRA_DIST += getdate.c
Include:
"getdate.h"
License:
GPL
Maintainer:
Paul Eggert