| 2017-09-03 |
Ralph Corderoy | flist.c: Use bool instead of int for some of the flags. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | Replace boolean with bool everywhere. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | mh.h: Always define NMH_UNUSED as a cast to void. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | mh.h: Move the gcc-4.3-conditional macro definitions. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | dropsbr.c: Remove unused ntohl() macro, and its NTOHLSW... |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | fakehttp.c: Remove unused LINESIZE macro; never used. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | config.c: Remove unused nmhdocdir() macro. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | ap.c, dp.c: exit(3) with 0 or 1, not [0, MAX_EXIT]. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | DEFAULT_PAGER: Move from nmh.h to mh.h. Former is... |
commit | commitdiff | tree | snapshot |
| 2017-09-02 |
Ralph Corderoy | geteditor.c: Hard-code the default, "vi". |
commit | commitdiff | tree | snapshot |
| 2017-09-02 |
Ralph Corderoy | Move base64.c's prototypes from prototypes.h to new... |
commit | commitdiff | tree | snapshot |
| 2017-09-02 |
Ralph Corderoy | mhbuild.man: Fix grammar indentation by expanding tabs. |
commit | commitdiff | tree | snapshot |
| 2017-09-02 |
Ralph Corderoy | decodeBase64(): Limit length of error message on invali... |
commit | commitdiff | tree | snapshot |
| 2017-08-29 |
David Levine | Restrict use of alloc_size function attribute to gcc... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Move read_line.c's prototypes from prototypes.h to... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Add ENDNULL macro for gcc's `sentinel' function attribute. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Move terminal.c's prototypes from prototypes.h to new... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Fix spelling in comment. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | read_switch_multiword.c: siglongjmp(3) removes need... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | mhlsbr.c: Don't need to `else' after longjmp() at end... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Remove comment asking if siglongjmp(3) should be used... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Don't need to `else' after mhladios() at end of then... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Give mhldone() and mhladios() the NORETURN function... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Don't cast zero to pid_t for setpgid(2)'s first argument. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Don't cast zero to char for storing at pointer to char. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Don't cast zero to a non-function pointer; use NULL... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | mhparse: Change mhfixmsg flags from int to bool. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | mhparse.h: Add externs for skip_mp_cte_check, etc. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Delete declaration already available from included... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | mhparse.h: Add externs for preferred_types[], etc. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Delete declarations already available from included... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | mhbuildsbr.c: Include mhcachesbr.h. Delete copy of... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | mhfixmsg.c: Make mhfixmsgsbr() static. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Move NPARTS and NTYPES from mhparse.h to mhmisc.h. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | mhmisc.h: Add mhmisc.c's global variables as externs. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Create mhmisc.h with mhmisc.c's global-function prototypes. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Make functions with no external callers by name static. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | rcvtty.c: Remove duplicate prototype. Other in mts.h. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | aliasbr.c: Remove duplicate prototypes. Others in... |
commit | commitdiff | tree | snapshot |
| 2017-08-27 |
Ralph Corderoy | mhparam: exit(3) zero if all components found, else... |
commit | commitdiff | tree | snapshot |
| 2017-08-27 |
David Levine | Ensure that mhfixmsg exit status is either 0 or 1. |
commit | commitdiff | tree | snapshot |
| 2017-08-27 |
Ralph Corderoy | Add gcc's pure function attribute. |
commit | commitdiff | tree | snapshot |
| 2017-08-27 |
Ralph Corderoy | inc.c: Make maildir_srt() static. |
commit | commitdiff | tree | snapshot |
| 2017-08-27 |
Ralph Corderoy | Replace add(foo, NULL) with mh_xstrdup(foo). |
commit | commitdiff | tree | snapshot |
| 2017-08-27 |
Ralph Corderoy | Replace strlen("foo") with LEN("foo"). |
commit | commitdiff | tree | snapshot |
| 2017-08-27 |
Ralph Corderoy | context_find.c: Hoist strlen(3) out of search loop. |
commit | commitdiff | tree | snapshot |
| 2017-08-27 |
Ralph Corderoy | Add die(fmt, ...). Equivalent to adios(NULL, fmt,... |
commit | commitdiff | tree | snapshot |
| 2017-08-27 |
Ralph Corderoy | mhparam: Remove `libdir', deprecated in 1.7. |
commit | commitdiff | tree | snapshot |
| 2017-08-27 |
Ralph Corderoy | pick: Remove support for MHPDEBUG environment variable. |
commit | commitdiff | tree | snapshot |
| 2017-08-27 |
Ralph Corderoy | Add MAX_EXIT, value 120, to limit some more exit(3... |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | mh_xmalloc() et al: Use C99's `%zu' to print size_t. |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
David Levine | Treat %(myhost) failure to match canonical hostname... |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | Replace printf("foo\n") with puts("foo"). |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | Add gcc's nonnull function attribute. |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | Use C99's variable-argument preprocessor macros for... |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | Add gcc's malloc function attribute. |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | fmt_rfc2047.c: Tables hexindex[] and index_64[] can... |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | Add gcc's const function attribute. |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | Add gcc's alloc_size function attribute. |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | Add more NORETURN and CHECK_PRINTF function attributes. |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
David Levine | Changed failure exit status of mkstemp(1) from 255... |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | forw.man, mh-mime.man: Add missing commas in `SEE ALSO... |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | picksbr.c: Specify parameters of nexus's n_action funct... |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | Print pointers in debug with C99's `%p' rather than... |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | picksbr.c: fprintf function pointer with unsigned-long... |
commit | commitdiff | tree | snapshot |
| 2017-08-25 |
David Levine | Fixed extra and missing trailing commas in SEE ALSO... |
commit | commitdiff | tree | snapshot |
| 2017-08-25 |
Ralph Corderoy | build_nmh: Stop -d enabling assert(3)s. |
commit | commitdiff | tree | snapshot |
| 2017-08-24 |
Ralph Corderoy | Format with `%#x' instead of `0x%x' if difference matte... |
commit | commitdiff | tree | snapshot |
| 2017-08-24 |
Ralph Corderoy | mhlist -verbose: Don't duplicate message/external-body... |
commit | commitdiff | tree | snapshot |
| 2017-08-24 |
Ralph Corderoy | mhparse.c: Correct comment; si_val is the `anonymous... |
commit | commitdiff | tree | snapshot |
| 2017-08-24 |
Ralph Corderoy | mhlist -debug: Print FILE pointers with `%p', not ... |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | mhbuildsbr.c: Ensure temporary FILE closed regardless... |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | mhbuildsbr.c: Flip logic, moving goto to then-block... |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | Flip logic, moving goto from else- to then-block. |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | Don't need to `else' after done() at end of then-block. |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | Don't need to `else' after adios() at end of then-block. |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | sh scripts: Remove `else' after exit at end of then... |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | uip/rcvtty.c: Flip logic, moving `return' to then-block. |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | Remove the `else' after a simple if-then block ending... |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | mhlistsbr.c: Replace list_application() with body at... |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | mhmail: Turn sh's else-if into elif. |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | Join the lines of another couple of `else if'. |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ken Hornstein | Make sure we return the descriptor from the file handle... |
commit | commitdiff | tree | snapshot |
| 2017-08-22 |
Ralph Corderoy | Reformat else-if that are split over two or more lines... |
commit | commitdiff | tree | snapshot |
| 2017-08-22 |
Ralph Corderoy | Convert some Boolean variables to the bool type. |
commit | commitdiff | tree | snapshot |
| 2017-08-22 |
Ralph Corderoy | Convert some Boolean variables to the bool type. |
commit | commitdiff | tree | snapshot |
| 2017-08-22 |
Ralph Corderoy | Add ZERO(p) for the typical memset(p, 0, sizeof *p... |
commit | commitdiff | tree | snapshot |
| 2017-08-21 |
David Levine | Removed conditional addition of -D_FORTIFY_SOURCE=2... |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
Ralph Corderoy | man: Vet the NAME sections, especially mhfixmsg's. |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
Ralph Corderoy | cppflags.m4: Don't trample CFLAGS and CPPFLAGS. |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
David Levine | Add -D_FORTIFY_SOURCE=2 to CPPFLAGS instead of AM_CPPFLAGS. |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
David Levine | Restored old NAME in mhical(1) man page. |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
Ralph Corderoy | scan.man: Note that %{body} does not decode MIME. |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
Ralph Corderoy | sbr/mf.c: Simplify logic, ditching endless for-loops... |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
Ralph Corderoy | sbr/mf.c: Remove QUOTE macro, use its '\\' definition... |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
Ralph Corderoy | contains8bit(): Don't fetch a byte when start >= end. |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
Ralph Corderoy | NEWS: Add bug fix: EPIPE when writing error no longer... |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
Ralph Corderoy | NEWS: Consistent punctuation. Mention SI and IEC quant... |
commit | commitdiff | tree | snapshot |
| 2017-08-19 |
Ralph Corderoy | test-sendfiles: Feed `lzma -cd' stdin rather than a... |
commit | commitdiff | tree | snapshot |
| 2017-08-19 |
David Levine | Protect fileno() call against NULL argument. |
commit | commitdiff | tree | snapshot |
| next |