]> diplodocus.org Git - nmh/history - sbr/utils.c
Cleaned up leaks from calls to content_charset() in mhfixmsg.
[nmh] / sbr / utils.c
2014-10-11 David LevineAdded mh_xcalloc().
2014-08-26 David LevineCheck return values of system calls in several sbr...
2014-06-17 David LevineCheck return value of setlocale(3) and admonish on...
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-02-22 Ken HornsteinIt compiles now! And actually sort of works, but still...
2014-02-12 Ken HornsteinMove contains8bit() to a common file, and make it a...
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 boilerplate at beginning of each nmh program...
2013-05-01 David LevineRemoved remaining #includes of stdio.h and stdlib.h...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-21 Ken HornsteinDon't lock and write the sequence files until after...
2013-02-27 David LevineAdded nmh_strcasestr() because POSIX doesn't have strca...
2013-02-25 David LevineAdded find_str() and rfind_str() to sbr/utils.c
2013-02-25 David LevineAdded const qualifier to char * arguments of add()...
2012-11-29 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-11-27 Paul Foxapp_msgarg: de-obfuscate
2012-02-26 Ken HornsteinFinally, some support for mh-format when using forw...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-05-21 Peter MaydellDon't rely on realloc() to follow POSIX in handling...
2007-11-08 Joel ReicherInsert types for args of some function pointers to...
2007-08-21 Josh Bressers* Red Hat Bug #253342: inc.c, utils.c, utils.h: When...
2006-04-14 Joel ReicherCreated function open_form() to open form file or fallb...
2006-04-11 Joel ReicherCreated app_msgarg() (append message arg) and a simple...
2006-02-21 Josh Bressers* h/utils.h, sbr/utils.c, uip/flist.c, uip/folder.c...
2006-02-20 Josh Bressers* sbr/m_draft.c, sbr/utils.c, uip/folder.c, uip/inc...
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
2006-01-04 Josh Bressers* mh_xmalloc(), mh_xrealloc(), pwd(): Add comments...
2006-01-03 Josh BressersRemove sbr/pwd.c file, moving the pwd() function into...
2006-01-02 Josh Bressers* patch #3967: Create a mh_xrealloc function to prevent...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...