]> diplodocus.org Git - nmh/history - sbr/ext_hook.c
Fix invalid pointer arithmetic.
[nmh] / sbr / ext_hook.c
2017-09-18 Ralph CorderoyReplace `_exit(-1)' with `_exit(1)'.
2017-09-13 Ralph Corderoyext_hook(): Flip if-statement condition so then-block...
2017-09-12 Ralph CorderoyReplace `return (0)' and similar with `return 0'.
2017-08-23 Ralph CorderoyJoin the lines of another couple of `else if'.
2017-08-09 Ralph CorderoySilence more gcc format-string warnings.
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
2016-10-19 Ralph CorderoyReplace `(char *)0' et al with `NULL'.
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-02-24 Ken HornsteinFix up error reporting for the hook code.
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-01 Ken HornsteinFinally switch over from vfork() to fork() completely.
2013-02-01 Ken HornsteinMore code converted to use argsplit().
2012-01-17 David LevineWell the wrap of vfork() calls didn't work: its semant...
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2002-09-09 Jon SteinhartNew routine that provides interface to external programs.