| 2017-05-28 |
Ralph Corderoy | h/mts.h: Replace char pointer mmdlm1 with macro MMDF_DELIM. |
tree | commitdiff |
| 2017-05-28 |
Ralph Corderoy | sbr/mts.c: Delete mmdlm2; use same-valued mmdlm1 instead. |
tree | commitdiff |
| 2017-05-28 |
Ralph Corderoy | sbr/mts.c: Make MMDF's delimeters fixed at compile... |
tree | commitdiff |
| 2017-05-26 |
Ralph Corderoy | Remove mention of msh in comments and to-do list. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | Don't cast lseek(2)'s offset to off_t when it's 0. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | sbr/utils.c: Delete dead-code open_form(); not called. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | sbr/fmt_compile.c: Delete single-use NEWFMT macro. |
tree | commitdiff |
| 2017-05-23 |
Ralph Corderoy | Replace some "FALLTHRU" comments with control flow. |
tree | commitdiff |
| 2017-05-23 |
Ralph Corderoy | sbr/m_getfld.c: Fix and improve `delim' comment. |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/check_charset.c: Fix warning on unspecified struct... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | Rewrite norm_charmap(), moving code into data. |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | Merge commit '3d0e5b6a4383a5228732edd6cb1532375b771262' |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | Merge sbr/norm_charmap.c into sbr/check_charset.c. |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | Part 1 of merging sbr/norm_charmap.c into sbr/check_cha... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/unquote.c: Move prototype from h/prototypes.h to... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/mime_type.c: Move prototype from h/prototypes.h... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/message_id.c: Move duplicate prototypes to new... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/makedir.c: Move prototype from h/prototypes.h to... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/m_popen.c: Move prototypes from h/prototypes.h... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | sbr/m_maildir.c: Move prototypes from h/prototypes... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | sbr/m_rand.c: Move prototype from h/prototypes.h to... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | h/prototypes.h: Give sbr/lock_file.c's prototypes their... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | sbr/utils.c: Delete unused upcase() function. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | sbr/m_mktemp.h: Move remaining prototypes from h/protot... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | sbr/m_mktemp.h: Create with missing prototypes. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | sbr/utils.c: Use h/signals.h for setup_signal_handlers... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | Specify function parameters in prototypes, mainly void. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | Use `void' in prototypes for functions with no parameters. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | Match `NORETURN' function prototypes by adding it to... |
tree | commitdiff |
| 2017-05-15 |
David Levine | Support iCalendar event request files that don't end... |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | Replace calls to unputenv() with unsetenv(3). |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | Replace calls to m_putenv() with setenv(3). |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | sbr/dtimep.l: Remove redundant wrapping parenthesis... |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | sbr/fmt_rfc2047.c: Simplify test for /^=\?./. |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | Use new PLURALS(n) macro instead of variety of tests. |
tree | commitdiff |
| 2017-05-13 |
Ralph Corderoy | Use FENDNULL() instead of duplicate, locally defined... |
tree | commitdiff |
| 2017-05-13 |
Ralph Corderoy | Add FENDNULL(s): fends off NULL by giving an empty... |
tree | commitdiff |
| 2017-05-13 |
Ralph Corderoy | sbr/mf.c: Rename path to routepath to avoid h/mh.h... |
tree | commitdiff |
| 2017-05-12 |
Ralph Corderoy | Replace `a == b ? 1 : 0' and similar with `a == b'. |
tree | commitdiff |
| 2017-05-12 |
Ralph Corderoy | Replace `e ? 0 : 1' with `!e'. |
tree | commitdiff |
| 2017-05-12 |
Ralph Corderoy | sbr/icalparse.y: Replace max(BUFSIZ, 8192) with NMH_BUFSIZ. |
tree | commitdiff |
| 2017-05-12 |
Ralph Corderoy | Use existing macros min() and max() more. |
tree | commitdiff |
| 2017-05-10 |
Ralph Corderoy | sbr/fmt_scan.c: Fix `foo%-42{bar}' right-justification... |
tree | commitdiff |
| 2017-05-09 |
Ralph Corderoy | sbr/mf.c: Simplify isat(); it's /^ at /i. |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | sbr/netsec.c: Remove extraneous semicolon. |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | Split some comma-operator terms into separate statements. |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | Make many m_getfld() buffer parameters NMH_BUFSIZ big. |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | base64.c: Remove some else after break. Flip logic... |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | path.c: Simplify compath()'s flow; return, don't break... |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | m_getfld.c: Remove else after break in m_unknown()... |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | fmt_rfc2047.c: Remove else after decode_rfc2047()'s... |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | Fix spelling in C comments. |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | bvector_copy: Use bvector's tiny storage if big enough. |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | sbr/oauth.c: Remove const to avoid curl's debug_callbac... |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | sbr/folder_read.c: Don't malloc() once per message. |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | sbr/vector.c: Only allocate bvector storage for set... |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | sbr/vector.c: Add bvector comments, tidy identifiers. |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | sbr/vector.c: Rewrite BVEC_BYTES(n) macro to remove... |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | sbr/vector.c: Use new BVEC_BITS_BITS macro. |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Zero the growth with memset(3), not loop. |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Change bvector_bits() to return first... |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Embed initial vector storage in header... |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Remove `vec' argument from BVEC_OFFSET... |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Delete unused bvector_maxsize() and ivect... |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Move assert(3)s into bvector_create(). |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Replace Nbby with <limits.h>'s CHAR_BIT. |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: calloc(3) rather than malloc(3) and memse... |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/folder_read.c: Don't clear newly created bvectors. |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/fmt_scan.c: Only wcwidth(3) a valid mbtowc(3) result. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | Remove return statements at end of void functions. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | tws.h: Remove ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DST. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | Use C's `++', `+=', etc., not the longhand. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | Remove unneeded incomplete, member-less `struct tag;'. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | tws.h: Remove zero-valued TW_SNIL macro, used once. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | tws.h: Remove redundant TW_SZONE and TW_SZNIL bit-masks. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | sbr/dtime.c: Remove struct-assigning twscopy(). |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | sbr/dtimep.l: Remove always false `europeandate' flag. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | Append descriptions to C source files with first-line... |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | Add first-line comment describing C source's purpose. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | Correct first-line comments where filename is wrong. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | Replace "/*\n * " with "/* " at the start of a file. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | Remove leading and trailing blank lines from code. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | sbr/mf.c: Remove unused functions: isfrom, lequal,... |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | sbr/dtime.c: Remove unused `struct zone' definition. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | h/tws.h: Remove TW_YES and TW_NO; TW_SUCC good enough. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | sbr/discard.c: Simplify by inverting initial test. |
tree | commitdiff |
| 2017-04-21 |
Ralph Corderoy | sbr/lock_file.c: Move static variables into their funct... |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Allow advertise() to assume strerror(3) won't fail. |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Change admonish(NULL, "foo") to inform("foo, continuing... |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Don't store getname()'s return value during flushing. |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Improve function comments for the ad... diagnostic... |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Fix bug in advertise("", "", "foo", ap). |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Replace advise(NULL, fmt, ...) with inform(fmt, ...). |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Add inform() to provide an equivalent to advise(NULL... |
tree | commitdiff |
| 2017-04-16 |
Ralph Corderoy | Replace some strdup() with mh_xstrdup(). |
tree | commitdiff |
| 2017-04-01 |
David Levine | Check for sufficient room for multi-column character. |
tree | commitdiff |
| 2017-03-22 |
Ralph Corderoy | Fix free(3) of unmalloc()'d string in whatnow's refile. |
tree | commitdiff |
| 2017-03-22 |
Ralph Corderoy | Work around flex 2.6.3 bug by conditionally #undef... |
tree | commitdiff |
| 2017-02-27 |
David Levine | Added /* FALLTHRU */ comments where gcc 7 noticed their... |
tree | commitdiff |
| 2017-02-19 |
Ken Hornstein | Change "servers" mts.conf entry to only support a singl... |
tree | commitdiff |
| next |