]> diplodocus.org Git - nmh/shortlog
nmh
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 Ralph CorderoyJoin the lines of another couple of `else if'.
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-21 David LevineRemoved conditional addition of -D_FORTIFY_SOURCE=2...
2017-08-20 Ralph Corderoyman: Vet the NAME sections, especially mhfixmsg's.
2017-08-20 Ralph Corderoycppflags.m4: Don't trample CFLAGS and CPPFLAGS.
2017-08-20 David LevineAdd -D_FORTIFY_SOURCE=2 to CPPFLAGS instead of AM_CPPFLAGS.
2017-08-20 David LevineRestored old NAME in mhical(1) man page.
2017-08-20 Ralph Corderoyscan.man: Note that %{body} does not decode MIME.
2017-08-20 Ralph Corderoysbr/mf.c: Simplify logic, ditching endless for-loops...
2017-08-20 Ralph Corderoysbr/mf.c: Remove QUOTE macro, use its '\\' definition...
2017-08-20 Ralph Corderoycontains8bit(): Don't fetch a byte when start >= end.
2017-08-20 Ralph CorderoyNEWS: Add bug fix: EPIPE when writing error no longer...
2017-08-20 Ralph CorderoyNEWS: Consistent punctuation. Mention SI and IEC quant...
2017-08-19 Ralph Corderoytest-sendfiles: Feed `lzma -cd' stdin rather than a...
2017-08-19 David LevineProtect fileno() call against NULL argument.
2017-08-18 Ralph Corderoylock_file.c: Compiler warns of unused isnewlock if...
2017-08-17 David LevineDefault CFLAGS to -std=c99 instead of -ansi.
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 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...
next