| 2017-05-17 |
Ralph Corderoy | test/mhbuild/test-cte: Add missing check() for earlier... |
commit | commitdiff | tree | snapshot |
| 2017-05-17 |
Ralph Corderoy | test/common.sh.in: Clarify test name in failure message. |
commit | commitdiff | tree | snapshot |
| 2017-05-17 |
Ken Hornstein | Make sure we are in the correct directory when we do... |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | sbr/check_charset.c: Fix warning on unspecified struct... |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | Rewrite norm_charmap(), moving code into data. |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | Merge commit '3d0e5b6a4383a5228732edd6cb1532375b771262' |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | Merge sbr/norm_charmap.c into sbr/check_charset.c. |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | Part 1 of merging sbr/norm_charmap.c into sbr/check_cha... |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | sbr/unquote.c: Move prototype from h/prototypes.h to... |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | sbr/mime_type.c: Move prototype from h/prototypes.h... |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | sbr/message_id.c: Move duplicate prototypes to new... |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | sbr/makedir.c: Move prototype from h/prototypes.h to... |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | sbr/m_popen.c: Move prototypes from h/prototypes.h... |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | sbr/m_maildir.c: Move prototypes from h/prototypes... |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | sbr/m_rand.c: Move prototype from h/prototypes.h to... |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | h/prototypes.h: Give sbr/lock_file.c's prototypes their... |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | sbr/utils.c: Delete unused upcase() function. |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | h/utils.h: Move in PLURALS() macro from h/mh.h. |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | h/prototypes.h: Remove duplicate prototype for pwd(). |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | h/utils.h: Move in nmh_init() prototype from h/prototyp... |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | uip/mhshowsbr.h: Move in declarations from h/mhparse.h. |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | uip/mhshowsbr.c: Create header file with exports' decla... |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | uip/mhcachesbr.c: Move exported symbols to existing... |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | uip/mhoutsbr.c: Move exported prototype to new header... |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | sbr/m_mktemp.h: Move remaining prototypes from h/protot... |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | sbr/m_mktemp.h: Create with missing prototypes. |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | sbr/utils.c: Use h/signals.h for setup_signal_handlers... |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | uip/picksbr.c: Use function prototypes for `nexus'... |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | Specify function parameters in prototypes, mainly void. |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | h/prototypes.h: Remove scan_reset_m_getfld_state()... |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | Use `void' in prototypes for functions with no parameters. |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | h/mhparse.h: Move mhfree.c's free_content prototype... |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | Match `NORETURN' function prototypes by adding it to... |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | Create and use header file for uip/mhfree.c's exports. |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | test/mhical/test-mhical: Force UTC timezone for mhical. |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | uip/mhfree.c: Make free_header() static. |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
Ralph Corderoy | uip/flist.c: Make locally defined and used functions... |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
David Levine | Support iCalendar event request files that don't end... |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
David Levine | Added explicit dependency to build sbr/icalparse.h... |
commit | commitdiff | tree | snapshot |
| 2017-05-15 |
David Levine | Have post(1) report name of fileproc if it fails. |
commit | commitdiff | tree | snapshot |
| 2017-05-14 |
Ralph Corderoy | Replace calls to unputenv() with unsetenv(3). |
commit | commitdiff | tree | snapshot |
| 2017-05-14 |
Ralph Corderoy | Replace calls to m_putenv() with setenv(3). |
commit | commitdiff | tree | snapshot |
| 2017-05-14 |
Ralph Corderoy | sbr/dtimep.l: Remove redundant wrapping parenthesis... |
commit | commitdiff | tree | snapshot |
| 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 |
| next |