| 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 |
| 2017-05-01 |
Ralph Corderoy | mhlsbr.c: Flip parse()'s logic. Remove oneline()'s... |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | dropsbr.c: Flip mbx_open()'s logic to simplify. |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | mhfixmsg.c: Flip logic to simplify. Remove else after... |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | mhshowsbr.c: Remove else after break in iconv_start(). |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | mhparse.c: Remove a couple of else after continue. |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | picksbr.c: Remove some else after break in plist(). |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | sortm.c: Flip get_fields()'s logic to simplify. |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | Fix spelling in C comments. |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | sbr/vector.c: Only allocate bvector storage for set... |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Change bvector_bits() to return first... |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | Remove return statements at end of void functions. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | Use C's `++', `+=', etc., not the longhand. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | sbr/dtime.c: Remove struct-assigning twscopy(). |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | uip/sortm.c: Remove unused variable and dlocaltimenow... |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | Correct first-line comments where filename is wrong. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | Replace "/*\n * " with "/* " at the start of a file. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | Remove leading and trailing blank lines from code. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | uip/mhbuildsbr.c: Remove unusused MAXURLTOKEN macro. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | uip/post.c: Don't bother naming `struct oauth_profile'. |
tree | commitdiff |
| 2017-04-21 |
Ralph Corderoy | send and whatnow: Remove deprecated -attach... switches. |
tree | commitdiff |
| 2017-04-20 |
Ralph Corderoy | uip/dropsbr.c: Fix buffer overrun in mbx_copy(). |
tree | commitdiff |
| 2017-04-17 |
David Levine | Use stat(3) instead of lstat(3), to dereference symboli... |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Don't ignore bit 5 of a char when comparing alias names. |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Fix post's die() to save errno before unlink(2)ing. |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Change admonish(NULL, "foo") to inform("foo, continuing... |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Replace advise(NULL, fmt, ...) with inform(fmt, ...). |
tree | commitdiff |
| 2017-04-16 |
Ralph Corderoy | Replace add(nonnull, NULL) with mh_xstrdup(nonnull). |
tree | commitdiff |
| 2017-04-16 |
Ralph Corderoy | uip/aliasbr.c: Add FIXME to prove test of add()'s retur... |
tree | commitdiff |
| 2017-04-16 |
Ralph Corderoy | Replace some strdup() with mh_xstrdup(). |
tree | commitdiff |
| 2017-03-18 |
David Levine | Don't let parse_mime() try to parse a directory. |
tree | commitdiff |
| 2017-02-27 |
David Levine | Added /* FALLTHRU */ comments where gcc 7 noticed their... |
tree | commitdiff |
| 2017-02-19 |
David Levine | Support mhparam -debug along with -all. |
tree | commitdiff |
| 2017-02-18 |
Ralph Corderoy | Limit mhparam's exit status to 120 missing components. |
tree | commitdiff |
| 2017-01-17 |
Ralph Corderoy | mhfixmsg: Use folder name to open second message of... |
tree | commitdiff |
| 2017-01-12 |
Ken Hornstein | Make sure we always generate a Content-ID header for... |
tree | commitdiff |
| 2016-12-21 |
Ken Hornstein | Make the -fcc switch to repl actually work properly... |
tree | commitdiff |
| 2016-12-20 |
David Levine | Protect repl -file against dereference of null mp. |
tree | commitdiff |
| 2016-12-19 |
David Levine | Removed #ifdef FT_PAUSE protection. |
tree | commitdiff |
| 2016-12-19 |
David Levine | Removed unused references to FT_ADDTOSEQ. |
tree | commitdiff |
| 2016-12-19 |
David Levine | Removed obsolete comment about use of getcpy(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added ToUpper() to to_upper(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added ToLower() to to_lower(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added TrimSuffixC() to trim_suffix_c(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added HasSuffixC() to has_suffix_c(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added HasSuffix() to has_suffix(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added HasPrefix() to has_prefix(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | mhlsbr.c: Don't hide mhladios and mhldone behind macros. |
tree | commitdiff |
| next |