crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / posixtm
index 4af52d3d99df1ee0cb1573ca8ab72a7fae249616..8e3a4db65b61b220fbff62f869f405f3bff27e4f 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Convert a date/time string (POSIX syntax) to linear time or broken-down time.
 
 Files:
 lib/posixtm.h
@@ -6,14 +7,21 @@ lib/posixtm.c
 m4/posixtm.m4
 
 Depends-on:
-unlocked-io
+mktime
+stdbool
+stpcpy
 
 configure.ac:
 gl_POSIXTM
 
 Makefile.am:
-lib_SOURCES += posixtm.h posixtm.c
+lib_SOURCES += posixtm.c
 
 Include:
 "posixtm.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering