]> diplodocus.org Git - nmh/history - uip
mhshowsbr.c: Delete single-use global int `nolist'.
[nmh] / uip /
2017-09-03 Ralph CorderoyReplace boolean with bool everywhere.
2017-09-03 Ralph Corderoydropsbr.c: Remove unused ntohl() macro, and its NTOHLSW...
2017-09-03 Ralph Corderoyap.c, dp.c: exit(3) with 0 or 1, not [0, MAX_EXIT].
2017-09-02 Ralph CorderoyMove base64.c's prototypes from prototypes.h to new...
2017-08-28 Ralph CorderoyMove read_line.c's prototypes from prototypes.h to...
2017-08-28 Ralph CorderoyMove terminal.c's prototypes from prototypes.h to new...
2017-08-28 Ralph CorderoyFix spelling in comment.
2017-08-28 Ralph Corderoymhlsbr.c: Don't need to `else' after longjmp() at end...
2017-08-28 Ralph CorderoyDon't need to `else' after mhladios() at end of then...
2017-08-28 Ralph CorderoyGive mhldone() and mhladios() the NORETURN function...
2017-08-28 Ralph CorderoyDon't cast zero to pid_t for setpgid(2)'s first argument.
2017-08-28 Ralph CorderoyDon't cast zero to a non-function pointer; use NULL...
2017-08-28 Ralph Corderoymhparse: Change mhfixmsg flags from int to bool.
2017-08-28 Ralph Corderoymhparse.h: Add externs for skip_mp_cte_check, etc.
2017-08-28 Ralph CorderoyDelete declaration already available from included...
2017-08-28 Ralph Corderoymhparse.h: Add externs for preferred_types[], etc.
2017-08-28 Ralph CorderoyDelete declarations already available from included...
2017-08-28 Ralph Corderoymhbuildsbr.c: Include mhcachesbr.h. Delete copy of...
2017-08-28 Ralph Corderoymhfixmsg.c: Make mhfixmsgsbr() static.
2017-08-28 Ralph CorderoyMove NPARTS and NTYPES from mhparse.h to mhmisc.h.
2017-08-28 Ralph Corderoymhmisc.h: Add mhmisc.c's global variables as externs.
2017-08-28 Ralph CorderoyCreate mhmisc.h with mhmisc.c's global-function prototypes.
2017-08-28 Ralph CorderoyMake functions with no external callers by name static.
2017-08-28 Ralph Corderoyrcvtty.c: Remove duplicate prototype. Other in mts.h.
2017-08-28 Ralph Corderoyaliasbr.c: Remove duplicate prototypes. Others in...
2017-08-27 Ralph Corderoymhparam: exit(3) zero if all components found, else...
2017-08-27 David LevineEnsure that mhfixmsg exit status is either 0 or 1.
2017-08-27 Ralph CorderoyAdd gcc's pure function attribute.
2017-08-27 Ralph Corderoyinc.c: Make maildir_srt() static.
2017-08-27 Ralph CorderoyReplace add(foo, NULL) with mh_xstrdup(foo).
2017-08-27 Ralph CorderoyReplace strlen("foo") with LEN("foo").
2017-08-27 Ralph CorderoyAdd die(fmt, ...). Equivalent to adios(NULL, fmt,...
2017-08-27 Ralph Corderoymhparam: Remove `libdir', deprecated in 1.7.
2017-08-27 Ralph Corderoypick: Remove support for MHPDEBUG environment variable.
2017-08-27 Ralph CorderoyAdd MAX_EXIT, value 120, to limit some more exit(3...
2017-08-26 Ralph CorderoyReplace printf("foo\n") with puts("foo").
2017-08-26 Ralph CorderoyAdd gcc's alloc_size function attribute.
2017-08-26 Ralph CorderoyAdd more NORETURN and CHECK_PRINTF function attributes.
2017-08-26 David LevineChanged failure exit status of mkstemp(1) from 255...
2017-08-26 Ralph Corderoypicksbr.c: Specify parameters of nexus's n_action funct...
2017-08-26 Ralph CorderoyPrint pointers in debug with C99's `%p' rather than...
2017-08-26 Ralph Corderoypicksbr.c: fprintf function pointer with unsigned-long...
2017-08-24 Ralph CorderoyFormat with `%#x' instead of `0x%x' if difference matte...
2017-08-24 Ralph Corderoymhlist -verbose: Don't duplicate message/external-body...
2017-08-24 Ralph Corderoymhparse.c: Correct comment; si_val is the `anonymous...
2017-08-24 Ralph Corderoymhlist -debug: Print FILE pointers with `%p', not ...
2017-08-23 Ralph Corderoymhbuildsbr.c: Ensure temporary FILE closed regardless...
2017-08-23 Ralph Corderoymhbuildsbr.c: Flip logic, moving goto to then-block...
2017-08-23 Ralph CorderoyFlip logic, moving goto from else- to then-block.
2017-08-23 Ralph CorderoyDon't need to `else' after done() at end of then-block.
2017-08-23 Ralph CorderoyDon't need to `else' after adios() at end of then-block.
2017-08-23 Ralph Corderoysh scripts: Remove `else' after exit at end of then...
2017-08-23 Ralph Corderoyuip/rcvtty.c: Flip logic, moving `return' to then-block.
2017-08-23 Ralph CorderoyRemove the `else' after a simple if-then block ending...
2017-08-23 Ralph Corderoymhlistsbr.c: Replace list_application() with body at...
2017-08-23 Ralph Corderoymhmail: Turn sh's else-if into elif.
2017-08-23 Ken HornsteinMake sure we return the descriptor from the file handle...
2017-08-22 Ralph CorderoyReformat else-if that are split over two or more lines...
2017-08-22 Ralph CorderoyConvert some Boolean variables to the bool type.
2017-08-22 Ralph CorderoyConvert some Boolean variables to the bool type.
2017-08-22 Ralph CorderoyAdd ZERO(p) for the typical memset(p, 0, sizeof *p...
2017-08-19 David LevineProtect fileno() call against NULL argument.
2017-08-17 Leonardo Taccarimhical expected an ics file as input and after just...
2017-08-17 Ralph CorderoyBoth f_typestr(): Remove parenthesis from long list...
2017-08-17 Ralph CorderoyBoth f_typestr(): Rebuild switch from FT_* to string...
2017-08-17 Ralph Corderoyfmtdump.c, fmttest.c: Remove tests for FT_LIT_FORCE.
2017-08-17 Ken HornsteinMake sure the %(kilo) and %(kibi) instructions are...
2017-08-13 Ralph Corderoyinc.c: Use closure for pop_retr()'s action callback.
2017-08-13 Ralph Corderoyinc.c: Alter pop_action() to check I/O, perhaps returni...
2017-08-13 Ralph Corderoypopsbr.c: Alter traverse() to check action callback...
2017-08-13 Ralph Corderoypop_retr(): Add a `void *closure' to be passed to actio...
2017-08-13 Ralph Corderoyinc.c: Narrow scope of inc_type. Chain mutually-exclus...
2017-08-13 Ralph Corderoyscan(): Don't ioctl(2) for TTY's width every call.
2017-08-13 Ralph Corderoym_getfld() et al: Replace with m_getfld2(), etc., in...
2017-08-11 Ralph Corderoymhmisc.c: Indent with "%*s" rather than "%*.*s".
2017-08-11 Ralph Corderoymhparse.c: Cast ptrdiff_t from subtraction to long.
2017-08-09 Ralph Corderoyfmtdump.c: Add string for FT_LS_UNQUOTE case.
2017-08-09 Ralph CorderoySilence more gcc format-string warnings.
2017-08-09 Ralph Corderoymhparse.c: Use constant indent for second line of messages.
2017-08-09 Ralph CorderoyTeach gcc(1) that adios() and friends take printf formats.
2017-08-01 Ken HornsteinMerge branch 'fix-post-bcc'
2017-07-29 David LevineAdded m_str() and m_strn() functions to convert int...
2017-07-25 Ken HornsteinFinished implementation, but tests need to be written.
2017-07-16 David LevineReplaced snprintf() to convert an int with m_name().
2017-07-16 David LevineEnhanced mhical syntax error message to provide some...
2017-06-23 Ken HornsteinStart of work to fix lack of address rewriting for bcc
2017-06-17 David LevineRearranged statements to eliminate memory allocation.
2017-06-17 David LevineShow display program name and arguments in error messag...
2017-06-17 David LevineDon't bypass scan_content() when expanding pseudoheaders.
2017-06-10 Ralph Corderoyuip/inc.c: Don't increment variable of type bool.
2017-06-01 David LevineFixed double fclose().
2017-05-31 Ken HornsteinNormalize connection shutdown handling.
2017-05-29 Ralph Corderoysizeof char is always 1, so don't bother to divide...
2017-05-29 Ralph Corderoyuip/scansbr.c: Add PUTC() macro, similar to FPUTS().
2017-05-29 Ralph Corderoyuip/scansbr.c: Stop `scan -file' copying mailbox to...
2017-05-28 Ralph Corderoyh/mts.h: Replace char pointer mmdlm1 with macro MMDF_DELIM.
2017-05-28 Ralph Corderoysbr/mts.c: Delete mmdlm2; use same-valued mmdlm1 instead.
2017-05-27 Ralph Corderoyuip/forw.c, uip/repl.c: Remove -file's "msh" comment.
2017-05-26 Ralph Corderoyuip/mhparse.c: Fix body starting a byte too soon when...
2017-05-25 Ralph CorderoyDon't cast lseek(2)'s offset to off_t when it's 0.
next