X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fstrptime;h=74570f5a895b63c5eb808821b0752f38cbee225c;hb=065a39d1ff7eb9dba34f3a4020be752a53546a43;hp=aecfd36dd64ccd7103b597869f5e87eb1b9eeaa3;hpb=8a668ba3e691cb4260fd5256c141ab6e7ad24a2b;p=gnulib.git diff --git a/modules/strptime b/modules/strptime index aecfd36dd..74570f5a8 100644 --- a/modules/strptime +++ b/modules/strptime @@ -1,15 +1,19 @@ Description: -convert a string representation of time to a time tm structure +Convert a string representation of time to a tm structure. Files: lib/strptime.c -lib/strptime.h m4/strptime.m4 +m4/tm_gmtoff.m4 Depends-on: +extensions sys_time string strcase +stdbool +time +time_r configure.ac: gl_FUNC_STRPTIME @@ -17,11 +21,10 @@ gl_FUNC_STRPTIME Makefile.am: Include: -"strptime.h" + License: -LGPL +LGPLv2+ Maintainer: glibc -