]> diplodocus.org Git - nmh/history - sbr
Rearranged statements to eliminate memory allocation.
[nmh] / sbr /
2017-04-01 David LevineCheck for sufficient room for multi-column character.
2017-03-22 Ralph CorderoyFix free(3) of unmalloc()'d string in whatnow's refile.
2017-03-22 Ralph CorderoyWork around flex 2.6.3 bug by conditionally #undef...
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2017-02-19 Ken HornsteinChange "servers" mts.conf entry to only support a singl...
2017-01-07 Ralph Corderoycrawl_context: Remove unused struct member `total'.
2016-12-10 Ralph CorderoyRename recently added ToUpper() to to_upper().
2016-12-10 Ralph CorderoyRename recently added ToLower() to to_lower().
2016-12-10 Ralph CorderoyRename recently added TrimSuffixC() to trim_suffix_c().
2016-12-10 Ralph CorderoyRename recently added HasSuffixC() to has_suffix_c().
2016-12-10 Ralph CorderoyRename recently added HasSuffix() to has_suffix().
2016-12-10 Ralph CorderoyRename recently added HasPrefix() to has_prefix().
2016-12-10 Ralph CorderoyDocument that adios() does not return. abort() ensures...
2016-12-08 David LevineReplaced !iscntrl() with isprint().
2016-11-19 Ralph CorderoySplit a few more if-then statements into two lines...
2016-11-13 Ralph CorderoyReplace many add(s, NULL) with mh_xstrdup(s).
2016-11-12 Ralph Corderoym_getfld: Shuffle `delim' assignments slightly.
2016-11-12 Ralph CorderoyRevert "m_getfld: Shorten fdelimlen by one; it was...
2016-11-12 Ralph CorderoyReplace copy(s, d) with POSIX-1.2008's stpcpy(d, s).
2016-11-12 Ralph Corderoym_getfld: Replace matchc() with memmem(3).
2016-11-12 Ralph Corderoym_getfld: Remove never-true test in matchc().
2016-11-11 Ralph Corderoym_getfld: Shorten fdelimlen by one; it was too long.
2016-11-11 Ralph Corderoydlocaltime(): Only call tzset(3) once.
2016-11-06 David LevineMade static char strings const.
2016-11-05 David LevineJust show relevant portion of invalid encoded string.
2016-11-02 David LevineRemoved NMH_UNUSED(hostname) because it no longer exists.
2016-11-02 Ken HornsteinAdd some Autoconf support for older OpenSSL libraries...
2016-11-02 Ralph CorderoyState netsec_set_tls()'s noverify is unused if no TLS.
2016-11-02 Ken HornsteinAdd support for certificate verification when using...
2016-11-02 Ken HornsteinPrint out more TLS information if -snoop is turned on.
2016-11-01 Ralph CorderoySplit one-line condition+body to get gcov results.
2016-11-01 Ralph CorderoyFix spelling mistake in comment.
2016-10-31 David LevineReplaced BUFSIZ with NMH_BUFSIZ in a few places.
2016-10-30 Ralph Corderoyfgets() reserves space for the NUL itself.
2016-10-30 Ralph CorderoyClarify trunccpy()'s src and dest must not overlap.
2016-10-30 Ralph CorderoyRemove sbr/peekc.c containing unused peekc().
2016-10-30 Ralph CorderoyReplace printf("%s", foo) with fputs(foo, stdout).
2016-10-30 Ralph CorderoyAdd trunccpy(), and the convenience TRUNCCPY().
2016-10-30 Ralph CorderoySimplify folder_exists() to just testing stat(2)'s...
2016-10-30 Ralph CorderoyReplace printf("...\n") with puts("...").
2016-10-30 David LevineSet first character of name[] buffer in BODY state.
2016-10-24 Ralph CorderoyMerge branch 'master' of git.sv.gnu.org:/srv/git/nmh
2016-10-24 Ralph CorderoyReplace puts() with putchar().
2016-10-24 Ralph Corderoysbr/netsec.c: Add NMH_UNUSED(nsc) twice for if !TLS_SUP...
2016-10-24 Ralph Corderoynetsec_set_tls(): Return a value in the !TLS_SUPPORT...
2016-10-24 Ralph Corderoysbr/utils.c: Add HasSuffix(s, suffix).
2016-10-24 Ralph CorderoyUse LEN() to save having to consider the -1.
2016-10-24 Ralph CorderoyUse LEN() to save having to consider the -1.
2016-10-24 Ralph CorderoyRemove unused NCWD and NPWD #defines.
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-24 Ralph Corderoynmh_command_generator(): Fix indentation.
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-24 Ralph CorderoyAlter HasSuffixC()'s char * to be const.
2016-10-24 Ralph Corderoyutils.c: Add HasPrefix(s, prefix).
2016-10-24 Ralph CorderoyRename EndsWithC() to HasSuffixC().
2016-10-22 Ralph Corderoyuprf(): Rewrite, using types rather than masking ints.
2016-10-22 Ralph CorderoyAdd comment describing uprf().
2016-10-22 Ralph CorderoyUse ToUpper() instead of loop.
2016-10-22 Ralph CorderoyAdd ToLower(s) and ToUpper(s).
2016-10-22 Ralph CorderoyAlter netrc permissions error message to match code...
2016-10-22 Ralph CorderoyFix netrc's token()'s bug if backslash escapes EOF.
2016-10-22 Ralph CorderoyFix netrc's token() bug of first character being backslash.
2016-10-22 Ralph CorderoyMerge .netrc's token() file-reading loops; quoted...
2016-10-22 Ralph CorderoyHave ruserpass() return TOK_EOF and put "" in the token...
2016-10-22 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
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-22 Ralph CorderoyPOSIX, 2016 Ed, removes bcopy(3). Stop referring to it.
2016-10-22 Ralph CorderoyDon't need to cast to `char *' for free(3) these days.
2016-10-22 Ralph CorderoyDon't need to cast to `char *' for free(3) these days.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyExplain isascii() test more in netsec_set_sasl_params().
2016-10-21 Ralph CorderoyAssume POSIX ctype.h; don't vet toupper()'s parameter.
2016-10-21 Ralph CorderoyAssume POSIX ctype.h; don't vet tolower()'s parameter.
2016-10-21 Ralph CorderoyAssume POSIX ctype.h; don't vet tolower()'s parameter.
2016-10-21 Ralph CorderoyAssume POSIX ctype.h; don't vet tolower()'s parameter.
2016-10-21 David LevineHave m_getfld() pass back indication of missing blank...
2016-10-21 Ralph CorderoyFix warnings caused by recent edits; don't mix declara...
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.
next