]> diplodocus.org Git - nmh/shortlog
nmh
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-05-15 Ralph Corderoysbr/m_rand.c: Move prototype from h/prototypes.h to...
2017-05-15 Ralph Corderoyh/prototypes.h: Give sbr/lock_file.c's prototypes their...
2017-05-15 Ralph Corderoysbr/utils.c: Delete unused upcase() function.
2017-05-15 Ralph Corderoyh/utils.h: Move in PLURALS() macro from h/mh.h.
2017-05-15 Ralph Corderoyh/prototypes.h: Remove duplicate prototype for pwd().
2017-05-15 Ralph Corderoyh/utils.h: Move in nmh_init() prototype from h/prototyp...
2017-05-15 Ralph Corderoyuip/mhshowsbr.h: Move in declarations from h/mhparse.h.
2017-05-15 Ralph Corderoyuip/mhshowsbr.c: Create header file with exports' decla...
2017-05-15 Ralph Corderoyuip/mhcachesbr.c: Move exported symbols to existing...
2017-05-15 Ralph Corderoyuip/mhoutsbr.c: Move exported prototype to new header...
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Move remaining prototypes from h/protot...
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Create with missing prototypes.
2017-05-15 Ralph Corderoysbr/utils.c: Use h/signals.h for setup_signal_handlers...
2017-05-15 Ralph Corderoyuip/picksbr.c: Use function prototypes for `nexus'...
2017-05-15 Ralph CorderoySpecify function parameters in prototypes, mainly void.
2017-05-15 Ralph Corderoyh/prototypes.h: Remove scan_reset_m_getfld_state()...
2017-05-15 Ralph CorderoyUse `void' in prototypes for functions with no parameters.
2017-05-15 Ralph Corderoyh/mhparse.h: Move mhfree.c's free_content prototype...
2017-05-15 Ralph CorderoyMatch `NORETURN' function prototypes by adding it to...
2017-05-15 Ralph CorderoyCreate and use header file for uip/mhfree.c's exports.
2017-05-15 Ralph Corderoytest/mhical/test-mhical: Force UTC timezone for mhical.
2017-05-15 Ralph Corderoyuip/mhfree.c: Make free_header() static.
2017-05-15 Ralph Corderoyuip/flist.c: Make locally defined and used functions...
2017-05-15 David LevineSupport iCalendar event request files that don't end...
2017-05-15 David LevineAdded explicit dependency to build sbr/icalparse.h...
2017-05-15 David LevineHave post(1) report name of fileproc if it fails.
2017-05-14 Ralph CorderoyReplace calls to unputenv() with unsetenv(3).
2017-05-14 Ralph CorderoyReplace calls to m_putenv() with setenv(3).
2017-05-14 Ralph Corderoysbr/dtimep.l: Remove redundant wrapping parenthesis...
2017-05-14 Ralph Corderoyuip/mhstoresbr.c: Fix single-character nmh-storage...
2017-05-14 Ralph Corderoysbr/fmt_rfc2047.c: Simplify test for /^=\?./.
2017-05-14 Ralph CorderoyUse new PLURALS(n) macro instead of variety of tests.
2017-05-13 Ralph Corderoyuip/folder.c: Use `%s' for plural, not `%c'.
2017-05-13 Ralph Corderoyuip/folder.c: Rewrite plural test to common form.
2017-05-13 Ralph CorderoyMakefile.am: Alter long lists to be sorted, one entry...
2017-05-13 Ralph CorderoyUse FENDNULL() instead of duplicate, locally defined...
2017-05-13 Ralph CorderoyAdd FENDNULL(s): fends off NULL by giving an empty...
2017-05-13 Ralph Corderoysbr/mf.c: Rename path to routepath to avoid h/mh.h...
2017-05-12 Ralph CorderoyReplace `a == b ? 1 : 0' and similar with `a == b'.
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.
next