]> git.cworth.org Git - notmuch/commit
parse-time-string: add a date/time parser to notmuch
authorJani Nikula <jani@nikula.org>
Tue, 30 Oct 2012 20:32:33 +0000 (22:32 +0200)
committerDavid Bremner <bremner@debian.org>
Wed, 31 Oct 2012 19:42:29 +0000 (16:42 -0300)
commitd86522637a7cd0455c127284ebccf3645d681441
tree4ce528a6a9ccf26d748ef4805d697ba5cb85c313
parentc158201ee217740cb1b64858df8c7d39cf7793d0
parse-time-string: add a date/time parser to notmuch

Add a date/time parser to notmuch, to be used for adding date range
query support for notmuch lib later on. Add the parser to a directory
of its own to make it independent of the rest of the notmuch code
base.

Signed-off-by: Jani Nikula <jani@nikula.org>
Makefile
parse-time-string/Makefile [new file with mode: 0644]
parse-time-string/Makefile.local [new file with mode: 0644]
parse-time-string/README [new file with mode: 0644]
parse-time-string/parse-time-string.c [new file with mode: 0644]
parse-time-string/parse-time-string.h [new file with mode: 0644]