| 2017-11-12 |
Ralph Corderoy | snprintb.c: Move interface to own file. |
blob | commitdiff | raw |
| 2017-11-12 |
Ralph Corderoy | getcpy.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | m_convert.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | getfolder.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | folder_read.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | folder_free.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | context_save.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | context_replace.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | context_find.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | brkstring.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | ambigsw.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | path.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | print_version.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | print_help.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | seq_getnum.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | Use #include with `""' for including nmh's source. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | error.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-01 |
Ken Hornstein | Merge branch 'master' of git.sv.gnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2017-10-31 |
Ralph Corderoy | Replace some ints that are only ever 0 or 1 with bool. |
blob | commitdiff | raw | diff to current |
| 2017-10-30 |
Ralph Corderoy | uip: Replace some ints that are only ever 0 or 1 with... |
blob | commitdiff | raw | diff to current |
| 2017-10-30 |
Ralph Corderoy | nmh_init(): Replace integer parameter with two bools. |
blob | commitdiff | raw | diff to current |
| 2017-10-30 |
Ralph Corderoy | Replace adios(NULL, ...) with die(...). |
blob | commitdiff | raw | diff to current |
| 2017-10-30 |
Ralph Corderoy | Replace printf(3) with fputs(3) where possible. |
blob | commitdiff | raw | diff to current |
| 2017-09-21 |
Ralph Corderoy | Detect function-pointer `done' being set twice in a... |
blob | commitdiff | raw | diff to current |
| 2017-09-12 |
Ralph Corderoy | Remove more outer wrapping parenthesis from return... |
blob | commitdiff | raw | diff to current |
| 2017-09-12 |
Ralph Corderoy | Replace `return (0)' and similar with `return 0'. |
blob | commitdiff | raw | diff to current |
| 2017-09-11 |
Ralph Corderoy | Delete mh_xfree(), changing callers to call free(3... |
blob | commitdiff | raw | diff to current |
| 2017-09-09 |
Ralph Corderoy | Refer to #include files from the root of nmh's source. |
blob | commitdiff | raw | diff to current |
| 2017-08-28 |
Ralph Corderoy | Move terminal.c's prototypes from prototypes.h to new... |
blob | commitdiff | raw | diff to current |
| 2017-08-23 |
Ralph Corderoy | Don't need to `else' after adios() at end of then-block. |
blob | commitdiff | raw | diff to current |
| 2017-08-22 |
Ralph Corderoy | Add ZERO(p) for the typical memset(p, 0, sizeof *p... |
blob | commitdiff | raw | diff to current |
| 2017-08-17 |
Ralph Corderoy | Both f_typestr(): Remove parenthesis from long list... |
blob | commitdiff | raw | diff to current |
| 2017-08-17 |
Ralph Corderoy | Both f_typestr(): Rebuild switch from FT_* to string... |
blob | commitdiff | raw | diff to current |
| 2017-08-17 |
Ralph Corderoy | fmtdump.c, fmttest.c: Remove tests for FT_LIT_FORCE. |
blob | commitdiff | raw | diff to current |
| 2017-08-17 |
Ken Hornstein | Make sure the %(kilo) and %(kibi) instructions are... |
blob | commitdiff | raw | diff to current |
| 2017-08-13 |
Ralph Corderoy | m_getfld() et al: Replace with m_getfld2(), etc., in... |
blob | commitdiff | raw | diff to current |
| 2017-08-09 |
Ralph Corderoy | Teach gcc(1) that adios() and friends take printf formats. |
blob | commitdiff | raw | diff to current |
| 2017-05-23 |
Ralph Corderoy | Replace some "FALLTHRU" comments with control flow. |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | sbr/m_maildir.c: Move prototypes from h/prototypes... |
blob | commitdiff | raw | diff to current |
| 2017-05-13 |
Ralph Corderoy | Add FENDNULL(s): fends off NULL by giving an empty... |
blob | commitdiff | raw | diff to current |
| 2017-04-28 |
Ralph Corderoy | Fix spelling in C comments. |
blob | commitdiff | raw | diff to current |
| 2017-04-23 |
Ralph Corderoy | Remove return statements at end of void functions. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Replace "/*\n * " with "/* " at the start of a file. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Remove leading and trailing blank lines from code. |
blob | commitdiff | raw | diff to current |
| 2017-02-27 |
David Levine | Added /* FALLTHRU */ comments where gcc 7 noticed their... |
blob | commitdiff | raw | diff to current |
| 2016-12-19 |
David Levine | Removed #ifdef FT_PAUSE protection. |
blob | commitdiff | raw | diff to current |
| 2016-12-19 |
David Levine | Removed unused references to FT_ADDTOSEQ. |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | Merge branch 'master' of git.sv.gnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | Replace putc() with putchar(). |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
blob | commitdiff | raw | diff to current |
| 2016-10-19 |
Ralph Corderoy | Put, rather than print, single characters. |
blob | commitdiff | raw | diff to current |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
blob | commitdiff | raw | diff to current |
| 2016-10-17 |
Ralph Corderoy | Remove use of C's register keyword. |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Add NEW(p) that sets p to mh_xmalloc'd memory sized... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Add macro NEW0(p) that callocs, and use it in simple... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Don't check mh_xcalloc() and friends for a NULL return. |
blob | commitdiff | raw | diff to current |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
blob | commitdiff | raw | diff to current |
| 2015-01-19 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
blob | commitdiff | raw | diff to current |
| 2015-01-10 |
David Levine | Added multiply format function, requested by Norm. |
blob | commitdiff | raw | diff to current |
| 2014-12-02 |
Ken Hornstein | Merge commit '8206fbf', due to my screwup of committing... |
blob | commitdiff | raw | diff to current |
| 2014-11-04 |
David Levine | Fixed mlistfree() so that it doesn't dereference a... |
blob | commitdiff | raw | diff to current |
| 2014-10-28 |
David Levine | Renamed getmymbox mh-format escape function to getmyadd... |
blob | commitdiff | raw | diff to current |
| 2014-10-26 |
David Levine | Added getmymbox function escape. |
blob | commitdiff | raw | diff to current |
| 2014-10-11 |
David Levine | Added mh_xcalloc(). |
blob | commitdiff | raw | diff to current |
| 2014-09-13 |
David Levine | Fixed all anomalies detected by clang static analyzer... |
blob | commitdiff | raw | diff to current |
| 2014-09-02 |
David Levine | Doubled size of buffers used by m_getfld(), scan, and... |
blob | commitdiff | raw | diff to current |
| 2014-08-31 |
David Levine | Fixed read of body in fmttest to limit size to that... |
blob | commitdiff | raw | diff to current |
| 2014-08-25 |
David Levine | Dynamically allocate space for the output of fmt_scan... |
blob | commitdiff | raw | diff to current |
| 2014-08-24 |
David Levine | Added const to last argument of trace_cb signature... |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-25 |
David Levine | Replaced boilerplate at beginning of each nmh program... |
blob | commitdiff | raw | diff to current |
| 2014-01-23 |
Ken Hornstein | Merge branch 'mhbuild-always' |
blob | commitdiff | raw | diff to current |
| 2014-01-20 |
Ken Hornstein | Remove the --disable-locale configure option and make... |
blob | commitdiff | raw | diff to current |
| 2014-01-02 |
Ken Hornstein | Switch from the M-X format for characters with the... |
blob | commitdiff | raw | diff to current |
| 2013-12-31 |
Ken Hornstein | Change fmttest to use litputs() on str and output buffe... |
blob | commitdiff | raw | diff to current |
| 2013-12-05 |
Ken Hornstein | Garbage collect "normalize". |
blob | commitdiff | raw | diff to current |
| 2013-12-04 |
Ken Hornstein | Merge branch 'encode-rfc2047' |
blob | commitdiff | raw | diff to current |
| 2013-12-03 |
Ken Hornstein | Add support for a -file switch to handle messages that... |
blob | commitdiff | raw | diff to current |
| 2013-11-14 |
Ken Hornstein | Switch fmttest over to using snprintb() instead of... |
blob | commitdiff | raw | diff to current |
| 2013-11-13 |
Ken Hornstein | Fix up date mode so it works without providing a format... |
blob | commitdiff | raw | diff to current |
| 2013-03-31 |
David Levine | Removed limit on maximum number of sequences in a folder. |
blob | commitdiff | raw | diff to current |
| 2013-03-24 |
David Levine | More replacements of mh_strcasecmp() with strcasecmp(). |
blob | commitdiff | raw | diff to current |
| 2013-03-21 |
Ken Hornstein | Merge branch 'newlock' |
blob | commitdiff | raw | diff to current |
| 2013-03-18 |
Ken Hornstein | Add code for (and convert world to) the new world lock... |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
Ken Hornstein | Add support for LS_UNQUOTE instruction. |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
Ken Hornstein | Fix the code to print out an unknown instruction. ... |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
Ken Hornstein | Fix a few issues resulting from m_getfld() API changes. |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
Ken Hornstein | Update instruction output to be a bit more cleaner |
blob | commitdiff | raw | diff to current |
| 2013-02-21 |
Ken Hornstein | Rearrange options a bit and support the -nodump flag... |
blob | commitdiff | raw | diff to current |
| 2013-02-20 |
Ken Hornstein | Basic format tracing support; seems to work! |
blob | commitdiff | raw | diff to current |
| 2013-02-20 |
Ken Hornstein | Support for the address duplication done by repl, and... |
blob | commitdiff | raw | diff to current |
| 2013-02-20 |
Ken Hornstein | Support callbacks into the format engine. This is... |
blob | commitdiff | raw | diff to current |
| 2013-02-19 |
Ken Hornstein | fmttest is actually starting to get useful now. Some... |
blob | commitdiff | raw | diff to current |
| 2013-02-16 |
Ken Hornstein | Slightly more useful, but still more work to do. |
blob | commitdiff | raw | diff to current |
| 2013-02-15 |
Ken Hornstein | Add more functionality to fmttest; it's starting to... |
blob | commitdiff | raw | diff to current |
| 2013-02-14 |
Ken Hornstein | More work on fmttest, but still plenty more to go. |
blob | commitdiff | raw | diff to current |
| 2013-02-13 |
Ken Hornstein | Clean up argument handling to fmttest, as a precursor... |
blob | commitdiff | raw | diff to current |
| 2013-02-13 |
Ken Hornstein | Convert fmttest over to the new argument processing... |
blob | commitdiff | raw | diff to current |
| next |