]> diplodocus.org Git - nmh/history - uip
Removed a local variable from m_Eom().
[nmh] / uip /
2017-03-18 David LevineDon't let parse_mime() try to parse a directory.
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2017-02-19 David LevineSupport mhparam -debug along with -all.
2017-02-18 Ralph CorderoyLimit mhparam's exit status to 120 missing components.
2017-01-17 Ralph Corderoymhfixmsg: Use folder name to open second message of...
2017-01-12 Ken HornsteinMake sure we always generate a Content-ID header for...
2016-12-21 Ken HornsteinMake the -fcc switch to repl actually work properly...
2016-12-20 David LevineProtect repl -file against dereference of null mp.
2016-12-19 David LevineRemoved #ifdef FT_PAUSE protection.
2016-12-19 David LevineRemoved unused references to FT_ADDTOSEQ.
2016-12-19 David LevineRemoved obsolete comment about use of getcpy().
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 Corderoymhlsbr.c: Don't hide mhladios and mhldone behind macros.
2016-12-08 David LevineReplaced !iscntrl() with isprint().
2016-11-25 David LevineClose temp file.
2016-11-20 David LevineOpen infile before fixing each message.
2016-11-19 Ralph Corderoymhstoresbr.c: Factor MIME-parameter-can-be-used-for...
2016-11-19 David LevineOpen outfile before parsing message(s).
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)'.
next