]> diplodocus.org Git - nmh/history - sbr/fmt_rfc2047.c
Another pass at cleaning up (some of) the manpages.
[nmh] / sbr / fmt_rfc2047.c
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-03-03 Ken HornsteinConvert unqp() to decode_qp(), and make it a public...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-02-26 Ken HornsteinSupport RFC 2231 language tags in RFC 2047 header strings.
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-03 David LevineFixed decoding of header fields when they contain a...
2010-12-20 Peter MaydellFix used-uninitialised warning in fmt_rfc2047.c
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2006-03-09 Josh Bressers* sbr/fmt_rfc2047.c (decode_rfc2047): Don't close the...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-03-05 Oliver Kiddleand close iconv handle if encoded block empty
2006-03-05 Oliver Kiddledon't try to malloc 0 bytes if an RFC2047 encoded block...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2005-11-06 Peter MaydellFix various buffer overruns in fmt_scan.c; the bulk...
2005-02-23 Oliver Kiddleuse iconv to convert RFC-2047 encoded headers to the...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-04-30 Doug MorrisInitial revision