| 2017-09-10 |
Ralph Corderoy | Remove test for `\0' in `*s && isfoo(*s)' for ctype... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | find_cache(): Remove test that's always false. |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | readline(3) wrapper: Move free(3) of line to where... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | fmt_compile.c: Alter FINDCOMP(): the caller must supply... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | argsplit(): Incorrect type used in sizeof calculation... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | get_file_info(): Flip logic throughout, reducing nesting. |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | get_file_info(): Don't return filename from quote onwar... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | get_file_info(): Don't dereference out of scope char... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | Replace parallel MIME-preference arrays with struct... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | pidstatus(): Rewrite to print stopped and continued... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | pidstatus(): Delete commented-out code testing for... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | Replace printf("%s\n", foo) and similar with puts(foo). |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Flip if-conditions so returns move from... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | icalendar.l: Refer to base64.h relative to root of... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | test/getcanon.c: exit(3) with 0 or 1, not -1 or symboli... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | test/getfullname.c: Move return case first in if-else... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | Refer to #include files from the root of nmh's source. |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | icalparse.y: Remove else-block that returns by merging... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | seq_setprev.c: Flip if-condition so return moves from... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | folder_pack.c: Flip if-condition so return moves from... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | seq_setunseen.c: Flip if-condition so return moves... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | mhstoresbr.c: Flip if-condition so return moves from... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | read_switch_multiword.c: Flip if-condition so return... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Don't atoi("0") if zone is NULL. |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Fix parse-failure's error-message's dayligh... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Replace some int with bool. |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | Only call fork(2) once, not up to five times on failure. |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | content_error(): Add missing va_end(3). |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ken Hornstein | Send a QUIT instead of RSET at session end when doing... |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ken Hornstein | Add a -credentials argument when we call post. |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ralph Corderoy | popsbr.c: Remove impossible case from switch statement. |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ralph Corderoy | mhbuildsbr.c: Attempt fork(2) multiple times, as intended. |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ralph Corderoy | base64.c: Don't out-of-bounds printf("%s", &encoded... |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ralph Corderoy | content_error(): Don't strlen(invo_name) that might... |
commit | commitdiff | tree | snapshot |
| 2017-09-07 |
Ralph Corderoy | replsbr.c: In parent, free child's argv[] built before... |
commit | commitdiff | tree | snapshot |
| 2017-09-07 |
Ralph Corderoy | getpass.c: Don't fileno(NULL) when fopen("/dev/tty... |
commit | commitdiff | tree | snapshot |
| 2017-09-07 |
Ralph Corderoy | mhbuildsbr.c: Don't free(3) string then print it; do... |
commit | commitdiff | tree | snapshot |
| 2017-09-07 |
Ralph Corderoy | smtp.c: Use read-end of pipe, not random integer. |
commit | commitdiff | tree | snapshot |
| 2017-09-05 |
David Levine | Revised expected output with -prefer in test/mhlist... |
commit | commitdiff | tree | snapshot |
| 2017-09-05 |
Ralph Corderoy | man: Fix some of the font-changing macros' parameters. |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Paul Fox | Add -noprefer switch to mhshow, mhstore, and mhlist |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Paul Fox | Change the priority ordering for multiple -prefer switches |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | man: Use `.IR' for `foo(1)', not the few `.BR'. |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | man: Change the tautological `the foo(1) man page'... |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | oauth: Replace `if...return false; return true' with... |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | oauth.c: Remove unused assignments of function return... |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | Replace FALSE and TRUE with C99's false and true. |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | print_intro(): Change parameter brief from int to bool. |
commit | commitdiff | tree | snapshot |
| 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 |
| next |