| 2017-05-14 |
Ralph Corderoy | uip/mhstoresbr.c: Fix single-character nmh-storage... |
commit | commitdiff | tree | snapshot |
| 2017-05-14 |
Ralph Corderoy | sbr/fmt_rfc2047.c: Simplify test for /^=\?./. |
commit | commitdiff | tree | snapshot |
| 2017-05-14 |
Ralph Corderoy | Use new PLURALS(n) macro instead of variety of tests. |
commit | commitdiff | tree | snapshot |
| 2017-05-13 |
Ralph Corderoy | uip/folder.c: Use `%s' for plural, not `%c'. |
commit | commitdiff | tree | snapshot |
| 2017-05-13 |
Ralph Corderoy | uip/folder.c: Rewrite plural test to common form. |
commit | commitdiff | tree | snapshot |
| 2017-05-13 |
Ralph Corderoy | Makefile.am: Alter long lists to be sorted, one entry... |
commit | commitdiff | tree | snapshot |
| 2017-05-13 |
Ralph Corderoy | Use FENDNULL() instead of duplicate, locally defined... |
commit | commitdiff | tree | snapshot |
| 2017-05-13 |
Ralph Corderoy | Add FENDNULL(s): fends off NULL by giving an empty... |
commit | commitdiff | tree | snapshot |
| 2017-05-13 |
Ralph Corderoy | sbr/mf.c: Rename path to routepath to avoid h/mh.h... |
commit | commitdiff | tree | snapshot |
| 2017-05-12 |
Ralph Corderoy | Replace `a == b ? 1 : 0' and similar with `a == b'. |
commit | commitdiff | tree | snapshot |
| 2017-05-12 |
Ralph Corderoy | Replace `e ? 0 : 1' with `!e'. |
commit | commitdiff | tree | snapshot |
| 2017-05-12 |
Ralph Corderoy | sbr/icalparse.y: Replace max(BUFSIZ, 8192) with NMH_BUFSIZ. |
commit | commitdiff | tree | snapshot |
| 2017-05-12 |
Ralph Corderoy | Use existing macros min() and max() more. |
commit | commitdiff | tree | snapshot |
| 2017-05-12 |
David Levine | Clarified the phrasing added by commit 44ce2010. |
commit | commitdiff | tree | snapshot |
| 2017-05-12 |
David Levine | Added warning about when post(1) can't refile(1) a... |
commit | commitdiff | tree | snapshot |
| 2017-05-10 |
Ralph Corderoy | sbr/fmt_scan.c: Fix `foo%-42{bar}' right-justification... |
commit | commitdiff | tree | snapshot |
| 2017-05-09 |
Ralph Corderoy | config/version.sh: Rewrite. Use uname(1), git-describe... |
commit | commitdiff | tree | snapshot |
| 2017-05-09 |
Ralph Corderoy | sbr/mf.c: Simplify isat(); it's /^ at /i. |
commit | commitdiff | tree | snapshot |
| 2017-05-07 |
Ralph Corderoy | uip/inc.c: Use bool, not int, for some of the options. |
commit | commitdiff | tree | snapshot |
| 2017-05-07 |
Ralph Corderoy | sbr/netsec.c: Remove extraneous semicolon. |
commit | commitdiff | tree | snapshot |
| 2017-05-07 |
Ralph Corderoy | Split some comma-operator terms into separate statements. |
commit | commitdiff | tree | snapshot |
| 2017-05-07 |
Ralph Corderoy | uip/picksbr.c: Increase line-buffer size for "grep... |
commit | commitdiff | tree | snapshot |
| 2017-05-07 |
Ralph Corderoy | uip/scansbr.c: Replace uses of SBUFSIZ with NMH_BUFSIZ. |
commit | commitdiff | tree | snapshot |
| 2017-05-07 |
Ralph Corderoy | uip/rcvdist.c: Replace SBUFSIZ with NMH_BUFSIZ. |
commit | commitdiff | tree | snapshot |
| 2017-05-07 |
Ralph Corderoy | uip/replsbr.c: Replace single use of SBUFSIZ with NMH_B... |
commit | commitdiff | tree | snapshot |
| 2017-05-07 |
Ralph Corderoy | Make many m_getfld() buffer parameters NMH_BUFSIZ big. |
commit | commitdiff | tree | snapshot |
| 2017-05-05 |
Ralph Corderoy | configure.ac: Enable assert(3) by default. |
commit | commitdiff | tree | snapshot |
| 2017-05-01 |
Ralph Corderoy | mhstoresbr.c: Flip logic to simplify. Remove else... |
commit | commitdiff | tree | snapshot |
| 2017-05-01 |
Ralph Corderoy | mhlsbr.c: Flip parse()'s logic. Remove oneline()'s... |
commit | commitdiff | tree | snapshot |
| 2017-05-01 |
Ralph Corderoy | dropsbr.c: Flip mbx_open()'s logic to simplify. |
commit | commitdiff | tree | snapshot |
| 2017-05-01 |
Ralph Corderoy | base64.c: Remove some else after break. Flip logic... |
commit | commitdiff | tree | snapshot |
| 2017-05-01 |
Ralph Corderoy | mhfixmsg.c: Flip logic to simplify. Remove else after... |
commit | commitdiff | tree | snapshot |
| 2017-05-01 |
Ralph Corderoy | path.c: Simplify compath()'s flow; return, don't break... |
commit | commitdiff | tree | snapshot |
| 2017-05-01 |
Ralph Corderoy | mhshowsbr.c: Remove else after break in iconv_start(). |
commit | commitdiff | tree | snapshot |
| 2017-05-01 |
Ralph Corderoy | mhparse.c: Remove a couple of else after continue. |
commit | commitdiff | tree | snapshot |
| 2017-05-01 |
Ralph Corderoy | m_getfld.c: Remove else after break in m_unknown()... |
commit | commitdiff | tree | snapshot |
| 2017-05-01 |
Ralph Corderoy | picksbr.c: Remove some else after break in plist(). |
commit | commitdiff | tree | snapshot |
| 2017-05-01 |
Ralph Corderoy | fmt_rfc2047.c: Remove else after decode_rfc2047()'s... |
commit | commitdiff | tree | snapshot |
| 2017-05-01 |
Ralph Corderoy | sortm.c: Flip get_fields()'s logic to simplify. |
commit | commitdiff | tree | snapshot |
| 2017-04-30 |
Ralph Corderoy | README.developers: Add pointers to Debian's Lintian... |
commit | commitdiff | tree | snapshot |
| 2017-04-30 |
Ralph Corderoy | README.developers: Add blank lines for consistent headers. |
commit | commitdiff | tree | snapshot |
| 2017-04-28 |
Ralph Corderoy | Fix spelling in C comments. |
commit | commitdiff | tree | snapshot |
| 2017-04-28 |
Ralph Corderoy | bvector_copy: Use bvector's tiny storage if big enough. |
commit | commitdiff | tree | snapshot |
| 2017-04-28 |
Ralph Corderoy | sbr/oauth.c: Remove const to avoid curl's debug_callbac... |
commit | commitdiff | tree | snapshot |
| 2017-04-28 |
Ralph Corderoy | sbr/folder_read.c: Don't malloc() once per message. |
commit | commitdiff | tree | snapshot |
| 2017-04-28 |
Ralph Corderoy | valgrind: Add suppression for dbm_open(3)'s write(2). |
commit | commitdiff | tree | snapshot |
| 2017-04-28 |
Ralph Corderoy | sbr/vector.c: Only allocate bvector storage for set... |
commit | commitdiff | tree | snapshot |
| 2017-04-28 |
Ralph Corderoy | sbr/vector.c: Add bvector comments, tidy identifiers. |
commit | commitdiff | tree | snapshot |
| 2017-04-28 |
Ralph Corderoy | sbr/vector.c: Rewrite BVEC_BYTES(n) macro to remove... |
commit | commitdiff | tree | snapshot |
| 2017-04-28 |
Ralph Corderoy | sbr/vector.c: Use new BVEC_BITS_BITS macro. |
commit | commitdiff | tree | snapshot |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Zero the growth with memset(3), not loop. |
commit | commitdiff | tree | snapshot |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Change bvector_bits() to return first... |
commit | commitdiff | tree | snapshot |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Embed initial vector storage in header... |
commit | commitdiff | tree | snapshot |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Remove `vec' argument from BVEC_OFFSET... |
commit | commitdiff | tree | snapshot |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Delete unused bvector_maxsize() and ivect... |
commit | commitdiff | tree | snapshot |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Move assert(3)s into bvector_create(). |
commit | commitdiff | tree | snapshot |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Replace Nbby with <limits.h>'s CHAR_BIT. |
commit | commitdiff | tree | snapshot |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: calloc(3) rather than malloc(3) and memse... |
commit | commitdiff | tree | snapshot |
| 2017-04-26 |
Ralph Corderoy | sbr/folder_read.c: Don't clear newly created bvectors. |
commit | commitdiff | tree | snapshot |
| 2017-04-26 |
Ralph Corderoy | sbr/fmt_scan.c: Only wcwidth(3) a valid mbtowc(3) result. |
commit | commitdiff | tree | snapshot |
| 2017-04-23 |
Ralph Corderoy | Remove return statements at end of void functions. |
commit | commitdiff | tree | snapshot |
| 2017-04-23 |
Ralph Corderoy | tws.h: Remove ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DST. |
commit | commitdiff | tree | snapshot |
| 2017-04-23 |
Ralph Corderoy | Use C's `++', `+=', etc., not the longhand. |
commit | commitdiff | tree | snapshot |
| 2017-04-23 |
Ralph Corderoy | Remove unneeded incomplete, member-less `struct tag;'. |
commit | commitdiff | tree | snapshot |
| 2017-04-23 |
Ralph Corderoy | mh.h: Compact the reserved sequence bit-masks. |
commit | commitdiff | tree | snapshot |
| 2017-04-23 |
Ralph Corderoy | mh.h: Remove unused MODIFIED and DELETED macros. |
commit | commitdiff | tree | snapshot |
| 2017-04-23 |
Ralph Corderoy | md5.h: Remove unused UINT2 typedef for unsigned short. |
commit | commitdiff | tree | snapshot |
| 2017-04-23 |
Ralph Corderoy | ap.man, dp.man: Add fmttest(1) to SEE ALSO section. |
commit | commitdiff | tree | snapshot |
| 2017-04-23 |
Ralph Corderoy | tws.h: Remove zero-valued TW_SNIL macro, used once. |
commit | commitdiff | tree | snapshot |
| 2017-04-23 |
Ralph Corderoy | tws.h: Remove redundant TW_SZONE and TW_SZNIL bit-masks. |
commit | commitdiff | tree | snapshot |
| 2017-04-23 |
Ralph Corderoy | mh-format.man: Fix `Return' column heading alignment. |
commit | commitdiff | tree | snapshot |
| 2017-04-23 |
Ralph Corderoy | sbr/dtime.c: Remove struct-assigning twscopy(). |
commit | commitdiff | tree | snapshot |
| 2017-04-23 |
Ralph Corderoy | uip/sortm.c: Remove unused variable and dlocaltimenow... |
commit | commitdiff | tree | snapshot |
| 2017-04-23 |
Ralph Corderoy | sbr/dtimep.l: Remove always false `europeandate' flag. |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | Append descriptions to C source files with first-line... |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | Add first-line comment describing C source's purpose. |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | Ensure a space after `#!'. |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | Correct first-line comments where filename is wrong. |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | Replace "/*\n * " with "/* " at the start of a file. |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | Remove leading and trailing blank lines from code. |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | mts/smtp/smtp.h: Remove one-use rp_isbad() macro. |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | mts/smtp/smtp.h: Remove unused `MMDF' macros. |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | mts/smtp/smtp.c: Remove unused SM_... timeout macros. |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | h/mf.h: Remove many unused macros; some UUCP related. |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | sbr/mf.c: Remove unused functions: isfrom, lequal,... |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | uip/mhbuildsbr.c: Remove unusused MAXURLTOKEN macro. |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | sbr/dtime.c: Remove unused `struct zone' definition. |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | uip/post.c: Don't bother naming `struct oauth_profile'. |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | h/nmh.h: Remove unused NLENGTH(dirent) macro. |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | h/mts.h: Remove unused isdlm{1,2}() macros. |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | h/mh.h: Remove unused set_deleted() macro. |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | h/tws.h: Remove TW_YES and TW_NO; TW_SUCC good enough. |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | docs/FAQ: Replace suggestion of NOMHNPROC with -nocheck... |
commit | commitdiff | tree | snapshot |
| 2017-04-22 |
Ralph Corderoy | sbr/discard.c: Simplify by inverting initial test. |
commit | commitdiff | tree | snapshot |
| 2017-04-21 |
Ralph Corderoy | sbr/lock_file.c: Move static variables into their funct... |
commit | commitdiff | tree | snapshot |
| 2017-04-21 |
Ralph Corderoy | send and whatnow: Remove deprecated -attach... switches. |
commit | commitdiff | tree | snapshot |
| 2017-04-20 |
Ralph Corderoy | uip/dropsbr.c: Fix buffer overrun in mbx_copy(). |
commit | commitdiff | tree | snapshot |
| 2017-04-18 |
Ralph Corderoy | h/mime.h: Delete unused isatom(c) macro. |
commit | commitdiff | tree | snapshot |
| 2017-04-18 |
Ralph Corderoy | man/*.man: Fix some multi-word .B invocations. |
commit | commitdiff | tree | snapshot |
| 2017-04-18 |
Ralph Corderoy | man/*.man: Use italic for emphasis, not bold or SHOUTING. |
commit | commitdiff | tree | snapshot |
| next |