| 2017-08-27 |
Ralph Corderoy | Replace strlen("foo") with LEN("foo"). |
commit | commitdiff | tree | snapshot |
| 2017-08-27 |
Ralph Corderoy | context_find.c: Hoist strlen(3) out of search loop. |
commit | commitdiff | tree | snapshot |
| 2017-08-27 |
Ralph Corderoy | Add die(fmt, ...). Equivalent to adios(NULL, fmt,... |
commit | commitdiff | tree | snapshot |
| 2017-08-27 |
Ralph Corderoy | mhparam: Remove `libdir', deprecated in 1.7. |
commit | commitdiff | tree | snapshot |
| 2017-08-27 |
Ralph Corderoy | pick: Remove support for MHPDEBUG environment variable. |
commit | commitdiff | tree | snapshot |
| 2017-08-27 |
Ralph Corderoy | Add MAX_EXIT, value 120, to limit some more exit(3... |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | mh_xmalloc() et al: Use C99's `%zu' to print size_t. |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
David Levine | Treat %(myhost) failure to match canonical hostname... |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | Replace printf("foo\n") with puts("foo"). |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | Add gcc's nonnull function attribute. |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | Use C99's variable-argument preprocessor macros for... |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | Add gcc's malloc function attribute. |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | fmt_rfc2047.c: Tables hexindex[] and index_64[] can... |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | Add gcc's const function attribute. |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | Add gcc's alloc_size function attribute. |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | Add more NORETURN and CHECK_PRINTF function attributes. |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
David Levine | Changed failure exit status of mkstemp(1) from 255... |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | forw.man, mh-mime.man: Add missing commas in `SEE ALSO... |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | picksbr.c: Specify parameters of nexus's n_action funct... |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | Print pointers in debug with C99's `%p' rather than... |
commit | commitdiff | tree | snapshot |
| 2017-08-26 |
Ralph Corderoy | picksbr.c: fprintf function pointer with unsigned-long... |
commit | commitdiff | tree | snapshot |
| 2017-08-25 |
David Levine | Fixed extra and missing trailing commas in SEE ALSO... |
commit | commitdiff | tree | snapshot |
| 2017-08-25 |
Ralph Corderoy | build_nmh: Stop -d enabling assert(3)s. |
commit | commitdiff | tree | snapshot |
| 2017-08-24 |
Ralph Corderoy | Format with `%#x' instead of `0x%x' if difference matte... |
commit | commitdiff | tree | snapshot |
| 2017-08-24 |
Ralph Corderoy | mhlist -verbose: Don't duplicate message/external-body... |
commit | commitdiff | tree | snapshot |
| 2017-08-24 |
Ralph Corderoy | mhparse.c: Correct comment; si_val is the `anonymous... |
commit | commitdiff | tree | snapshot |
| 2017-08-24 |
Ralph Corderoy | mhlist -debug: Print FILE pointers with `%p', not ... |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | mhbuildsbr.c: Ensure temporary FILE closed regardless... |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | mhbuildsbr.c: Flip logic, moving goto to then-block... |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | Flip logic, moving goto from else- to then-block. |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | Don't need to `else' after done() at end of then-block. |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | Don't need to `else' after adios() at end of then-block. |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | sh scripts: Remove `else' after exit at end of then... |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | uip/rcvtty.c: Flip logic, moving `return' to then-block. |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | Remove the `else' after a simple if-then block ending... |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | mhlistsbr.c: Replace list_application() with body at... |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | mhmail: Turn sh's else-if into elif. |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ralph Corderoy | Join the lines of another couple of `else if'. |
commit | commitdiff | tree | snapshot |
| 2017-08-23 |
Ken Hornstein | Make sure we return the descriptor from the file handle... |
commit | commitdiff | tree | snapshot |
| 2017-08-22 |
Ralph Corderoy | Reformat else-if that are split over two or more lines... |
commit | commitdiff | tree | snapshot |
| 2017-08-22 |
Ralph Corderoy | Convert some Boolean variables to the bool type. |
commit | commitdiff | tree | snapshot |
| 2017-08-22 |
Ralph Corderoy | Convert some Boolean variables to the bool type. |
commit | commitdiff | tree | snapshot |
| 2017-08-22 |
Ralph Corderoy | Add ZERO(p) for the typical memset(p, 0, sizeof *p... |
commit | commitdiff | tree | snapshot |
| 2017-08-21 |
David Levine | Removed conditional addition of -D_FORTIFY_SOURCE=2... |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
Ralph Corderoy | man: Vet the NAME sections, especially mhfixmsg's. |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
Ralph Corderoy | cppflags.m4: Don't trample CFLAGS and CPPFLAGS. |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
David Levine | Add -D_FORTIFY_SOURCE=2 to CPPFLAGS instead of AM_CPPFLAGS. |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
David Levine | Restored old NAME in mhical(1) man page. |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
Ralph Corderoy | scan.man: Note that %{body} does not decode MIME. |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
Ralph Corderoy | sbr/mf.c: Simplify logic, ditching endless for-loops... |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
Ralph Corderoy | sbr/mf.c: Remove QUOTE macro, use its '\\' definition... |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
Ralph Corderoy | contains8bit(): Don't fetch a byte when start >= end. |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
Ralph Corderoy | NEWS: Add bug fix: EPIPE when writing error no longer... |
commit | commitdiff | tree | snapshot |
| 2017-08-20 |
Ralph Corderoy | NEWS: Consistent punctuation. Mention SI and IEC quant... |
commit | commitdiff | tree | snapshot |
| 2017-08-19 |
Ralph Corderoy | test-sendfiles: Feed `lzma -cd' stdin rather than a... |
commit | commitdiff | tree | snapshot |
| 2017-08-19 |
David Levine | Protect fileno() call against NULL argument. |
commit | commitdiff | tree | snapshot |
| 2017-08-18 |
Ralph Corderoy | lock_file.c: Compiler warns of unused isnewlock if... |
commit | commitdiff | tree | snapshot |
| 2017-08-17 |
David Levine | Default CFLAGS to -std=c99 instead of -ansi. |
commit | commitdiff | tree | snapshot |
| 2017-08-17 |
Leonardo Taccari | mhical expected an ics file as input and after just... |
commit | commitdiff | tree | snapshot |
| 2017-08-17 |
Ralph Corderoy | Both f_typestr(): Remove parenthesis from long list... |
commit | commitdiff | tree | snapshot |
| 2017-08-17 |
Ralph Corderoy | Both f_typestr(): Rebuild switch from FT_* to string... |
commit | commitdiff | tree | snapshot |
| 2017-08-17 |
Ralph Corderoy | fmtdump.c, fmttest.c: Remove tests for FT_LIT_FORCE. |
commit | commitdiff | tree | snapshot |
| 2017-08-17 |
Ralph Corderoy | Makefile.am: Remove `test -d' guarding `mkdir -p'. |
commit | commitdiff | tree | snapshot |
| 2017-08-17 |
Ralph Corderoy | Makefile.am: Remove multiple `mkdir -p' for etc; use... |
commit | commitdiff | tree | snapshot |
| 2017-08-17 |
Ralph Corderoy | cpnumber(): Cast desired width to size_t to silence... |
commit | commitdiff | tree | snapshot |
| 2017-08-17 |
Ken Hornstein | Fix bug in cpnumber(). |
commit | commitdiff | tree | snapshot |
| 2017-08-17 |
Ken Hornstein | Improve installation documentation |
commit | commitdiff | tree | snapshot |
| 2017-08-17 |
Ken Hornstein | Make sure the %(kilo) and %(kibi) instructions are... |
commit | commitdiff | tree | snapshot |
| 2017-08-16 |
Ralph Corderoy | INSTALL: Update c89(1) mention to c99(1), that exists... |
commit | commitdiff | tree | snapshot |
| 2017-08-15 |
Ralph Corderoy | getcwidth.c: Use WCHAR_MAX, not __WCHAR_MAX__. |
commit | commitdiff | tree | snapshot |
| 2017-08-13 |
Ralph Corderoy | inc.c: Use closure for pop_retr()'s action callback. |
commit | commitdiff | tree | snapshot |
| 2017-08-13 |
Ralph Corderoy | inc.c: Alter pop_action() to check I/O, perhaps returni... |
commit | commitdiff | tree | snapshot |
| 2017-08-13 |
Ralph Corderoy | popsbr.c: Alter traverse() to check action callback... |
commit | commitdiff | tree | snapshot |
| 2017-08-13 |
Ralph Corderoy | pop_retr(): Add a `void *closure' to be passed to actio... |
commit | commitdiff | tree | snapshot |
| 2017-08-13 |
Ralph Corderoy | inc.c: Narrow scope of inc_type. Chain mutually-exclus... |
commit | commitdiff | tree | snapshot |
| 2017-08-13 |
Ralph Corderoy | scan(): Don't ioctl(2) for TTY's width every call. |
commit | commitdiff | tree | snapshot |
| 2017-08-13 |
Ralph Corderoy | m_getfld() et al: Replace with m_getfld2(), etc., in... |
commit | commitdiff | tree | snapshot |
| 2017-08-13 |
Ralph Corderoy | post.man: Detail -port's default value: submission... |
commit | commitdiff | tree | snapshot |
| 2017-08-11 |
Ralph Corderoy | mhmisc.c: Indent with "%*s" rather than "%*.*s". |
commit | commitdiff | tree | snapshot |
| 2017-08-11 |
Ralph Corderoy | mhparse.c: Cast ptrdiff_t from subtraction to long. |
commit | commitdiff | tree | snapshot |
| 2017-08-10 |
Ralph Corderoy | m_getfld() et al: Add wrapper without FILE *iob parameter. |
commit | commitdiff | tree | snapshot |
| 2017-08-10 |
Ralph Corderoy | m_getfld.c: Make m_getfld_state_init() public. |
commit | commitdiff | tree | snapshot |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Alter Peek() to call Getc() and Ungetc(). |
commit | commitdiff | tree | snapshot |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Alter Peek() to match Getc()'s structure. |
commit | commitdiff | tree | snapshot |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Use intmax_t and PRIdMAX to printf off_t... |
commit | commitdiff | tree | snapshot |
| 2017-08-09 |
Ralph Corderoy | leave_getfld(): Don't follow fseeko(SEEK_SET) with... |
commit | commitdiff | tree | snapshot |
| 2017-08-09 |
Ralph Corderoy | test/getcwidth.c: Allow for 8-bit and 16-bit wchar_t. |
commit | commitdiff | tree | snapshot |
| 2017-08-09 |
Ralph Corderoy | fmtdump.c: Add string for FT_LS_UNQUOTE case. |
commit | commitdiff | tree | snapshot |
| 2017-08-09 |
Ralph Corderoy | Silence more gcc format-string warnings. |
commit | commitdiff | tree | snapshot |
| 2017-08-09 |
Ralph Corderoy | mhparse.c: Use constant indent for second line of messages. |
commit | commitdiff | tree | snapshot |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Alter Ungetc() to die if it can't rewind. |
commit | commitdiff | tree | snapshot |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Remove Ungetc()'s `c' parameter. |
commit | commitdiff | tree | snapshot |
| 2017-08-09 |
Ralph Corderoy | Teach gcc(1) that adios() and friends take printf formats. |
commit | commitdiff | tree | snapshot |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Check ftello(3) and fseeko(3) for errors. |
commit | commitdiff | tree | snapshot |
| 2017-08-09 |
Ralph Corderoy | struct m_getfld_state: Re-order members in more top... |
commit | commitdiff | tree | snapshot |
| 2017-08-09 |
Ralph Corderoy | m_getfld() and friends: Add commentary. |
commit | commitdiff | tree | snapshot |
| 2017-08-09 |
David Levine | Fixed scan to handle empty files without violating... |
commit | commitdiff | tree | snapshot |
| 2017-08-06 |
Ralph Corderoy | cpstripped(): Rewrite multi-byte version. |
commit | commitdiff | tree | snapshot |
| 2017-08-05 |
Ralph Corderoy | cpstripped(), single-byte: Simplify logic. |
commit | commitdiff | tree | snapshot |
| 2017-08-05 |
Ralph Corderoy | cpstripped: Split into two versions, each with a single... |
commit | commitdiff | tree | snapshot |
| next |