repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
posixtm
blob
8e3a4db65b61b220fbff62f869f405f3bff27e4f
1
Description:
2
Convert a date/time string (POSIX syntax) to linear time or broken-down time.
3
4
Files:
5
lib/posixtm.h
6
lib/posixtm.c
7
m4/posixtm.m4
8
9
Depends-on:
10
mktime
11
stdbool
12
stpcpy
13
14
configure.ac:
15
gl_POSIXTM
16
17
Makefile.am:
18
lib_SOURCES += posixtm.c
19
20
Include:
21
"posixtm.h"
22
23
License:
24
GPL
25
26
Maintainer:
27
Jim Meyering