]> diplodocus.org Git - nmh/shortlog
nmh
2017-08-17 Ralph Corderoyfmtdump.c, fmttest.c: Remove tests for FT_LIT_FORCE.
2017-08-17 Ralph CorderoyMakefile.am: Remove `test -d' guarding `mkdir -p'.
2017-08-17 Ralph CorderoyMakefile.am: Remove multiple `mkdir -p' for etc; use...
2017-08-17 Ralph Corderoycpnumber(): Cast desired width to size_t to silence...
2017-08-17 Ken HornsteinFix bug in cpnumber().
2017-08-17 Ken HornsteinImprove installation documentation
2017-08-17 Ken HornsteinMake sure the %(kilo) and %(kibi) instructions are...
2017-08-16 Ralph CorderoyINSTALL: Update c89(1) mention to c99(1), that exists...
2017-08-15 Ralph Corderoygetcwidth.c: Use WCHAR_MAX, not __WCHAR_MAX__.
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-13 Ralph Corderoypost.man: Detail -port's default value: submission...
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-10 Ralph Corderoym_getfld() et al: Add wrapper without FILE *iob parameter.
2017-08-10 Ralph Corderoym_getfld.c: Make m_getfld_state_init() public.
2017-08-09 Ralph Corderoym_getfld.c: Alter Peek() to call Getc() and Ungetc().
2017-08-09 Ralph Corderoym_getfld.c: Alter Peek() to match Getc()'s structure.
2017-08-09 Ralph Corderoym_getfld.c: Use intmax_t and PRIdMAX to printf off_t...
2017-08-09 Ralph Corderoyleave_getfld(): Don't follow fseeko(SEEK_SET) with...
2017-08-09 Ralph Corderoytest/getcwidth.c: Allow for 8-bit and 16-bit wchar_t.
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 Corderoym_getfld.c: Alter Ungetc() to die if it can't rewind.
2017-08-09 Ralph Corderoym_getfld.c: Remove Ungetc()'s `c' parameter.
2017-08-09 Ralph CorderoyTeach gcc(1) that adios() and friends take printf formats.
2017-08-09 Ralph Corderoym_getfld.c: Check ftello(3) and fseeko(3) for errors.
2017-08-09 Ralph Corderoystruct m_getfld_state: Re-order members in more top...
2017-08-09 Ralph Corderoym_getfld() and friends: Add commentary.
2017-08-09 David LevineFixed scan to handle empty files without violating...
2017-08-06 Ralph Corderoycpstripped(): Rewrite multi-byte version.
2017-08-05 Ralph Corderoycpstripped(), single-byte: Simplify logic.
2017-08-05 Ralph Corderoycpstripped: Split into two versions, each with a single...
2017-08-05 Ralph Corderoytest/getcwidth: Add --ctype to dump locale's iswprint...
2017-08-05 Ralph Corderoytest/getcwidth: Expand --dump beyond Unicode's BMP.
2017-08-03 Ralph CorderoyNEWS: Move "new features" that might bite a user to...
2017-08-03 Ralph CorderoyNEWS: Re-order 1.7's sections, as discussed on nmh...
2017-08-03 Ken HornsteinCleared pending-release-notes for the next release.
2017-08-03 Ken HornsteinUpdates for 1.7 release.
2017-08-02 Ken HornsteinUpdate for new branch
2017-08-02 Ken HornsteinUse correct error code for SSL context retrieval.
2017-08-01 Ken HornsteinDocument bug fix
2017-08-01 Ken HornsteinMerge branch 'fix-post-bcc'
2017-08-01 Ken HornsteinImplemented test for this patch.
2017-08-01 Ralph CorderoyMove m_getfld's MS_* mbox-type macros to the only user.
2017-08-01 David LevineRestricted application of the adjustment in m_Eom().
2017-07-31 David LevineHacked m_Eom() to fix test-eom-align.
2017-07-29 David LevineRestored local variable to m_Eom(), to not truncate...
2017-07-29 David LevineRemoved a local variable from m_Eom().
2017-07-29 David LevineSimplified m_strn() per Ralph's suggestions.
2017-07-29 David LevineUse m_strn() to allow restoration of buffer size to...
2017-07-29 Ralph Corderoydtimezone(): Explain abs(3) is undefined on INT_MIN.
2017-07-29 David LevineAdded m_str() and m_strn() functions to convert int...
2017-07-29 Ralph CorderoySimplify dtimezone()'s logic by working with unsigned...
2017-07-25 Ken HornsteinFinished implementation, but tests need to be written.
2017-07-23 David LevineAdded some specific tests to test-eom-align.
2017-07-17 Ralph CorderoyBump up size of two static char[] so gcc knows they...
2017-07-17 David LevineIncrease size of buffer to avoid warning from gcc ...
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-07-15 David LevineFixed flex fixups to not break LFLAGS.
2017-07-15 David LevineAdded flex fixup for Fedora 26's flex 2.6.1.
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 Corderoysbr/netsec.c: Report popped TLS error code, don't pop...
2017-06-10 Ralph Corderoyuip/inc.c: Don't increment variable of type bool.
2017-06-01 David LevineFixed double fclose().
2017-06-01 Ken HornsteinRemove ancient SENDMAILBUG code.
2017-06-01 Ken HornsteinComment cleanup; removed ancient reference to 4.2BSD...
2017-05-31 Ken HornsteinNormalize connection shutdown handling.
2017-05-31 Ken HornsteinUse original error code from OpenSSL.
2017-05-29 Ralph Corderoysbr/brkstring.c: Use strchr(3) in brkany(), not own...
2017-05-29 Ralph Corderoysizeof char is always 1, so don't bother to divide...
2017-05-29 Ralph CorderoyUse DIM(a) macro a few more times; array's dimension...
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-28 Ralph Corderoysbr/mts.c: Make MMDF's delimeters fixed at compile...
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-26 Ralph CorderoyRemove mention of msh in comments and to-do list.
2017-05-26 Ralph CorderoyMakefile.am: Add test/inc/test-eom-align to XFAIL_TESTS.
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 Corderoysbr/utils.c: Delete dead-code open_form(); not called.
2017-05-25 Ralph Corderoyuip/comp.c: Delete single-use NULLMP macro.
2017-05-25 Ralph Corderoysbr/fmt_compile.c: Delete single-use NEWFMT macro.
2017-05-25 Ralph CorderoyRemove support for ./.foo.map index for ./foo mailbox.
2017-05-25 Ralph Corderoytest/runpty.c: Add more detail to "timed out" message.
2017-05-25 Ralph Corderoyuip/prompter.c: Make getln() static; only called locally.
next