| 2017-08-24 |
Ralph Corderoy | Format with `%#x' instead of `0x%x' if difference matte... |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | Don't need to `else' after adios() at end of then-block. |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | Remove the `else' after a simple if-then block ending... |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | Join the lines of another couple of `else if'. |
tree | commitdiff |
| 2017-08-22 |
Ralph Corderoy | Reformat else-if that are split over two or more lines... |
tree | commitdiff |
| 2017-08-22 |
Ralph Corderoy | Add ZERO(p) for the typical memset(p, 0, sizeof *p... |
tree | commitdiff |
| 2017-08-20 |
Ralph Corderoy | sbr/mf.c: Simplify logic, ditching endless for-loops... |
tree | commitdiff |
| 2017-08-20 |
Ralph Corderoy | sbr/mf.c: Remove QUOTE macro, use its '\\' definition... |
tree | commitdiff |
| 2017-08-20 |
Ralph Corderoy | contains8bit(): Don't fetch a byte when start >= end. |
tree | commitdiff |
| 2017-08-18 |
Ralph Corderoy | lock_file.c: Compiler warns of unused isnewlock if... |
tree | commitdiff |
| 2017-08-17 |
Ralph Corderoy | cpnumber(): Cast desired width to size_t to silence... |
tree | commitdiff |
| 2017-08-17 |
Ken Hornstein | Fix bug in cpnumber(). |
tree | commitdiff |
| 2017-08-13 |
Ralph Corderoy | m_getfld() et al: Replace with m_getfld2(), etc., in... |
tree | commitdiff |
| 2017-08-10 |
Ralph Corderoy | m_getfld() et al: Add wrapper without FILE *iob parameter. |
tree | commitdiff |
| 2017-08-10 |
Ralph Corderoy | m_getfld.c: Make m_getfld_state_init() public. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Alter Peek() to call Getc() and Ungetc(). |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Alter Peek() to match Getc()'s structure. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Use intmax_t and PRIdMAX to printf off_t... |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | leave_getfld(): Don't follow fseeko(SEEK_SET) with... |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | Silence more gcc format-string warnings. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Alter Ungetc() to die if it can't rewind. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Remove Ungetc()'s `c' parameter. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | Teach gcc(1) that adios() and friends take printf formats. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Check ftello(3) and fseeko(3) for errors. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | struct m_getfld_state: Re-order members in more top... |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | m_getfld() and friends: Add commentary. |
tree | commitdiff |
| 2017-08-09 |
David Levine | Fixed scan to handle empty files without violating... |
tree | commitdiff |
| 2017-08-06 |
Ralph Corderoy | cpstripped(): Rewrite multi-byte version. |
tree | commitdiff |
| 2017-08-05 |
Ralph Corderoy | cpstripped(), single-byte: Simplify logic. |
tree | commitdiff |
| 2017-08-05 |
Ralph Corderoy | cpstripped: Split into two versions, each with a single... |
tree | commitdiff |
| 2017-08-02 |
Ken Hornstein | Use correct error code for SSL context retrieval. |
tree | commitdiff |
| 2017-08-01 |
Ken Hornstein | Merge branch 'fix-post-bcc' |
tree | commitdiff |
| 2017-08-01 |
Ralph Corderoy | Move m_getfld's MS_* mbox-type macros to the only user. |
tree | commitdiff |
| 2017-08-01 |
David Levine | Restricted application of the adjustment in m_Eom(). |
tree | commitdiff |
| 2017-07-31 |
David Levine | Hacked m_Eom() to fix test-eom-align. |
tree | commitdiff |
| 2017-07-29 |
David Levine | Restored local variable to m_Eom(), to not truncate... |
tree | commitdiff |
| 2017-07-29 |
David Levine | Removed a local variable from m_Eom(). |
tree | commitdiff |
| 2017-07-29 |
David Levine | Simplified m_strn() per Ralph's suggestions. |
tree | commitdiff |
| 2017-07-29 |
David Levine | Use m_strn() to allow restoration of buffer size to... |
tree | commitdiff |
| 2017-07-29 |
Ralph Corderoy | dtimezone(): Explain abs(3) is undefined on INT_MIN. |
tree | commitdiff |
| 2017-07-29 |
David Levine | Added m_str() and m_strn() functions to convert int... |
tree | commitdiff |
| 2017-07-29 |
Ralph Corderoy | Simplify dtimezone()'s logic by working with unsigned... |
tree | commitdiff |
| 2017-07-17 |
Ralph Corderoy | Bump up size of two static char[] so gcc knows they... |
tree | commitdiff |
| 2017-07-16 |
David Levine | Enhanced mhical syntax error message to provide some... |
tree | commitdiff |
| 2017-06-10 |
Ralph Corderoy | sbr/netsec.c: Report popped TLS error code, don't pop... |
tree | commitdiff |
| 2017-05-31 |
Ken Hornstein | Normalize connection shutdown handling. |
tree | commitdiff |
| 2017-05-31 |
Ken Hornstein | Use original error code from OpenSSL. |
tree | commitdiff |
| 2017-05-29 |
Ralph Corderoy | sbr/brkstring.c: Use strchr(3) in brkany(), not own... |
tree | commitdiff |
| 2017-05-29 |
Ralph Corderoy | Use DIM(a) macro a few more times; array's dimension... |
tree | commitdiff |
| 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 |
| next |