use memset to clear the msgstats in folder_realloc
[mmh] / sbr / utils.c
2017-05-28 Philipp Takacsmh_xstrdup arguments now const
2017-03-07 Philipp Takacsadd() first parameter (s2) is now const
2016-04-09 m@mmmmarascio.xyzReplace getcpy() and strdup() with mh_xstrdup()
2016-03-25 m@mmmmarascio.xyzReplace free() with mh_free0()
2016-03-25 m@mmmmarascio.xyzremove unnecessary casts
2016-03-17 m@mmmmarascio.xyzReplace mh_xmalloc() with mh_xcalloc()
2015-10-25 markus schnalkeAdjust coding style from nmh to mmh
2015-09-06 David LevineAdded mh_xcalloc().
2015-08-27 markus schnalkeDrop register storage class
2015-04-19 Philipp TakacsUse sysexits.h for better exit-codes
2015-04-10 markus schnalkeMove #include from h/mh.h to source files
2012-03-24 markus schnalkeReplaced folder_exists() by a call to create_folder().
2012-02-09 markus schnalkeReplaced open_form() with new_fs() for the last time...
2012-02-03 markus schnalkeSyntactic and comment changes.
2011-12-09 markus schnalkeCompletely reworked the path convertion functions
2011-11-20 markus schnalkeAdded comment
2011-11-05 markus schnalkeCode reformating.
2011-11-01 markus schnalkeRemoved the space between function names and the openin...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-07 markus schnalkeRemoved unneeded sbr code.
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
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...