]> diplodocus.org Git - nmh/history - sbr/datetime.c
mhbuildsbr.c: Flip logic, moving goto to then-block; no need for else.
[nmh] / sbr / datetime.c
2017-08-22 Ralph CorderoyAdd ZERO(p) for the typical memset(p, 0, sizeof *p...
2017-05-16 Ralph Corderoysbr/unquote.c: Move prototype from h/prototypes.h to...
2017-05-12 Ralph CorderoyReplace `a == b ? 1 : 0' and similar with `a == b'.
2017-05-12 Ralph CorderoyReplace `e ? 0 : 1' with `!e'.
2017-05-07 Ralph CorderoySplit some comma-operator terms into separate statements.
2017-04-28 Ralph CorderoyFix spelling in C comments.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-17 Ralph CorderoyChange admonish(NULL, "foo") to inform("foo, continuing...
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-16 Ralph CorderoyAdd macro NEW0(p) that callocs, and use it in simple...
2016-03-13 David LevineMerge branch 'master' into xoauth
2016-01-23 David Levinemhical enhancement: If a datetime is missing the time...
2015-11-19 David LevineAllow a RRULE in an iCalendar request to not have an...
2015-11-18 David LevineRemove any enclosing quotes from a timezone identifier...
2015-02-23 David LevineMerge remote-tracking branch 'origin/convertargs'
2015-02-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-02-05 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-19 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-04 David LevineAdded mhical(1), to display, reply to, and cancel iCale...