]> diplodocus.org Git - nmh/history - uip
Added mhshow-suffix-text entry.
[nmh] / uip /
2016-11-13 David LevineRemoved unused declaration of output_message().
2016-11-13 Ralph CorderoyReplace many add(s, NULL) with mh_xstrdup(s).
2016-11-12 Ralph CorderoyReplace some add(FIELD, NULL) with mh_xstrdup(FIELD).
2016-11-12 Ralph CorderoyReplace copy(s, d) with POSIX-1.2008's stpcpy(d, s).
2016-11-10 Ralph Corderoyuip/scansbr.c: Use fputs(3) instead of mh_fputs().
2016-11-08 David LevineReplaced add(s, NULL) with mh_xstrdup(s).
2016-11-08 David LevineRemoved unused global from MIME parser.
2016-11-08 David LevineInitialize mhparse global for each message.
2016-11-07 David LevineDon't parse parse # lines with mhbuild -nodirectives.
2016-11-06 David LevinePlugged remaining mhfixmsg(1) memory leaks.
2016-11-06 David LevinePlug memory leak with parameter continuations.
2016-11-06 David LevineFree c_ctparams for all content types, not just text.
2016-11-05 Ralph Corderoyuip/ap, uip/dp: Remove unneeded char **arguments.
2016-11-05 Ralph Corderoydp: Fix write past end of dates[] array.
2016-11-05 Ralph Corderoyap: Fix write past end of addrs[] array.
2016-11-05 David LevineReplaced use of freects_done() with free_content()...
2016-11-03 David LevinePass through message even if from relative folder.
2016-11-03 David LevineUse result, because (void) didn't prevent warning on...
2016-11-03 David LevineChanged type of flags from signed to unsigned long.
2016-11-03 David LevineReplace non-ASCII characters in headers with ?'s with...
2016-11-03 David LevineFixed display of header field values with multibyte...
2016-11-02 Ken HornsteinAdd support for certificate verification when using...
2016-11-01 Ralph Corderoyuip/send: -saslmech lacking argument indexed outside...
2016-11-01 Ralph CorderoyFix spelling mistakes in UI text.
2016-11-01 Ralph Corderoyanno: Stop segmentation violation on `-number 0'.
2016-11-01 Ralph Corderoyali: Fix a memory leak spotted by valgrind.
2016-11-01 Ralph Corderoymhbuild's fgetstr(): simplify source, logic untouched.
2016-10-31 David LevineReplaced BUFSIZ with NMH_BUFSIZ in a few places.
2016-10-31 David LevineDon't set CT type if reformat failed.
2016-10-30 Ralph Corderoyfgets() reserves space for the NUL itself.
2016-10-30 Ralph CorderoyRemove mhparam's p_find()'s ability to take NULL argument.
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 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 CorderoyReplace printf("...\n") with puts("...").
2016-10-30 Ralph CorderoyReplace v?fprintf(stdout, ...) with v?printf(...).
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 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 Ralph CorderoyReplace puts() with putchar().
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 CorderoyUse LEN() to save having to consider the -1.
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 CorderoyRename EndsWithC() to HasSuffixC().
2016-10-22 Ralph CorderoyUse ToLower() instead of loop.
2016-10-22 Ralph CorderoyUse ToUpper() instead of loop.
2016-10-22 Ralph Corderoyputcomp(): Use local to avoid repeating tautological...
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-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-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-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-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 CorderoyDon't test boundary in output_content() for NULL; ...
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 CorderoyAdd FIXME raising if iscntrl(3) test should be based...
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 David LevineFixed MIME parser so it can read binary content.
2016-10-21 Ralph CorderoyFix warnings caused by recent edits; don't mix declara...
2016-10-21 Ralph CorderoyDon't `else' after goto. Simplify control flow.
next