]> diplodocus.org Git - nmh/history - uip/mhbuildsbr.c
Fixed inc(1) and %(me) to not obey Local-Mailbox profile component.
[nmh] / uip / mhbuildsbr.c
2019-05-13 Ken HornsteinCleanup MIME header handling in mhbuild
2019-04-24 Ken HornsteinRemove MIME content caching code
2019-04-24 Ken HornsteinRemoval of Content-MD5 support
2017-11-12 Ralph Corderoym_gmprot.c: Move interface to own file.
2017-11-12 Ralph Corderoym_getfld.c: Move interface to own file.
2017-11-12 Ralph Corderoyconcat.c: Move interface to own file.
2017-11-12 Ralph Corderoyr1bindex.c: Move interface to own file.
2017-11-12 Ralph Corderoyencode_rfc2047.c: Move interface to own file.
2017-11-12 Ralph Corderoycopyip.c: Move interface to own file.
2017-11-12 Ralph Corderoycpydata.c: Move interface to own file.
2017-11-12 Ralph Corderoytrimcpy.c: Move interface to own file.
2017-11-12 Ralph Corderoyuprf.c: Move interface to own file.
2017-11-12 Ralph Corderoycheck_charset.c: Move interface to own file.
2017-11-12 Ralph Corderoygetcpy.c: Move interface to own file.
2017-11-12 Ralph Corderoym_convert.c: Move interface to own file.
2017-11-12 Ralph Corderoygetfolder.c: Move interface to own file.
2017-11-12 Ralph Corderoyfolder_read.c: Move interface to own file.
2017-11-12 Ralph Corderoyfolder_free.c: Move interface to own file.
2017-11-12 Ralph Corderoycontext_find.c: Move interface to own file.
2017-11-12 Ralph Corderoybrkstring.c: Move interface to own file.
2017-11-12 Ralph Corderoypidstatus.c: Move interface to own file.
2017-11-12 Ralph Corderoypath.c: Move interface to own file.
2017-11-12 Ralph CorderoyUse #include with `""' for including nmh's source.
2017-11-12 Ralph Corderoyerror.c: Move interface to own file.
2017-11-02 Ralph CorderoySplit function definition prototypes so identifier...
2017-11-02 Ralph CorderoyMove the opening brace of a C function to its own line.
2017-11-01 Ken HornsteinMerge branch 'master' of git.sv.gnu.org:/srv/git/nmh
2017-10-31 Ralph Corderoymhbuild.c, mhbuildsbr.c: Replace three global ints...
2017-10-30 Ralph Corderoyuip: Replace some ints that are only ever 0 or 1 with...
2017-10-30 Ralph CorderoyReplace adios(NULL, ...) with die(...).
2017-09-21 Ralph CorderoyDetect function-pointer `done' being set twice in a...
2017-09-18 Ralph CorderoyReplace `_exit(-1)' with `_exit(1)'.
2017-09-12 Ralph CorderoyRemove more outer wrapping parenthesis from return...
2017-09-11 Ralph CorderoyDelete mh_xfree(), changing callers to call free(3...
2017-09-09 Ralph CorderoyRefer to #include files from the root of nmh's source.
2017-09-09 Ralph CorderoyOnly call fork(2) once, not up to five times on failure.
2017-09-08 Ralph Corderoymhbuildsbr.c: Attempt fork(2) multiple times, as intended.
2017-09-07 Ralph Corderoymhbuildsbr.c: Don't free(3) string then print it; do...
2017-08-28 Ralph Corderoymhbuildsbr.c: Include mhcachesbr.h. Delete copy of...
2017-08-28 Ralph CorderoyCreate mhmisc.h with mhmisc.c's global-function prototypes.
2017-08-27 Ralph CorderoyReplace add(foo, NULL) with mh_xstrdup(foo).
2017-08-27 Ralph CorderoyReplace strlen("foo") with LEN("foo").
2017-08-23 Ralph Corderoymhbuildsbr.c: Ensure temporary FILE closed regardless...
2017-08-23 Ralph Corderoymhbuildsbr.c: Flip logic, moving goto to then-block...
2017-08-23 Ralph CorderoyDon't need to `else' after adios() at end of then-block.
2017-08-13 Ralph Corderoym_getfld() et al: Replace with m_getfld2(), etc., in...
2017-08-01 Ken HornsteinMerge branch 'fix-post-bcc'
2017-06-17 David LevineDon't bypass scan_content() when expanding pseudoheaders.
2017-05-29 Ralph Corderoysizeof char is always 1, so don't bother to divide...
2017-05-23 Ralph CorderoyReplace some "FALLTHRU" comments with control flow.
2017-05-17 Ralph Corderoyuip/mhbuildsbr.c: Fix long-line truncation when BUFSIZ...
2017-05-16 Ralph Corderoysbr/mime_type.c: Move prototype from h/prototypes.h...
2017-05-16 Ralph Corderoysbr/message_id.c: Move duplicate prototypes to new...
2017-05-15 Ralph Corderoyuip/mhshowsbr.h: Move in declarations from h/mhparse.h.
2017-05-15 Ralph Corderoyuip/mhcachesbr.c: Move exported symbols to existing...
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Move remaining prototypes from h/protot...
2017-05-15 Ralph CorderoyCreate and use header file for uip/mhfree.c's exports.
2017-05-13 Ralph CorderoyAdd FENDNULL(s): fends off NULL by giving an empty...
2017-05-12 Ralph CorderoyReplace `a == b ? 1 : 0' and similar with `a == b'.
2017-05-07 Ralph CorderoyMake many m_getfld() buffer parameters NMH_BUFSIZ big.
2017-04-28 Ralph CorderoyFix spelling in C comments.
2017-04-23 Ralph CorderoyUse C's `++', `+=', etc., not the longhand.
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-17 Ralph CorderoyChange admonish(NULL, "foo") to inform("foo, continuing...
2017-04-16 Ralph CorderoyReplace add(nonnull, NULL) with mh_xstrdup(nonnull).
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2017-01-12 Ken HornsteinMake sure we always generate a Content-ID header for...
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-07 David LevineDon't parse parse # lines with mhbuild -nodirectives.
2016-11-01 Ralph Corderoymhbuild's fgetstr(): simplify source, logic untouched.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyDon't `else' after goto. Simplify control flow.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-18 David LevineWith EAI (mhbuild -headerencoding utf-8), force message...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-16 Ralph CorderoyUse mh_xstrdup() instead of getcpy() for a string constant.
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2016-10-16 Ralph CorderoyAdd macro NEW0(p) that callocs, and use it in simple...
2016-10-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
2016-10-07 David LevineAdded comments about sidestepping check for checks...
2016-10-06 David LevineA better fix than e87f37c27828723317a71291e31b34f39ec09...
2016-10-06 David LevineMerge branch 'welcome'
2016-10-05 David LevineDon't set c_reqencoding in repl, let mhbuild set it...
2016-10-05 David LevineEnabled check for 8-bit content in all text parts,...
2016-09-26 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-23 David LevineAdded SMTPUTF8 (RFC 6531) support:
2016-03-13 David LevineMerge branch 'master' into xoauth
2015-02-23 David LevineMerge remote-tracking branch 'origin/convertargs'
2015-02-14 David LevineRemoved unnecessary #include of h/signals.h.
2015-02-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-02-05 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-19 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-12 David LevineFixed check of return value of show_content_aux().
2015-01-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-08 David LevineFix to commit 6b073f7b67a0afd64012ff7d00818ec1bd07b5f2...
2015-01-07 David LevineAnother fix to convertarg handling of multipart/related...
next