Complete last ChangeLog entry.
[gnulib.git] / modules / strptime
1 Description:
2 Convert a string representation of time to a tm structure.
3
4 Files:
5 lib/strptime.c
6 m4/strptime.m4
7 m4/tm_gmtoff.m4
8
9 Depends-on:
10 extensions
11 sys_time
12 string
13 strcase
14 stdbool
15 time
16 time_r
17
18 configure.ac:
19 gl_FUNC_STRPTIME
20 gl_TIME_MODULE_INDICATOR([strptime])
21
22 Makefile.am:
23
24 Include:
25 <time.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 glibc