]> diplodocus.org Git - nmh/history - uip/mhfixmsg.c
lock_file.c: close(2) file descriptor on failure, avoiding leak.
[nmh] / uip / mhfixmsg.c
2014-05-26 David LevineAdded context_find_by_type(), helper function to search...
2014-05-16 Ken HornsteinMove the prototype for show_content_aux() to a common...
2014-05-05 David LevineRemoved obsolete comment.
2014-05-05 David LevineReplaced use of norm_charmap() in mhshow and mhfixmsg...
2014-04-13 David LevineIf mhfixmsg's call to convert_charset() fails, output...
2014-03-21 Ken HornsteinRemove support for parallel content display. This...
2014-03-15 David LevineFixed some of the issues noted by clang --analyze with
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-03-05 Ken HornsteinAdd extra argument to add_param() so it can use the...
2014-03-02 David LevineAdded commented explaining use of ci_attrs[0] in
2014-02-22 Ken HornsteinIt compiles now! And actually sort of works, but still...
2014-02-21 Ken HornsteinGetting closer to getting something working.
2014-02-20 David LevineAdded reason to mhfixmsg's printout when it fails to...
2014-02-09 David LevineChanged "codeset" to "charset" for (and in) mhfixmsg...
2014-02-08 David LevineMoved upcase(), update_attr(), content_charset(), and
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineReplaced nearly all unlink(3) calls with m_unlink().
2014-01-25 David LevineReplaced boilerplate at beginning of each nmh program...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-22 David LevineAlways check that mktemp()/mktemp2() succeeds before...
2014-01-20 David LevineRemoved "tmp" from the uip/mh* programs, so that they...
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2013-12-05 David LevineFix to commit 7e40862e6a4da7810a46aa1e28b05e527fdc208a:
2013-12-05 David LevineUse ICONV_CONST in declaration of variable that's passed to
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-11-03 David LevineCleaned up the "stripped CRs" mhfixmsg verbose message.
2013-10-27 David LevineInterpret a full path argument to mhfixmsg as a filenam...
2013-10-19 David LevineAllow mhfixmsg to strip carriage returns from ISO-8850...
2013-08-19 David LevineAdded -replacetextplain switch to mhfixmsg. If enabled...
2013-06-30 David LevineOK, fixed test-mhfixmsg on Solaris 11, where BUFSIZ...
2013-06-30 David LevineAdded to the Solaris debug printout.
2013-06-30 David LevineMore debugging of test-mhfixmsg on Solaris.
2013-05-12 David LevineFixed strip_crs() in mhfixmsg to work even if it's the
2013-05-07 David LevineFixed number of bytes to fread() in strip_crs() in...
2013-05-04 David LevineWhen the mhfixmsg -decodetext switch is enabled, each...
2013-04-27 David LevineAllow mhfixmsg -reformat to succeed even when decode...
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-04-04 David LevineBe sure that mhfixmsg returns a status of non-zero if
2013-03-31 David LevineMoved #include <sys/wait.h> to h/nmh.h.
2013-03-29 David LevineA bug fix and an enhancement to mhfixmsg based on patches
2013-03-22 David LevineAlways update sequences and context in mhfixmsg, not...
2013-03-22 David LevineFixes from M. Levinson:
2013-03-21 Ken HornsteinChange mhfixmsg to the new world folder_read() API.
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-19 David LevineAdded -[no]rmmproc switches to rmm and mhfixmsg.
2013-03-18 David LevineFixed use of WIFEXITED in mhfixmsg.c.
2013-03-17 David LevineAdded mhfixmsg(1).