]> diplodocus.org Git - nmh/history - sbr
Editing of man/refile.man.
[nmh] / sbr /
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-20 Ralph CorderoyDon't `else' after return or goto. Simplify control...
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-20 Ken HornsteinRototill credentials code so that we only prompt for...
2016-10-19 David LevineAdded locale profile component, value is passed to...
2016-10-19 Ralph CorderoyReplace strlen(), malloc(), and sprintf() with concat().
2016-10-19 Ralph CorderoyUse LEN() on string constants instead of strlen().
2016-10-19 Ralph CorderoyPut, rather than print, single characters.
2016-10-19 Ralph CorderoyPut, rather than print, single characters.
2016-10-19 Ralph CorderoyReplace `(char *)0' et al with `NULL'.
2016-10-19 Ralph CorderoyReplace `(char *)0' et al with `NULL'.
2016-10-19 Ralph CorderoyReplace `(char *)0' et al with `NULL'.
2016-10-19 Ralph CorderoyReplace `(char *)0' et al with `NULL'.
2016-10-19 Ralph CorderoyReplace `(char *)0' et al with `NULL'.
2016-10-19 Ralph CorderoyReplace strlen(), malloc(), and sprintf() with concat().
2016-10-19 Ralph CorderoyReplace sprintf() with strcpy(); it's no worse.
2016-10-19 Ralph CorderoyAdd comment describing concat().
2016-10-19 Ralph CorderoyUse the imperfect snprintf(3) instead of sprintf(3).
2016-10-19 Ralph CorderoyUse the imperfect snprintf(3) instead of sprintf(3).
2016-10-19 Ralph CorderoyUse the imperfect snprintf(3) instead of sprintf(3).
2016-10-19 Ralph CorderoyUse the imperfect snprintf(3) instead of sprintf(3).
2016-10-19 Ralph CorderoyAdd EndsWithC(char *s, int c) and call it in some initi...
2016-10-19 Ralph CorderoyAdd stdbool.h plus fallback to h/nmh.h.
2016-10-19 Ralph CorderoyFix ruserpass() to not assume `\n' present before trimming.
2016-10-19 Ralph CorderoyAlter ctype-checked to handle EOF and be hand-written.
2016-10-19 Ralph CorderoyDon't recurse in advertise() on writev(2) error, just...
2016-10-19 Ralph CorderoyReplace strchr() condition with TrimSuffixC().
2016-10-19 Ralph CorderoyAdd TrimSuffixC(char *s, int c).
2016-10-18 Ralph CorderoyRewrite r1bindex() using strrchr(3).
2016-10-18 Ralph CorderoyUse concat() in m_putenv. Add FIXME about memory leaks.
2016-10-18 Ralph CorderoyShrink the static char[] for "%d" from 8KiB to just...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-18 Ralph CorderoyFix unlikely bug in oauth's make_query_url() of base_ur...
2016-10-18 Ralph CorderoyReplace a few calculations of string lengths with concat().
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-17 Ralph CorderoyDon't call strlen() twice; save result.
2016-10-17 Ralph CorderoyDeference char pointer to test for empty string instead...
2016-10-17 Ralph CorderoyReplace getcpy() with mh_xstrdup().
2016-10-17 Ralph CorderoyReplace mh_xmalloc() with mh_xstrdup().
2016-10-17 Ralph CorderoyReplace mh_xmalloc() with mh_xstrdup().
2016-10-16 Ralph CorderoyDelete client_getcpy(); don't know why it exists.
2016-10-16 Ralph CorderoyUse mh_xstrdup() instead of getcpy() for a string constant.
2016-10-16 Ralph CorderoyRewrite getcpy() using mh_x*() allocation functions.
2016-10-16 Ralph CorderoyAdd const specifier to mh_xstrdup()'s src parameter.
2016-10-16 Ralph CorderoyRename fmt_compile.c's NEW macro to NEW_FP to avoid...
2016-10-16 Ralph CorderoyAdd mh_xstrdup() that exits on allocation failure.
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2016-10-16 Ralph CorderoyAdd macro NEW0(p) that callocs, and use it in simple...
2016-10-16 Ralph CorderoyAdd mh_xfree(), guarding free(3) from NULLs.
2016-10-16 Ralph CorderoyTweak mh_xcalloc(); print size on error, follow POSIX.
2016-10-16 Ralph CorderoyTweak mh_xrealloc(); print size on error, follow POSIX.
2016-10-16 Ralph CorderoyTweak mh_xmalloc(); print size in error, allocate...
2016-10-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
2016-10-16 Ralph CorderoyFix bug where single-character headers were sometimes...
2016-10-16 Ralph CorderoyChange all Getc() callers to use EOF, not comparisons...
2016-10-16 Ralph CorderoyDon't increment bytes_read if returning EOF.
2016-10-16 Ralph CorderoyFix spelling in comment. Alter case to match identifier.
2016-10-16 Ralph CorderoyFix spelling in warning message; s/conext/context/.
2016-10-16 Ralph CorderoySimply enter_getfld()'s structure, no functional change.
2016-10-16 Ralph CorderoyStop one lseek(2) per header fetched by m_getfld.c...
2016-10-15 Ralph CorderoyFix error message when attempting to xmh_realloc()...
2016-10-14 David LevineTweaked formatting of welcome message.
2016-10-11 Ralph CorderoyI've written a getline(3) from scratch based on
2016-10-06 David LevineMoved scan_input() from uip/post.c to sbr/utils.c.
2016-10-06 David LevineReplaced strtod() with strtof().
2016-10-06 David LevineMerge branch 'welcome'
2016-10-05 Ken HornsteinImprove these comments a bit.
2016-10-02 Ken HornsteinFix some typos in the comments.
2016-10-02 Ken HornsteinMove the read buffer shuffling to BEFORE where we call...
2016-10-01 Ken HornsteinSigh, the return value from SSL_get_error() isn't suita...
2016-10-01 Ken HornsteinPrint even more errors.
2016-09-30 Ken HornsteinMake sure we retry if possible upon a TLS read, and...
2016-09-30 Eric GillespieFix typos and drop declaractions of 2 undefined functions.
2016-09-29 David LevineWelcome message enhancements:
2016-09-29 David LevineInstead of relying on invo_name to decide whether to...
2016-09-29 David LevineMake sure stderr is directed to terminal, as well as...
next