| 2017-11-01 |
Ken Hornstein | Merge branch 'master' of git.sv.gnu.org:/srv/git/nmh |
tree | commitdiff |
| 2017-10-31 |
Ralph Corderoy | Replace some ints that are only ever 0 or 1 with bool. |
tree | commitdiff |
| 2017-10-31 |
Ralph Corderoy | dtimep.l: Delete unused macros SKIPSP and SKIPTOSP. |
tree | commitdiff |
| 2017-10-30 |
Ralph Corderoy | sbr: Replace some ints that are only ever 0 or 1 with... |
tree | commitdiff |
| 2017-10-30 |
Ralph Corderoy | nmh_init(): Replace integer parameter with two bools. |
tree | commitdiff |
| 2017-10-30 |
Ralph Corderoy | Replace adios(NULL, ...) with die(...). |
tree | commitdiff |
| 2017-10-27 |
Ralph Corderoy | Replace getcpy(f()) calls with mh_xstrdup() when f... |
tree | commitdiff |
| 2017-10-27 |
Ralph Corderoy | Delete "blank" lines at start of files to bring content... |
tree | commitdiff |
| 2017-10-27 |
Ralph Corderoy | utils.c: Improve comment describing add(). Suggest... |
tree | commitdiff |
| 2017-10-26 |
Ken Hornstein | Add netsec_get_sasl_ssf(). |
tree | commitdiff |
| 2017-10-25 |
Ken Hornstein | Fix up some const and unsigned char warnings. |
tree | commitdiff |
| 2017-10-25 |
Ken Hornstein | Rototill snoop support so it works at flush time. |
tree | commitdiff |
| 2017-10-24 |
Ken Hornstein | Add context information to SASL callback. |
tree | commitdiff |
| 2017-10-24 |
Ken Hornstein | Switch to the use of to_upper() instead of custom code. |
tree | commitdiff |
| 2017-09-24 |
Ralph Corderoy | picksbr.c: fprintf(3) function pointer using `%p' and... |
tree | commitdiff |
| 2017-09-24 |
Ralph Corderoy | Don't cast void pointer return value of malloc() et al. |
tree | commitdiff |
| 2017-09-21 |
Ralph Corderoy | Detect function-pointer `done' being set twice in a... |
tree | commitdiff |
| 2017-09-18 |
Ralph Corderoy | Strip parenthesis from `return (state = OK);' and similar. |
tree | commitdiff |
| 2017-09-18 |
Ralph Corderoy | Remove preprocessor conditionals on `lint'. |
tree | commitdiff |
| 2017-09-18 |
Ralph Corderoy | Replace `_exit(-1)' with `_exit(1)'. |
tree | commitdiff |
| 2017-09-15 |
Ralph Corderoy | mime_type.c: Fix regexp in comment that describes follo... |
tree | commitdiff |
| 2017-09-13 |
Ralph Corderoy | addrsbr.c: Alter ismymbox() to return bool, not int. |
tree | commitdiff |
| 2017-09-13 |
Ralph Corderoy | ext_hook(): Flip if-statement condition so then-block... |
tree | commitdiff |
| 2017-09-13 |
Ralph Corderoy | Edit out a few more tautological `the foo(5) man page'. |
tree | commitdiff |
| 2017-09-13 |
Ralph Corderoy | nmh_completion(): Simplify, removing local variable. |
tree | commitdiff |
| 2017-09-13 |
Ralph Corderoy | Remove casts of NULL to a data pointer. |
tree | commitdiff |
| 2017-09-12 |
Ralph Corderoy | Remove more outer wrapping parenthesis from return... |
tree | commitdiff |
| 2017-09-12 |
Ralph Corderoy | dmktime(): Break assignments so `*=' and `+=' can be... |
tree | commitdiff |
| 2017-09-12 |
Ralph Corderoy | Replace `return (0)' and similar with `return 0'. |
tree | commitdiff |
| 2017-09-12 |
Ralph Corderoy | Hoick FENDNULL(key) out of the search loop. |
tree | commitdiff |
| 2017-09-12 |
Ralph Corderoy | mh_oauth_cred_fn()'s return value no longer needs dupli... |
tree | commitdiff |
| 2017-09-12 |
Ralph Corderoy | mh_oauth_cred_fn(): Always freshly allocate result. |
tree | commitdiff |
| 2017-09-12 |
Ralph Corderoy | exmaildir(): Don't leak memory allocated by path(). |
tree | commitdiff |
| 2017-09-12 |
Ralph Corderoy | mime_type(): Don't leak memory allocated by get_file_in... |
tree | commitdiff |
| 2017-09-12 |
Ralph Corderoy | lock_file.c: close(2) file descriptor on failure, avoid... |
tree | commitdiff |
| 2017-09-11 |
Ralph Corderoy | Delete mh_xfree(), changing callers to call free(3... |
tree | commitdiff |
| 2017-09-11 |
Ralph Corderoy | rmf.c: free(3) return value from m_mailpath() calls. |
tree | commitdiff |
| 2017-09-11 |
Ralph Corderoy | path.c: Add comments declaring return values must be... |
tree | commitdiff |
| 2017-09-11 |
Ralph Corderoy | path.c: Remove path()'s test for expath() returning... |
tree | commitdiff |
| 2017-09-11 |
Ralph Corderoy | path.c: Re-format path() to make it more clear what... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | Remove test for `\0' in `*s && isfoo(*s)' for ctype... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | readline(3) wrapper: Move free(3) of line to where... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | fmt_compile.c: Alter FINDCOMP(): the caller must supply... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | argsplit(): Incorrect type used in sizeof calculation... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | get_file_info(): Flip logic throughout, reducing nesting. |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | get_file_info(): Don't return filename from quote onwar... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | get_file_info(): Don't dereference out of scope char... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | pidstatus(): Rewrite to print stopped and continued... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | pidstatus(): Delete commented-out code testing for... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | Replace printf("%s\n", foo) and similar with puts(foo). |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Flip if-conditions so returns move from... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | icalendar.l: Refer to base64.h relative to root of... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | icalparse.y: Remove else-block that returns by merging... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | seq_setprev.c: Flip if-condition so return moves from... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | folder_pack.c: Flip if-condition so return moves from... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | seq_setunseen.c: Flip if-condition so return moves... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | read_switch_multiword.c: Flip if-condition so return... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Don't atoi("0") if zone is NULL. |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Fix parse-failure's error-message's dayligh... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Replace some int with bool. |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | Only call fork(2) once, not up to five times on failure. |
tree | commitdiff |
| 2017-09-08 |
Ralph Corderoy | base64.c: Don't out-of-bounds printf("%s", &encoded... |
tree | commitdiff |
| 2017-09-07 |
Ralph Corderoy | getpass.c: Don't fileno(NULL) when fopen("/dev/tty... |
tree | commitdiff |
| 2017-09-04 |
Ralph Corderoy | oauth: Replace `if...return false; return true' with... |
tree | commitdiff |
| 2017-09-04 |
Ralph Corderoy | oauth.c: Remove unused assignments of function return... |
tree | commitdiff |
| 2017-09-04 |
Ralph Corderoy | Replace FALSE and TRUE with C99's false and true. |
tree | commitdiff |
| 2017-09-04 |
Ralph Corderoy | print_intro(): Change parameter brief from int to bool. |
tree | commitdiff |
| 2017-09-03 |
Ralph Corderoy | Replace boolean with bool everywhere. |
tree | commitdiff |
| 2017-09-02 |
Ralph Corderoy | geteditor.c: Hard-code the default, "vi". |
tree | commitdiff |
| 2017-09-02 |
Ralph Corderoy | Move base64.c's prototypes from prototypes.h to new... |
tree | commitdiff |
| 2017-09-02 |
Ralph Corderoy | decodeBase64(): Limit length of error message on invali... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Move read_line.c's prototypes from prototypes.h to... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Add ENDNULL macro for gcc's `sentinel' function attribute. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Move terminal.c's prototypes from prototypes.h to new... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | read_switch_multiword.c: siglongjmp(3) removes need... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Remove comment asking if siglongjmp(3) should be used... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Don't cast zero to char for storing at pointer to char. |
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 | Make functions with no external callers by name static. |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | Add gcc's pure function attribute. |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | Replace add(foo, NULL) with mh_xstrdup(foo). |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | context_find.c: Hoist strlen(3) out of search loop. |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | Add die(fmt, ...). Equivalent to adios(NULL, fmt,... |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | mh_xmalloc() et al: Use C99's `%zu' to print size_t. |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | fmt_rfc2047.c: Tables hexindex[] and index_64[] can... |
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-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 |
| next |