]> diplodocus.org Git - nmh/history - uip/mhical.c
getpass.c: Move interface to own file.
[nmh] / uip / mhical.c
2017-11-12 Ralph Corderoyambigsw.c: Move interface to own file.
2017-11-12 Ralph Corderoypath.c: Move interface to own file.
2017-11-12 Ralph Corderoyprint_version.c: Move interface to own file.
2017-11-12 Ralph Corderoyprint_help.c: Move interface to own file.
2017-11-12 Ralph CorderoyUse #include with `""' for including nmh's source.
2017-11-12 Ralph Corderoyerror.c: Move interface to own file.
2017-11-02 Ralph CorderoyMove the opening brace of a C function to its own line.
2017-10-30 Ralph Corderoyuip: Replace some ints that are only ever 0 or 1 with...
2017-10-30 Ralph Corderoynmh_init(): Replace integer parameter with two bools.
2017-10-30 Ralph CorderoyReplace adios(NULL, ...) with die(...).
2017-09-21 Ralph CorderoyDetect function-pointer `done' being set twice in a...
2017-09-10 Ralph CorderoyReplace printf("%s\n", foo) and similar with puts(foo).
2017-08-27 Ralph CorderoyAdd gcc's pure function attribute.
2017-08-17 Leonardo Taccarimhical expected an ics file as input and after just...
2017-08-01 Ken HornsteinMerge branch 'fix-post-bcc'
2017-07-16 David LevineEnhanced mhical syntax error message to provide some...
2017-05-12 Ralph CorderoyUse existing macros min() and max() more.
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-16 Ralph CorderoyReplace some strdup() with mh_xstrdup().
2016-11-13 Ralph CorderoyReplace many add(s, NULL) with mh_xstrdup(s).
2016-10-24 Ralph Corderoymhical.c: display(): Replace memcpy() with struct assig...
2016-10-06 David LevineMerge branch 'welcome'
2016-09-29 David LevineInstead of relying on invo_name to decide whether to...
2016-03-13 David LevineMerge branch 'master' into xoauth
2016-01-23 David Levinemhical enhancement: If a datetime is missing the time...
2015-11-18 David LevineIf format_datetime() returns null, store a copy of...
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...