notmuch/parse-time-string
Jonas Bernoulli c454135376 emacs: Use makefile-gmake-mode in Makefile*s
Use `makefile-gmake-mode' instead of `makefile-mode' because the
former also highlights ifdef et al. while the latter does not.

"./Makefile.global" and one "Makefile.local" failed to specify any
major mode at all but doing so is necessary because Emacs does not
automatically figure out that these are Makefiles (of any flavor).
2020-08-09 21:14:36 -03:00
..
Makefile parse-time-string: add a date/time parser to notmuch 2012-10-31 16:42:29 -03:00
Makefile.local emacs: Use makefile-gmake-mode in Makefile*s 2020-08-09 21:14:36 -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.