chiark / gitweb /
Use a local implementation of strptime() instead of broken OS ones
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 28 Dec 2008 11:10:39 +0000 (11:10 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 28 Dec 2008 11:10:39 +0000 (11:10 +0000)
commit477f956cbdc5001ac57e4ad46b760c694502929f
treefd23e1f5a0baf23ad684333a1a242af3cf5f24ba
parentedff49e6c9a324e89331eae83e02bfbf7fe851de
Use a local implementation of strptime() instead of broken OS ones
lib/Makefile.am
lib/dateparse.c
lib/strptime.c [new file with mode: 0644]
lib/strptime.h [new file with mode: 0644]
lib/xgetdate.c
libtests/t-dateparse.c