]> diplodocus.org Git - nmh/history - sbr/error.c
Alter mh-chart(7)'s NAME to be lowercase.
[nmh] / sbr / error.c
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