| 2017-08-23 |
Ralph Corderoy | mhlistsbr.c: Replace list_application() with body at... |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | mhmail: Turn sh's else-if into elif. |
tree | commitdiff |
| 2017-08-23 |
Ken Hornstein | Make sure we return the descriptor from the file handle... |
tree | commitdiff |
| 2017-08-22 |
Ralph Corderoy | Reformat else-if that are split over two or more lines... |
tree | commitdiff |
| 2017-08-22 |
Ralph Corderoy | Convert some Boolean variables to the bool type. |
tree | commitdiff |
| 2017-08-22 |
Ralph Corderoy | Convert some Boolean variables to the bool type. |
tree | commitdiff |
| 2017-08-22 |
Ralph Corderoy | Add ZERO(p) for the typical memset(p, 0, sizeof *p... |
tree | commitdiff |
| 2017-08-19 |
David Levine | Protect fileno() call against NULL argument. |
tree | commitdiff |
| 2017-08-17 |
Leonardo Taccari | mhical expected an ics file as input and after just... |
tree | commitdiff |
| 2017-08-17 |
Ralph Corderoy | Both f_typestr(): Remove parenthesis from long list... |
tree | commitdiff |
| 2017-08-17 |
Ralph Corderoy | Both f_typestr(): Rebuild switch from FT_* to string... |
tree | commitdiff |
| 2017-08-17 |
Ralph Corderoy | fmtdump.c, fmttest.c: Remove tests for FT_LIT_FORCE. |
tree | commitdiff |
| 2017-08-17 |
Ken Hornstein | Make sure the %(kilo) and %(kibi) instructions are... |
tree | commitdiff |
| 2017-08-13 |
Ralph Corderoy | inc.c: Use closure for pop_retr()'s action callback. |
tree | commitdiff |
| 2017-08-13 |
Ralph Corderoy | inc.c: Alter pop_action() to check I/O, perhaps returni... |
tree | commitdiff |
| 2017-08-13 |
Ralph Corderoy | popsbr.c: Alter traverse() to check action callback... |
tree | commitdiff |
| 2017-08-13 |
Ralph Corderoy | pop_retr(): Add a `void *closure' to be passed to actio... |
tree | commitdiff |
| 2017-08-13 |
Ralph Corderoy | inc.c: Narrow scope of inc_type. Chain mutually-exclus... |
tree | commitdiff |
| 2017-08-13 |
Ralph Corderoy | scan(): Don't ioctl(2) for TTY's width every call. |
tree | commitdiff |
| 2017-08-13 |
Ralph Corderoy | m_getfld() et al: Replace with m_getfld2(), etc., in... |
tree | commitdiff |
| 2017-08-11 |
Ralph Corderoy | mhmisc.c: Indent with "%*s" rather than "%*.*s". |
tree | commitdiff |
| 2017-08-11 |
Ralph Corderoy | mhparse.c: Cast ptrdiff_t from subtraction to long. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | fmtdump.c: Add string for FT_LS_UNQUOTE case. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | Silence more gcc format-string warnings. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | mhparse.c: Use constant indent for second line of messages. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | Teach gcc(1) that adios() and friends take printf formats. |
tree | commitdiff |
| 2017-08-01 |
Ken Hornstein | Merge branch 'fix-post-bcc' |
tree | commitdiff |
| 2017-07-29 |
David Levine | Added m_str() and m_strn() functions to convert int... |
tree | commitdiff |
| 2017-07-25 |
Ken Hornstein | Finished implementation, but tests need to be written. |
tree | commitdiff |
| 2017-07-16 |
David Levine | Replaced snprintf() to convert an int with m_name(). |
tree | commitdiff |
| 2017-07-16 |
David Levine | Enhanced mhical syntax error message to provide some... |
tree | commitdiff |
| 2017-06-23 |
Ken Hornstein | Start of work to fix lack of address rewriting for bcc |
tree | commitdiff |
| 2017-06-17 |
David Levine | Rearranged statements to eliminate memory allocation. |
tree | commitdiff |
| 2017-06-17 |
David Levine | Show display program name and arguments in error messag... |
tree | commitdiff |
| 2017-06-17 |
David Levine | Don't bypass scan_content() when expanding pseudoheaders. |
tree | commitdiff |
| 2017-06-10 |
Ralph Corderoy | uip/inc.c: Don't increment variable of type bool. |
tree | commitdiff |
| 2017-06-01 |
David Levine | Fixed double fclose(). |
tree | commitdiff |
| 2017-05-31 |
Ken Hornstein | Normalize connection shutdown handling. |
tree | commitdiff |
| 2017-05-29 |
Ralph Corderoy | sizeof char is always 1, so don't bother to divide... |
tree | commitdiff |
| 2017-05-29 |
Ralph Corderoy | uip/scansbr.c: Add PUTC() macro, similar to FPUTS(). |
tree | commitdiff |
| 2017-05-29 |
Ralph Corderoy | uip/scansbr.c: Stop `scan -file' copying mailbox to... |
tree | commitdiff |
| 2017-05-28 |
Ralph Corderoy | h/mts.h: Replace char pointer mmdlm1 with macro MMDF_DELIM. |
tree | commitdiff |
| 2017-05-28 |
Ralph Corderoy | sbr/mts.c: Delete mmdlm2; use same-valued mmdlm1 instead. |
tree | commitdiff |
| 2017-05-27 |
Ralph Corderoy | uip/forw.c, uip/repl.c: Remove -file's "msh" comment. |
tree | commitdiff |
| 2017-05-26 |
Ralph Corderoy | uip/mhparse.c: Fix body starting a byte too soon when... |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | Don't cast lseek(2)'s offset to off_t when it's 0. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | uip/slocal.c: Tidy `verbose' logic in usr_file(). |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | uip/popsbr.c: Delete unused pop_list(), etc. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | uip/comp.c: Delete single-use NULLMP macro. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | Remove support for ./.foo.map index for ./foo mailbox. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | uip/prompter.c: Make getln() static; only called locally. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | uip/prompter.c: Delete obfuscating ERASE, etc., macros. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | uip/prompter.c: Delete unused macros CKILL and CERASE. |
tree | commitdiff |
| 2017-05-24 |
Ralph Corderoy | uip/inc.c: Delete POP3's -pack option for msh users. |
tree | commitdiff |
| 2017-05-24 |
Ralph Corderoy | uip/dropsbr.c: Delete unused mbx_write() and map_read(). |
tree | commitdiff |
| 2017-05-23 |
Ralph Corderoy | Replace some "FALLTHRU" comments with control flow. |
tree | commitdiff |
| 2017-05-20 |
Ralph Corderoy | uip/aliasbr.c: Remove dead code used for Unix groups. |
tree | commitdiff |
| 2017-05-18 |
Ken Hornstein | Remove support for aliases based on Unix groups. |
tree | commitdiff |
| 2017-05-18 |
Ralph Corderoy | uip/mhshowsbr.c: Increase buffer size for showing-conte... |
tree | commitdiff |
| 2017-05-17 |
Ralph Corderoy | uip/mhbuildsbr.c: Fix long-line truncation when BUFSIZ... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/mime_type.c: Move prototype from h/prototypes.h... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/message_id.c: Move duplicate prototypes to new... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/makedir.c: Move prototype from h/prototypes.h to... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/m_popen.c: Move prototypes from h/prototypes.h... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | sbr/m_maildir.c: Move prototypes from h/prototypes... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | h/prototypes.h: Give sbr/lock_file.c's prototypes their... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | h/utils.h: Move in nmh_init() prototype from h/prototyp... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | uip/mhshowsbr.h: Move in declarations from h/mhparse.h. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | uip/mhshowsbr.c: Create header file with exports' decla... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | uip/mhcachesbr.c: Move exported symbols to existing... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | uip/mhoutsbr.c: Move exported prototype to new header... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | sbr/m_mktemp.h: Move remaining prototypes from h/protot... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | uip/picksbr.c: Use function prototypes for `nexus'... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | Specify function parameters in prototypes, mainly void. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | Use `void' in prototypes for functions with no parameters. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | h/mhparse.h: Move mhfree.c's free_content prototype... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | Match `NORETURN' function prototypes by adding it to... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | Create and use header file for uip/mhfree.c's exports. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | uip/mhfree.c: Make free_header() static. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | uip/flist.c: Make locally defined and used functions... |
tree | commitdiff |
| 2017-05-15 |
David Levine | Have post(1) report name of fileproc if it fails. |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | Replace calls to unputenv() with unsetenv(3). |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | Replace calls to m_putenv() with setenv(3). |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | uip/mhstoresbr.c: Fix single-character nmh-storage... |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | Use new PLURALS(n) macro instead of variety of tests. |
tree | commitdiff |
| 2017-05-13 |
Ralph Corderoy | uip/folder.c: Use `%s' for plural, not `%c'. |
tree | commitdiff |
| 2017-05-13 |
Ralph Corderoy | uip/folder.c: Rewrite plural test to common form. |
tree | commitdiff |
| 2017-05-13 |
Ralph Corderoy | Use FENDNULL() instead of duplicate, locally defined... |
tree | commitdiff |
| 2017-05-13 |
Ralph Corderoy | Add FENDNULL(s): fends off NULL by giving an empty... |
tree | commitdiff |
| 2017-05-12 |
Ralph Corderoy | Replace `a == b ? 1 : 0' and similar with `a == b'. |
tree | commitdiff |
| 2017-05-12 |
Ralph Corderoy | Replace `e ? 0 : 1' with `!e'. |
tree | commitdiff |
| 2017-05-12 |
Ralph Corderoy | Use existing macros min() and max() more. |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | uip/inc.c: Use bool, not int, for some of the options. |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | Split some comma-operator terms into separate statements. |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | uip/picksbr.c: Increase line-buffer size for "grep... |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | uip/scansbr.c: Replace uses of SBUFSIZ with NMH_BUFSIZ. |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | uip/rcvdist.c: Replace SBUFSIZ with NMH_BUFSIZ. |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | uip/replsbr.c: Replace single use of SBUFSIZ with NMH_B... |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | Make many m_getfld() buffer parameters NMH_BUFSIZ big. |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | mhstoresbr.c: Flip logic to simplify. Remove else... |
tree | commitdiff |
| next |