]> diplodocus.org Git - nmh/history - uip
lock_file.c: close(2) file descriptor on failure, avoiding leak.
[nmh] / uip /
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.
2017-05-25 Ralph Corderoyuip/slocal.c: Tidy `verbose' logic in usr_file().
2017-05-25 Ralph Corderoyuip/popsbr.c: Delete unused pop_list(), etc.
2017-05-25 Ralph Corderoyuip/comp.c: Delete single-use NULLMP macro.
2017-05-25 Ralph CorderoyRemove support for ./.foo.map index for ./foo mailbox.
2017-05-25 Ralph Corderoyuip/prompter.c: Make getln() static; only called locally.
2017-05-25 Ralph Corderoyuip/prompter.c: Delete obfuscating ERASE, etc., macros.
2017-05-25 Ralph Corderoyuip/prompter.c: Delete unused macros CKILL and CERASE.
2017-05-24 Ralph Corderoyuip/inc.c: Delete POP3's -pack option for msh users.
2017-05-24 Ralph Corderoyuip/dropsbr.c: Delete unused mbx_write() and map_read().
2017-05-23 Ralph CorderoyReplace some "FALLTHRU" comments with control flow.
2017-05-20 Ralph Corderoyuip/aliasbr.c: Remove dead code used for Unix groups.
2017-05-18 Ken HornsteinRemove support for aliases based on Unix groups.
2017-05-18 Ralph Corderoyuip/mhshowsbr.c: Increase buffer size for showing-conte...
2017-05-17 Ralph Corderoyuip/mhbuildsbr.c: Fix long-line truncation when BUFSIZ...
2017-05-16 Ralph Corderoysbr/mime_type.c: Move prototype from h/prototypes.h...
2017-05-16 Ralph Corderoysbr/message_id.c: Move duplicate prototypes to new...
2017-05-16 Ralph Corderoysbr/makedir.c: Move prototype from h/prototypes.h to...
2017-05-16 Ralph Corderoysbr/m_popen.c: Move prototypes from h/prototypes.h...
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-05-15 Ralph Corderoyh/prototypes.h: Give sbr/lock_file.c's prototypes their...
2017-05-15 Ralph Corderoyh/utils.h: Move in nmh_init() prototype from h/prototyp...
2017-05-15 Ralph Corderoyuip/mhshowsbr.h: Move in declarations from h/mhparse.h.
2017-05-15 Ralph Corderoyuip/mhshowsbr.c: Create header file with exports' decla...
2017-05-15 Ralph Corderoyuip/mhcachesbr.c: Move exported symbols to existing...
2017-05-15 Ralph Corderoyuip/mhoutsbr.c: Move exported prototype to new header...
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Move remaining prototypes from h/protot...
2017-05-15 Ralph Corderoyuip/picksbr.c: Use function prototypes for `nexus'...
2017-05-15 Ralph CorderoySpecify function parameters in prototypes, mainly void.
2017-05-15 Ralph CorderoyUse `void' in prototypes for functions with no parameters.
2017-05-15 Ralph Corderoyh/mhparse.h: Move mhfree.c's free_content prototype...
2017-05-15 Ralph CorderoyMatch `NORETURN' function prototypes by adding it to...
2017-05-15 Ralph CorderoyCreate and use header file for uip/mhfree.c's exports.
2017-05-15 Ralph Corderoyuip/mhfree.c: Make free_header() static.
2017-05-15 Ralph Corderoyuip/flist.c: Make locally defined and used functions...
2017-05-15 David LevineHave post(1) report name of fileproc if it fails.
2017-05-14 Ralph CorderoyReplace calls to unputenv() with unsetenv(3).
2017-05-14 Ralph CorderoyReplace calls to m_putenv() with setenv(3).
2017-05-14 Ralph Corderoyuip/mhstoresbr.c: Fix single-character nmh-storage...
2017-05-14 Ralph CorderoyUse new PLURALS(n) macro instead of variety of tests.
2017-05-13 Ralph Corderoyuip/folder.c: Use `%s' for plural, not `%c'.
2017-05-13 Ralph Corderoyuip/folder.c: Rewrite plural test to common form.
2017-05-13 Ralph CorderoyUse FENDNULL() instead of duplicate, locally defined...
2017-05-13 Ralph CorderoyAdd FENDNULL(s): fends off NULL by giving an empty...
2017-05-12 Ralph CorderoyReplace `a == b ? 1 : 0' and similar with `a == b'.
2017-05-12 Ralph CorderoyReplace `e ? 0 : 1' with `!e'.
2017-05-12 Ralph CorderoyUse existing macros min() and max() more.
2017-05-07 Ralph Corderoyuip/inc.c: Use bool, not int, for some of the options.
2017-05-07 Ralph CorderoySplit some comma-operator terms into separate statements.
2017-05-07 Ralph Corderoyuip/picksbr.c: Increase line-buffer size for "grep...
2017-05-07 Ralph Corderoyuip/scansbr.c: Replace uses of SBUFSIZ with NMH_BUFSIZ.
2017-05-07 Ralph Corderoyuip/rcvdist.c: Replace SBUFSIZ with NMH_BUFSIZ.
2017-05-07 Ralph Corderoyuip/replsbr.c: Replace single use of SBUFSIZ with NMH_B...
2017-05-07 Ralph CorderoyMake many m_getfld() buffer parameters NMH_BUFSIZ big.
2017-05-01 Ralph Corderoymhstoresbr.c: Flip logic to simplify. Remove else...
2017-05-01 Ralph Corderoymhlsbr.c: Flip parse()'s logic. Remove oneline()'s...
2017-05-01 Ralph Corderoydropsbr.c: Flip mbx_open()'s logic to simplify.
2017-05-01 Ralph Corderoymhfixmsg.c: Flip logic to simplify. Remove else after...
2017-05-01 Ralph Corderoymhshowsbr.c: Remove else after break in iconv_start().
2017-05-01 Ralph Corderoymhparse.c: Remove a couple of else after continue.
2017-05-01 Ralph Corderoypicksbr.c: Remove some else after break in plist().
2017-05-01 Ralph Corderoysortm.c: Flip get_fields()'s logic to simplify.
2017-04-28 Ralph CorderoyFix spelling in C comments.
2017-04-28 Ralph Corderoysbr/vector.c: Only allocate bvector storage for set...
2017-04-26 Ralph Corderoysbr/vector.c: Change bvector_bits() to return first...
2017-04-23 Ralph CorderoyRemove return statements at end of void functions.
2017-04-23 Ralph CorderoyUse C's `++', `+=', etc., not the longhand.
2017-04-23 Ralph Corderoysbr/dtime.c: Remove struct-assigning twscopy().
2017-04-23 Ralph Corderoyuip/sortm.c: Remove unused variable and dlocaltimenow...
2017-04-22 Ralph CorderoyCorrect first-line comments where filename is wrong.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-04-22 Ralph Corderoyuip/mhbuildsbr.c: Remove unusused MAXURLTOKEN macro.
2017-04-22 Ralph Corderoyuip/post.c: Don't bother naming `struct oauth_profile'.
2017-04-21 Ralph Corderoysend and whatnow: Remove deprecated -attach... switches.
2017-04-20 Ralph Corderoyuip/dropsbr.c: Fix buffer overrun in mbx_copy().
2017-04-17 David LevineUse stat(3) instead of lstat(3), to dereference symboli...
next