| 2017-02-27 |
David Levine | Added /* FALLTHRU */ comments where gcc 7 noticed their... |
blob | commitdiff | raw |
| 2016-12-10 |
Ralph Corderoy | Rename recently added ToUpper() to to_upper(). |
blob | commitdiff | raw | diff to current |
| 2016-12-10 |
Ralph Corderoy | Rename recently added TrimSuffixC() to trim_suffix_c(). |
blob | commitdiff | raw | diff to current |
| 2016-12-10 |
Ralph Corderoy | mhlsbr.c: Don't hide mhladios and mhldone behind macros. |
blob | commitdiff | raw | diff to current |
| 2016-11-03 |
David Levine | Use result, because (void) didn't prevent warning on... |
blob | commitdiff | raw | diff to current |
| 2016-11-03 |
David Levine | Changed type of flags from signed to unsigned long. |
blob | commitdiff | raw | diff to current |
| 2016-11-03 |
David Levine | Replace non-ASCII characters in headers with ?'s with... |
blob | commitdiff | raw | diff to current |
| 2016-11-03 |
David Levine | Fixed display of header field values with multibyte... |
blob | commitdiff | raw | diff to current |
| 2016-10-30 |
Ralph Corderoy | Replace printf("%s", foo) with fputs(foo, stdout). |
blob | commitdiff | raw | diff to current |
| 2016-10-22 |
Ralph Corderoy | Use ToUpper() instead of loop. |
blob | commitdiff | raw | diff to current |
| 2016-10-22 |
Ralph Corderoy | putcomp(): Use local to avoid repeating tautological... |
blob | commitdiff | raw | diff to current |
| 2016-10-22 |
Ralph Corderoy | Don't need to cast to `char *' for free(3) these days. |
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-21 |
Ralph Corderoy | Assume POSIX ctype.h; don't vet toupper()'s parameter. |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Don't `else' after goto. Simplify control flow. |
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-19 |
Ralph Corderoy | Replace strchr() condition with TrimSuffixC(). |
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 | Deference char pointer to test for empty string instead... |
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-06-26 |
David Levine | Moved free(cp) to right after last (and only) use of... |
blob | commitdiff | raw | diff to current |
| 2016-06-26 |
David Levine | Moved free(cp) to right after last (and only) use of... |
blob | commitdiff | raw | diff to current |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
blob | commitdiff | raw | diff to current |
| 2015-01-08 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
blob | commitdiff | raw | diff to current |
| 2014-12-24 |
David Levine | Always initialize those two variables made static in... |
blob | commitdiff | raw | diff to current |
| 2014-12-21 |
David Levine | Rearranged code to avoid "might be clobbered by longjmp... |
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-10-11 |
David Levine | Added mh_xcalloc(). |
blob | commitdiff | raw | diff to current |
| 2014-09-15 |
David Levine | An "rtrim" flag has been added to mhl to remove any... |
blob | commitdiff | raw | diff to current |
| 2014-09-15 |
David Levine | If a component has trailing whitespace, e.g., body... |
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-06 |
David Levine | Check return values of system calls in uip/ and test... |
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-04 |
David Levine | Removed mhlsbr(). It was only used by msh, too. |
blob | commitdiff | raw | diff to current |
| 2014-04-10 |
David Levine | Merge remote-tracking branch 'origin/fix-locking' |
blob | commitdiff | raw | diff to current |
| 2014-04-09 |
Ken Hornstein | Merge branch 'mhshow-fixup' |
blob | commitdiff | raw | diff to current |
| 2014-04-03 |
Ken Hornstein | Moving closer to fixing mhshow completely. Includes... |
blob | commitdiff | raw | diff to current |
| 2014-01-28 |
David Levine | mhl() needs to set invo_name, too. |
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-03 |
Ken Hornstein | Convert all of the terminal functions over to terminfo... |
blob | commitdiff | raw | diff to current |
| 2014-01-02 |
Ken Hornstein | Drop support for different behavior on hardcopy termina... |
blob | commitdiff | raw | diff to current |
| 2013-12-11 |
David Levine | Removed a bunch of unreachable break statements found by |
blob | commitdiff | raw | diff to current |
| 2013-12-05 |
Ken Hornstein | Garbage collect "normalize". |
blob | commitdiff | raw | diff to current |
| 2013-10-19 |
David Levine | Added volatile qualifier in a couple of places to get... |
blob | commitdiff | raw | diff to current |
| 2013-07-01 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2013-07-01 |
Lyndon Nerenberg | Revert "Move a variable manipulation outside the contex... |
blob | commitdiff | raw | diff to current |
| 2013-07-01 |
Lyndon Nerenberg | Move a variable manipulation outside the context of... |
blob | commitdiff | raw | diff to current |
| 2013-07-01 |
Lyndon Nerenberg | Copy a parameter off the call stack to quell a longjmp... |
blob | commitdiff | raw | diff to current |
| 2013-04-14 |
David Levine | Moved #include of signal.h to h/signals.h. And it... |
blob | commitdiff | raw | diff to current |
| 2013-04-14 |
David Levine | Moved #include of errno.h to h/nmh.h. |
blob | commitdiff | raw | diff to current |
| 2013-03-31 |
David Levine | Moved #include <sys/wait.h> to h/nmh.h. |
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-02-22 |
Ken Hornstein | Merge branch 'format-test' |
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-06 |
Ken Hornstein | More work to convert programs over to the use of argspl... |
blob | commitdiff | raw | diff to current |
| 2013-02-06 |
Ken Hornstein | FINALLY clean up our signed/unsigned character warning... |
blob | commitdiff | raw | diff to current |
| 2013-02-02 |
David Levine | The Solaris compiler was right about unreachable statem... |
blob | commitdiff | raw | diff to current |
| 2013-02-01 |
Ken Hornstein | Finally switch over from vfork() to fork() completely. |
blob | commitdiff | raw | diff to current |
| 2013-02-01 |
Lyndon Nerenberg | Merge branch 'master' into savannah |
blob | commitdiff | raw | diff to current |
| 2013-01-31 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
blob | commitdiff | raw | diff to current |
| 2013-01-29 |
Ken Hornstein | The start of the use of argsplit() to process command... |
blob | commitdiff | raw | diff to current |
| 2013-01-27 |
David Levine | Merge branch 'm_getfld' |
blob | commitdiff | raw | diff to current |
| 2013-01-23 |
David Levine | Changed m_getfld() to automatically allocate a new... |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
Ken Hornstein | Merge branch 'master' into format-test |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
David Levine | Removed the static m_getfld() state instance and replaced |
blob | commitdiff | raw | diff to current |
| 2013-01-10 |
Ken Hornstein | Convert all argument processing over to using X-Macros... |
blob | commitdiff | raw | diff to current |
| 2012-12-22 |
David Levine | Changed bufsz argument of m_getfld() to be in-out inste... |
blob | commitdiff | raw | diff to current |
| 2012-11-19 |
Ken Hornstein | Merge branch 'format-memory-rework' |
blob | commitdiff | raw | diff to current |
| 2012-11-19 |
Ken Hornstein | Make sure we strip off a newline from components we... |
blob | commitdiff | raw | diff to current |
| 2012-11-19 |
Ken Hornstein | Change API a bit. |
blob | commitdiff | raw | diff to current |
| 2012-11-17 |
Ken Hornstein | More (and hopefully for now) the final cleanup for... |
blob | commitdiff | raw | diff to current |
| 2012-11-17 |
Ken Hornstein | Basic support for the new world API; seems to work! |
blob | commitdiff | raw | diff to current |
| 2012-11-16 |
Ken Hornstein | Partial work for mhl; still more stuff to do. |
blob | commitdiff | raw | diff to current |
| 2012-11-03 |
David Levine | Added argument to fmt_scan() to specify the buffer... |
blob | commitdiff | raw | diff to current |
| 2012-06-07 |
David Levine | Removed faceproc support, deprecated in nmh 1.5. |
blob | commitdiff | raw | diff to current |
| 2012-06-07 |
David Levine | Changed exit status of each nmh command's -version... |
blob | commitdiff | raw | diff to current |
| 2012-05-07 |
Tom Lane | Fixed places in the code relying the C99-ism of declara... |
blob | commitdiff | raw | diff to current |
| 2012-04-12 |
David Levine | Undid wrapping of setjmp() and sigsetjmp() of |
blob | commitdiff | raw | diff to current |
| 2012-04-02 |
Ken Hornstein | Whoops, fix a typo in my last commit. |
blob | commitdiff | raw | diff to current |
| 2012-04-02 |
Ken Hornstein | Implement fix in 59b086daa57105e8fbd8b1e6ba60be6a845faf... |
blob | commitdiff | raw | diff to current |
| 2012-03-27 |
David Levine | Removed the hostable option from mts.conf because it... |
blob | commitdiff | raw | diff to current |
| 2012-03-25 |
Ken Hornstein | Add support for %(size). |
blob | commitdiff | raw | diff to current |
| 2012-03-21 |
David Levine | Fixed harmless compile warnings. |
blob | commitdiff | raw | diff to current |
| 2012-03-21 |
Ken Hornstein | Use _exit() instead of exit() so our writer process... |
blob | commitdiff | raw | diff to current |
| 2012-03-20 |
Ken Hornstein | Basic work to add arguments to formatproc calls. |
blob | commitdiff | raw | diff to current |
| 2012-02-29 |
Ken Hornstein | Part of the patch from bug #4301; clean up our prototyp... |
blob | commitdiff | raw | diff to current |
| 2012-02-28 |
David Levine | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2012-02-28 |
David Levine | Removed blank line after "End of Forwarded Message... |
blob | commitdiff | raw | diff to current |
| 2012-02-04 |
Ken Hornstein | Change LocalName() to take an argument (about whether... |
blob | commitdiff | raw | diff to current |
| 2012-02-01 |
David Levine | Added #includes to pick up declaration of waitpid() |
blob | commitdiff | raw | diff to current |
| 2012-01-31 |
Ken Hornstein | Whoops, I need to make sure the buffer I pass to putcom... |
blob | commitdiff | raw | diff to current |
| 2012-01-31 |
Ken Hornstein | Add support for calling an external format program... |
blob | commitdiff | raw | diff to current |
| 2012-01-28 |
Ken Hornstein | Create "nowrap" flag to turn off all line wrapping. |
blob | commitdiff | raw | diff to current |
| 2012-01-17 |
David Levine | Well the wrap of vfork() calls didn't work: its semant... |
blob | commitdiff | raw | diff to current |
| 2012-01-17 |
David Levine | Wrapped setjmp(), sigsetjmp(), and vfork() calls to... |
blob | commitdiff | raw | diff to current |
| 2012-01-14 |
David Levine | Fixed warnings from gcc -Wclobbered by adding volatile... |
blob | commitdiff | raw | diff to current |
| 2012-01-14 |
David Levine | Changed types and added casts so that build is clean... |
blob | commitdiff | raw | diff to current |
| next |