| 2017-08-28 |
Ralph Corderoy | Fix spelling in comment. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | mhlsbr.c: Don't need to `else' after longjmp() at end... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Don't need to `else' after mhladios() at end of then... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Give mhldone() and mhladios() the NORETURN function... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Don't cast zero to pid_t for setpgid(2)'s first argument. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Don't cast zero to a non-function pointer; use NULL... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | mhparse: Change mhfixmsg flags from int to bool. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | mhparse.h: Add externs for skip_mp_cte_check, etc. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Delete declaration already available from included... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | mhparse.h: Add externs for preferred_types[], etc. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Delete declarations already available from included... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | mhbuildsbr.c: Include mhcachesbr.h. Delete copy of... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | mhfixmsg.c: Make mhfixmsgsbr() static. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Move NPARTS and NTYPES from mhparse.h to mhmisc.h. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | mhmisc.h: Add mhmisc.c's global variables as externs. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Create mhmisc.h with mhmisc.c's global-function prototypes. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Make functions with no external callers by name static. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | rcvtty.c: Remove duplicate prototype. Other in mts.h. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | aliasbr.c: Remove duplicate prototypes. Others in... |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | mhparam: exit(3) zero if all components found, else... |
tree | commitdiff |
| 2017-08-27 |
David Levine | Ensure that mhfixmsg exit status is either 0 or 1. |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | Add gcc's pure function attribute. |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | inc.c: Make maildir_srt() static. |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | Replace add(foo, NULL) with mh_xstrdup(foo). |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | Replace strlen("foo") with LEN("foo"). |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | Add die(fmt, ...). Equivalent to adios(NULL, fmt,... |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | mhparam: Remove `libdir', deprecated in 1.7. |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | pick: Remove support for MHPDEBUG environment variable. |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | Add MAX_EXIT, value 120, to limit some more exit(3... |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | Replace printf("foo\n") with puts("foo"). |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | Add gcc's alloc_size function attribute. |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | Add more NORETURN and CHECK_PRINTF function attributes. |
tree | commitdiff |
| 2017-08-26 |
David Levine | Changed failure exit status of mkstemp(1) from 255... |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | picksbr.c: Specify parameters of nexus's n_action funct... |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | Print pointers in debug with C99's `%p' rather than... |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | picksbr.c: fprintf function pointer with unsigned-long... |
tree | commitdiff |
| 2017-08-24 |
Ralph Corderoy | Format with `%#x' instead of `0x%x' if difference matte... |
tree | commitdiff |
| 2017-08-24 |
Ralph Corderoy | mhlist -verbose: Don't duplicate message/external-body... |
tree | commitdiff |
| 2017-08-24 |
Ralph Corderoy | mhparse.c: Correct comment; si_val is the `anonymous... |
tree | commitdiff |
| 2017-08-24 |
Ralph Corderoy | mhlist -debug: Print FILE pointers with `%p', not ... |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | mhbuildsbr.c: Ensure temporary FILE closed regardless... |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | mhbuildsbr.c: Flip logic, moving goto to then-block... |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | Flip logic, moving goto from else- to then-block. |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | Don't need to `else' after done() at end of then-block. |
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 | sh scripts: Remove `else' after exit at end of then... |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | uip/rcvtty.c: Flip logic, moving `return' to 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 | mhlistsbr.c: Replace list_application() with body at... |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | mhmail: Turn sh's else-if into elif. |
tree | commitdiff |
| 2017-08-23 |
Ken Hornstein | Make sure we return the descriptor from the file handle... |
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 | Convert some Boolean variables to the bool type. |
tree | commitdiff |
| 2017-08-22 |
Ralph Corderoy | Convert some Boolean variables to the bool type. |
tree | commitdiff |
| 2017-08-22 |
Ralph Corderoy | Add ZERO(p) for the typical memset(p, 0, sizeof *p... |
tree | commitdiff |
| 2017-08-19 |
David Levine | Protect fileno() call against NULL argument. |
tree | commitdiff |
| 2017-08-17 |
Leonardo Taccari | mhical expected an ics file as input and after just... |
tree | commitdiff |
| 2017-08-17 |
Ralph Corderoy | Both f_typestr(): Remove parenthesis from long list... |
tree | commitdiff |
| 2017-08-17 |
Ralph Corderoy | Both f_typestr(): Rebuild switch from FT_* to string... |
tree | commitdiff |
| 2017-08-17 |
Ralph Corderoy | fmtdump.c, fmttest.c: Remove tests for FT_LIT_FORCE. |
tree | commitdiff |
| 2017-08-17 |
Ken Hornstein | Make sure the %(kilo) and %(kibi) instructions are... |
tree | commitdiff |
| 2017-08-13 |
Ralph Corderoy | inc.c: Use closure for pop_retr()'s action callback. |
tree | commitdiff |
| 2017-08-13 |
Ralph Corderoy | inc.c: Alter pop_action() to check I/O, perhaps returni... |
tree | commitdiff |
| 2017-08-13 |
Ralph Corderoy | popsbr.c: Alter traverse() to check action callback... |
tree | commitdiff |
| 2017-08-13 |
Ralph Corderoy | pop_retr(): Add a `void *closure' to be passed to actio... |
tree | commitdiff |
| 2017-08-13 |
Ralph Corderoy | inc.c: Narrow scope of inc_type. Chain mutually-exclus... |
tree | commitdiff |
| 2017-08-13 |
Ralph Corderoy | scan(): Don't ioctl(2) for TTY's width every call. |
tree | commitdiff |
| 2017-08-13 |
Ralph Corderoy | m_getfld() et al: Replace with m_getfld2(), etc., in... |
tree | commitdiff |
| 2017-08-11 |
Ralph Corderoy | mhmisc.c: Indent with "%*s" rather than "%*.*s". |
tree | commitdiff |
| 2017-08-11 |
Ralph Corderoy | mhparse.c: Cast ptrdiff_t from subtraction to long. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | fmtdump.c: Add string for FT_LS_UNQUOTE case. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | Silence more gcc format-string warnings. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | mhparse.c: Use constant indent for second line of messages. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | Teach gcc(1) that adios() and friends take printf formats. |
tree | commitdiff |
| 2017-08-01 |
Ken Hornstein | Merge branch 'fix-post-bcc' |
tree | commitdiff |
| 2017-07-29 |
David Levine | Added m_str() and m_strn() functions to convert int... |
tree | commitdiff |
| 2017-07-25 |
Ken Hornstein | Finished implementation, but tests need to be written. |
tree | commitdiff |
| 2017-07-16 |
David Levine | Replaced snprintf() to convert an int with m_name(). |
tree | commitdiff |
| 2017-07-16 |
David Levine | Enhanced mhical syntax error message to provide some... |
tree | commitdiff |
| 2017-06-23 |
Ken Hornstein | Start of work to fix lack of address rewriting for bcc |
tree | commitdiff |
| 2017-06-17 |
David Levine | Rearranged statements to eliminate memory allocation. |
tree | commitdiff |
| 2017-06-17 |
David Levine | Show display program name and arguments in error messag... |
tree | commitdiff |
| 2017-06-17 |
David Levine | Don't bypass scan_content() when expanding pseudoheaders. |
tree | commitdiff |
| 2017-06-10 |
Ralph Corderoy | uip/inc.c: Don't increment variable of type bool. |
tree | commitdiff |
| 2017-06-01 |
David Levine | Fixed double fclose(). |
tree | commitdiff |
| 2017-05-31 |
Ken Hornstein | Normalize connection shutdown handling. |
tree | commitdiff |
| 2017-05-29 |
Ralph Corderoy | sizeof char is always 1, so don't bother to divide... |
tree | commitdiff |
| 2017-05-29 |
Ralph Corderoy | uip/scansbr.c: Add PUTC() macro, similar to FPUTS(). |
tree | commitdiff |
| 2017-05-29 |
Ralph Corderoy | uip/scansbr.c: Stop `scan -file' copying mailbox to... |
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-27 |
Ralph Corderoy | uip/forw.c, uip/repl.c: Remove -file's "msh" comment. |
tree | commitdiff |
| 2017-05-26 |
Ralph Corderoy | uip/mhparse.c: Fix body starting a byte too soon when... |
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 | uip/slocal.c: Tidy `verbose' logic in usr_file(). |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | uip/popsbr.c: Delete unused pop_list(), etc. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | uip/comp.c: Delete single-use NULLMP macro. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | Remove support for ./.foo.map index for ./foo mailbox. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | uip/prompter.c: Make getln() static; only called locally. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | uip/prompter.c: Delete obfuscating ERASE, etc., macros. |
tree | commitdiff |
| next |