chiark / gitweb /
Command line interface now takes more human-friendly timestamps. This
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 24 May 2008 14:34:54 +0000 (15:34 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 24 May 2008 14:34:54 +0000 (15:34 +0100)
commitd436bd52989e64f8c3cb8a543f446136b6ab1ac4
treed2d497636ce56748c4376a2077fc3aa7d0e6f923
parent6c13a3172dd416a42952b1ad32c60f474b38bec5
Command line interface now takes more human-friendly timestamps.  This
is done via a modified version of Glibc's getdate(3).
.bzrignore
README
clients/disorder.c
doc/disorder.1.in
lib/Makefile.am
lib/dateparse.c [new file with mode: 0644]
lib/dateparse.h [new file with mode: 0644]
lib/t-dateparse.c [new file with mode: 0644]
lib/xgetdate.c [new file with mode: 0644]
tests/schedule.py