]> diplodocus.org Git - nmh/shortlog
nmh
2017-05-12 Ralph CorderoyReplace `e ? 0 : 1' with `!e'.
2017-05-12 Ralph Corderoysbr/icalparse.y: Replace max(BUFSIZ, 8192) with NMH_BUFSIZ.
2017-05-12 Ralph CorderoyUse existing macros min() and max() more.
2017-05-12 David LevineClarified the phrasing added by commit 44ce2010.
2017-05-12 David LevineAdded warning about when post(1) can't refile(1) a...
2017-05-10 Ralph Corderoysbr/fmt_scan.c: Fix `foo%-42{bar}' right-justification...
2017-05-09 Ralph Corderoyconfig/version.sh: Rewrite. Use uname(1), git-describe...
2017-05-09 Ralph Corderoysbr/mf.c: Simplify isat(); it's /^ at /i.
2017-05-07 Ralph Corderoyuip/inc.c: Use bool, not int, for some of the options.
2017-05-07 Ralph Corderoysbr/netsec.c: Remove extraneous semicolon.
2017-05-07 Ralph CorderoySplit some comma-operator terms into separate statements.
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-05 Ralph Corderoyconfigure.ac: Enable assert(3) by default.
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 Corderoybase64.c: Remove some else after break. Flip logic...
2017-05-01 Ralph Corderoymhfixmsg.c: Flip logic to simplify. Remove else after...
2017-05-01 Ralph Corderoypath.c: Simplify compath()'s flow; return, don't break...
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 Corderoym_getfld.c: Remove else after break in m_unknown()...
2017-05-01 Ralph Corderoypicksbr.c: Remove some else after break in plist().
2017-05-01 Ralph Corderoyfmt_rfc2047.c: Remove else after decode_rfc2047()'s...
2017-05-01 Ralph Corderoysortm.c: Flip get_fields()'s logic to simplify.
2017-04-30 Ralph CorderoyREADME.developers: Add pointers to Debian's Lintian...
2017-04-30 Ralph CorderoyREADME.developers: Add blank lines for consistent headers.
2017-04-28 Ralph CorderoyFix spelling in C comments.
2017-04-28 Ralph Corderoybvector_copy: Use bvector's tiny storage if big enough.
2017-04-28 Ralph Corderoysbr/oauth.c: Remove const to avoid curl's debug_callbac...
2017-04-28 Ralph Corderoysbr/folder_read.c: Don't malloc() once per message.
2017-04-28 Ralph Corderoyvalgrind: Add suppression for dbm_open(3)'s write(2).
2017-04-28 Ralph Corderoysbr/vector.c: Only allocate bvector storage for set...
2017-04-28 Ralph Corderoysbr/vector.c: Add bvector comments, tidy identifiers.
2017-04-28 Ralph Corderoysbr/vector.c: Rewrite BVEC_BYTES(n) macro to remove...
2017-04-28 Ralph Corderoysbr/vector.c: Use new BVEC_BITS_BITS macro.
2017-04-26 Ralph Corderoysbr/vector.c: Zero the growth with memset(3), not loop.
2017-04-26 Ralph Corderoysbr/vector.c: Change bvector_bits() to return first...
2017-04-26 Ralph Corderoysbr/vector.c: Embed initial vector storage in header...
2017-04-26 Ralph Corderoysbr/vector.c: Remove `vec' argument from BVEC_OFFSET...
2017-04-26 Ralph Corderoysbr/vector.c: Delete unused bvector_maxsize() and ivect...
2017-04-26 Ralph Corderoysbr/vector.c: Move assert(3)s into bvector_create().
2017-04-26 Ralph Corderoysbr/vector.c: Replace Nbby with <limits.h>'s CHAR_BIT.
2017-04-26 Ralph Corderoysbr/vector.c: calloc(3) rather than malloc(3) and memse...
2017-04-26 Ralph Corderoysbr/folder_read.c: Don't clear newly created bvectors.
2017-04-26 Ralph Corderoysbr/fmt_scan.c: Only wcwidth(3) a valid mbtowc(3) result.
2017-04-23 Ralph CorderoyRemove return statements at end of void functions.
2017-04-23 Ralph Corderoytws.h: Remove ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DST.
2017-04-23 Ralph CorderoyUse C's `++', `+=', etc., not the longhand.
2017-04-23 Ralph CorderoyRemove unneeded incomplete, member-less `struct tag;'.
2017-04-23 Ralph Corderoymh.h: Compact the reserved sequence bit-masks.
2017-04-23 Ralph Corderoymh.h: Remove unused MODIFIED and DELETED macros.
2017-04-23 Ralph Corderoymd5.h: Remove unused UINT2 typedef for unsigned short.
2017-04-23 Ralph Corderoyap.man, dp.man: Add fmttest(1) to SEE ALSO section.
2017-04-23 Ralph Corderoytws.h: Remove zero-valued TW_SNIL macro, used once.
2017-04-23 Ralph Corderoytws.h: Remove redundant TW_SZONE and TW_SZNIL bit-masks.
2017-04-23 Ralph Corderoymh-format.man: Fix `Return' column heading alignment.
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-23 Ralph Corderoysbr/dtimep.l: Remove always false `europeandate' flag.
2017-04-22 Ralph CorderoyAppend descriptions to C source files with first-line...
2017-04-22 Ralph CorderoyAdd first-line comment describing C source's purpose.
2017-04-22 Ralph CorderoyEnsure a space after `#!'.
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 Corderoymts/smtp/smtp.h: Remove one-use rp_isbad() macro.
2017-04-22 Ralph Corderoymts/smtp/smtp.h: Remove unused `MMDF' macros.
2017-04-22 Ralph Corderoymts/smtp/smtp.c: Remove unused SM_... timeout macros.
2017-04-22 Ralph Corderoyh/mf.h: Remove many unused macros; some UUCP related.
2017-04-22 Ralph Corderoysbr/mf.c: Remove unused functions: isfrom, lequal,...
2017-04-22 Ralph Corderoyuip/mhbuildsbr.c: Remove unusused MAXURLTOKEN macro.
2017-04-22 Ralph Corderoysbr/dtime.c: Remove unused `struct zone' definition.
2017-04-22 Ralph Corderoyuip/post.c: Don't bother naming `struct oauth_profile'.
2017-04-22 Ralph Corderoyh/nmh.h: Remove unused NLENGTH(dirent) macro.
2017-04-22 Ralph Corderoyh/mts.h: Remove unused isdlm{1,2}() macros.
2017-04-22 Ralph Corderoyh/mh.h: Remove unused set_deleted() macro.
2017-04-22 Ralph Corderoyh/tws.h: Remove TW_YES and TW_NO; TW_SUCC good enough.
2017-04-22 Ralph Corderoydocs/FAQ: Replace suggestion of NOMHNPROC with -nocheck...
2017-04-22 Ralph Corderoysbr/discard.c: Simplify by inverting initial test.
2017-04-21 Ralph Corderoysbr/lock_file.c: Move static variables into their funct...
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-18 Ralph Corderoyh/mime.h: Delete unused isatom(c) macro.
2017-04-18 Ralph Corderoyman/*.man: Fix some multi-word .B invocations.
2017-04-18 Ralph Corderoyman/*.man: Use italic for emphasis, not bold or SHOUTING.
2017-04-17 Ralph CorderoyREADME.manpages: `user ID', not `user-id'.
2017-04-17 Ralph Corderoyman/*.man: Replace minus sign with hyphen: `\-' with...
2017-04-17 Ralph CorderoyREADME.manpages: It's a `From header', not a `From...
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 Corderoyman/mh-profile.man: Note MHTMPDIR is deprecated.
2017-04-17 Ralph CorderoyREADME.manpages: Add `Common errors and subjective...
2017-04-17 Ralph CorderoyREADME.manpages: Add question to guide update of .TH...
2017-04-17 Ralph CorderoyREADME.manpages: Clarify that man-page source is ASCII.
2017-04-17 Ralph CorderoyFix post's die() to save errno before unlink(2)ing.
next