notmuch/parse-time-string
uncrustify 8a3f86f2f9 parse-time-string: run uncrustify
This is the result of running

     $ uncrustify --replace --config ../devel/uncrustify.cfg *.c *.h

in the parse-time-string directory
2019-06-14 07:41:27 -03:00
..
Makefile parse-time-string: add a date/time parser to notmuch 2012-10-31 16:42:29 -03:00
Makefile.local parse-time-string: add a date/time parser to notmuch 2012-10-31 16:42:29 -03:00
parse-time-string.c parse-time-string: run uncrustify 2019-06-14 07:41:27 -03:00
parse-time-string.h parse-time-string: run uncrustify 2019-06-14 07:41:27 -03:00
README parse-time-string: add a date/time parser to notmuch 2012-10-31 16:42:29 -03:00

PARSE TIME STRING
=================

parse_time_string() is a date/time parser originally written for
notmuch by Jani Nikula <jani@nikula.org>. However, there is nothing
notmuch specific in it, and it should be kept reusable for other
projects, and ready to be packaged on its own as needed. Please do not
add dependencies on or references to anything notmuch specific. The
parser should only depend on the C library.