]> diplodocus.org Git - nmh/shortlog
nmh
2016-10-31 Ralph Corderoytest/common.sh.in: Add test_exit() for $? checking.
2016-10-31 David LevineReplaced use of ! with || true, for ultimate Bourne...
2016-10-30 Ralph Corderoytest-nocreate: Don't use run_test and run_prog together.
2016-10-30 Ralph Corderoyfgets() reserves space for the NUL itself.
2016-10-30 Ralph CorderoyGain coverage with `mhparam localmbox'.
2016-10-30 Ralph CorderoyRemove mhparam's p_find()'s ability to take NULL argument.
2016-10-30 Ralph CorderoyGet coverage of quite a few of the `ambiguous switch...
2016-10-30 Ralph CorderoySplit gcov target into multiple sub-targets.
2016-10-30 Ralph CorderoyClarify trunccpy()'s src and dest must not overlap.
2016-10-30 Ralph CorderoyReplace printf("%s", foo) with fputs(foo, stdout).
2016-10-30 Ralph CorderoyReplace strlen(foo) > 0 with *foo.
2016-10-30 Ralph CorderoyAdd outputs from Makefile.am's gcov target.
2016-10-30 Ralph CorderoyRemove sbr/peekc.c containing unused peekc().
2016-10-30 Ralph CorderoyReplace fprintf(fp, "%s", foo) with fputs(foo, fp).
2016-10-30 Ralph CorderoyReplace printf("%s", foo) with fputs(foo, stdout).
2016-10-30 Ralph CorderoyReplace printf("%s\n", foo) with puts(foo).
2016-10-30 Ralph CorderoyAdd trunccpy(), and the convenience TRUNCCPY().
2016-10-30 Ralph CorderoyFix test-header-parsing test script.
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 Ralph CorderoyReplace v?fprintf(stdout, ...) with v?printf(...).
2016-10-30 David LevineAdded (y|n) domain to a couple of build_nmh config...
2016-10-30 David LevineSet first character of name[] buffer in BODY state.
2016-10-26 David LevineRemoved configure options now that it determines them...
2016-10-26 David LevineMoved build_nmh to top level directory.
2016-10-26 David LevineReworked output handling.
2016-10-25 David LevineReworked default SASL support to enable if header and...
2016-10-25 David LevineAdded -r to gcov invocation.
2016-10-25 David LevineAdd -O0 instead of -O2 to CFLAGS with build_nmh -d...
2016-10-25 David LevineDon't add -D_FORTIFY_SOURCE to AM_CPPFLAGS with -O0.
2016-10-24 Ralph CorderoyMerge branch 'master' of git.sv.gnu.org:/srv/git/nmh
2016-10-24 Ralph CorderoyReplace fputc() with putchar().
2016-10-24 David LevineChanged build_nmh sasl and tls defaults to be configure's.
2016-10-24 Ralph CorderoyMerge branch 'master' of git.sv.gnu.org:/srv/git/nmh
2016-10-24 Ralph CorderoyReplace putc() with putchar().
2016-10-24 Ralph CorderoyReplace putc() with putchar().
2016-10-24 Ralph CorderoyReplace putc() with putchar().
2016-10-24 David LevineRemoved unnecessary definition of tls_support.
2016-10-24 Ralph CorderoyReplace puts() with putchar().
2016-10-24 Ralph CorderoyReplace puts() with putchar().
2016-10-24 David LevineReworked default TLS support to enable if header and...
2016-10-24 David LevineRemoved OAUTH support detection from because configure...
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 David LevineMore enhancements to build_nmh.
2016-10-24 Ralph Corderoynmh.h: Add getline() prototype, conditional on HAVE_GET...
2016-10-24 Ralph CorderoyFix flex 2.6.1's output regarding signed/unsigned compa...
2016-10-24 Ralph Corderoymhical.c: display(): Replace memcpy() with struct assig...
2016-10-24 Ralph Corderoyfix_filename_param(): Remove redundant strlen().
2016-10-24 Ralph Corderoyfix_filename_param(): Replace strncmp() with HasSuffix().
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 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 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 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 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 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-24 Ralph Corderoymh-folders.man: Remove empty `.I' immediately followed...
2016-10-24 Ralph Corderoybuild_nmh: If cloning with git, make a shallow clone.
2016-10-24 Ralph Corderoyshowbuildenv: Drop lsb_release(1); /etc/lsb_release...
2016-10-24 Ralph Corderoybuild_nmh: Use `gzip -d' rather than assume tar has -z.
2016-10-24 Ralph Corderoybuild_nmh: Have a silent curl still show errors.
2016-10-23 David LevineFixed output of commit hash by git log command.
2016-10-23 David LevineCheck for existence of tools/showbuildenv.
2016-10-23 David LevineRedirect verbose build_nmh messages so they're visible...
2016-10-23 David LevineEnhanced build_nmh to support standalone use.
2016-10-23 Ralph Corderoyman: Use lowercase for command name at start of sentence.
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 ToLower() instead of loop.
2016-10-22 Ralph CorderoyUse ToUpper() instead of loop.
2016-10-22 Ralph CorderoyUse ToUpper() instead of loop.
2016-10-22 Ralph CorderoyAdd ToLower(s) and ToUpper(s).
2016-10-22 Ralph Corderoyputcomp(): Use local to avoid repeating tautological...
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).
next