]> diplodocus.org Git - nmh/history - sbr/error.c
new.c: Order two return statements to match comment.
[nmh] / sbr / error.c
2017-08-27 Ralph CorderoyAdd die(fmt, ...). Equivalent to adios(NULL, fmt,...
2017-05-15 Ralph CorderoyMatch `NORETURN' function prototypes by adding it to...
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-04-17 Ralph CorderoyAllow advertise() to assume strerror(3) won't fail.
2017-04-17 Ralph CorderoyImprove function comments for the ad... diagnostic...
2017-04-17 Ralph CorderoyFix bug in advertise("", "", "foo", ap).
2017-04-17 Ralph CorderoyAdd inform() to provide an equivalent to advise(NULL...
2016-12-10 Ralph CorderoyDocument that adios() does not return. abort() ensures...
2016-12-08 David LevineReplaced !iscntrl() with isprint().
2016-10-31 David LevineReplaced BUFSIZ with NMH_BUFSIZ in a few places.
2016-10-22 Ralph CorderoyCheck advertise()'s iob[] isn't too short with assert(3).
2016-10-22 Ralph CorderoyUse macros in advertise() to simplify source.
2016-10-22 Ralph CorderoyDocument advise(), adios(), admonish(), and advertise().
2016-10-19 Ralph CorderoyDon't recurse in advertise() on writev(2) error, just...
2016-06-12 David LevineAdded consts to adios(), advise(), and advertise()...
2016-06-12 David LevineAdded consts to adios(), advise(), and advertise()...
2016-06-12 David LevineAdded const to first arg of adios().
2016-04-03 Eric GillespieRename and document functions that read from stdin.
2016-03-25 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-24 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-18 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-13 David LevineMerge branch 'master' into xoauth
2014-12-09 Eric GillespieImplement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and...
2014-08-26 David LevineCheck return values of system calls in several sbr...
2014-01-03 Ken HornsteinGarbage collect some Autoconf cruft that has been aroun...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-05-13 Dan HarklessUse "#include <errno.h>" instead of "extern int errno...
1999-04-30 Doug MorrisInitial revision