1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00
Files
gnulib/modules/posixtm
T
Paul Eggert 10d419cb7d posixtm: work around Glibc time issue
* modules/posixtm (Depends-on): Add time.
2023-03-10 15:47:45 -08:00

32 lines
330 B
Plaintext

Description:
Convert a date/time string (POSIX syntax) to linear time or broken-down time.
Files:
lib/posixtm.h
lib/posixtm.c
m4/posixtm.m4
Depends-on:
c-ctype
idx
mktime
stdbool
stdckdint
time
verify
configure.ac:
gl_POSIXTM
Makefile.am:
lib_SOURCES += posixtm.c
Include:
"posixtm.h"
License:
GPL
Maintainer:
Jim Meyering