]> diplodocus.org Git - nmh/history - uip
annosbr.c: free(3) takes void pointer; don't cast non-const pointer.
[nmh] / uip /
2017-05-07 Ralph Corderoyuip/picksbr.c: Increase line-buffer size for "grep...
2017-05-07 Ralph Corderoyuip/scansbr.c: Replace uses of SBUFSIZ with NMH_BUFSIZ.
2017-05-07 Ralph Corderoyuip/rcvdist.c: Replace SBUFSIZ with NMH_BUFSIZ.
2017-05-07 Ralph Corderoyuip/replsbr.c: Replace single use of SBUFSIZ with NMH_B...
2017-05-07 Ralph CorderoyMake many m_getfld() buffer parameters NMH_BUFSIZ big.
2017-05-01 Ralph Corderoymhstoresbr.c: Flip logic to simplify. Remove else...
2017-05-01 Ralph Corderoymhlsbr.c: Flip parse()'s logic. Remove oneline()'s...
2017-05-01 Ralph Corderoydropsbr.c: Flip mbx_open()'s logic to simplify.
2017-05-01 Ralph Corderoymhfixmsg.c: Flip logic to simplify. Remove else after...
2017-05-01 Ralph Corderoymhshowsbr.c: Remove else after break in iconv_start().
2017-05-01 Ralph Corderoymhparse.c: Remove a couple of else after continue.
2017-05-01 Ralph Corderoypicksbr.c: Remove some else after break in plist().
2017-05-01 Ralph Corderoysortm.c: Flip get_fields()'s logic to simplify.
2017-04-28 Ralph CorderoyFix spelling in C comments.
2017-04-28 Ralph Corderoysbr/vector.c: Only allocate bvector storage for set...
2017-04-26 Ralph Corderoysbr/vector.c: Change bvector_bits() to return first...
2017-04-23 Ralph CorderoyRemove return statements at end of void functions.
2017-04-23 Ralph CorderoyUse C's `++', `+=', etc., not the longhand.
2017-04-23 Ralph Corderoysbr/dtime.c: Remove struct-assigning twscopy().
2017-04-23 Ralph Corderoyuip/sortm.c: Remove unused variable and dlocaltimenow...
2017-04-22 Ralph CorderoyCorrect first-line comments where filename is wrong.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-04-22 Ralph Corderoyuip/mhbuildsbr.c: Remove unusused MAXURLTOKEN macro.
2017-04-22 Ralph Corderoyuip/post.c: Don't bother naming `struct oauth_profile'.
2017-04-21 Ralph Corderoysend and whatnow: Remove deprecated -attach... switches.
2017-04-20 Ralph Corderoyuip/dropsbr.c: Fix buffer overrun in mbx_copy().
2017-04-17 David LevineUse stat(3) instead of lstat(3), to dereference symboli...
2017-04-17 Ralph CorderoyDon't ignore bit 5 of a char when comparing alias names.
2017-04-17 Ralph CorderoyFix post's die() to save errno before unlink(2)ing.
2017-04-17 Ralph CorderoyChange admonish(NULL, "foo") to inform("foo, continuing...
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
2017-04-16 Ralph CorderoyReplace add(nonnull, NULL) with mh_xstrdup(nonnull).
2017-04-16 Ralph Corderoyuip/aliasbr.c: Add FIXME to prove test of add()'s retur...
2017-04-16 Ralph CorderoyReplace some strdup() with mh_xstrdup().
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().
next