| 2016-10-16 |
Ralph Corderoy | Add const specifier to mh_xstrdup()'s src parameter. |
blob | commitdiff | raw |
| 2016-10-16 |
Ralph Corderoy | Add mh_xstrdup() that exits on allocation failure. |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Add NEW(p) that sets p to mh_xmalloc'd memory sized... |
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 | Put parameter names in h/utils.h memory function protot... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Add mh_xfree(), guarding free(3) from NULLs. |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Tweak mh_xcalloc(); print size on error, follow POSIX. |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Tweak mh_xrealloc(); print size on error, follow POSIX. |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Tweak mh_xmalloc(); print size in error, allocate... |
blob | commitdiff | raw | diff to current |
| 2016-10-06 |
David Levine | Moved scan_input() from uip/post.c to sbr/utils.c. |
blob | commitdiff | raw | diff to current |
| 2016-10-06 |
David Levine | Merge branch 'welcome' |
blob | commitdiff | raw | diff to current |
| 2016-09-29 |
David Levine | Welcome message enhancements: |
blob | commitdiff | raw | diff to current |
| 2016-09-28 |
David Levine | Added welcome message when nmh detects that its version... |
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-03-06 |
Ken Hornstein | Merge branch 'extended-params' |
blob | commitdiff | raw | diff to current |
| 2014-02-12 |
Ken Hornstein | Move contains8bit() to a common file, and make it a... |
blob | commitdiff | raw | diff to current |
| 2013-03-21 |
Ken Hornstein | Merge branch 'newlock' |
blob | commitdiff | raw | diff to current |
| 2013-03-21 |
Ken Hornstein | Don't lock and write the sequence files until after... |
blob | commitdiff | raw | diff to current |
| 2013-02-27 |
David Levine | Added nmh_strcasestr() because POSIX doesn't have strca... |
blob | commitdiff | raw | diff to current |
| 2013-02-25 |
David Levine | Added find_str() and rfind_str() to sbr/utils.c |
blob | commitdiff | raw | diff to current |
| 2013-02-25 |
David Levine | Added const qualifier to char * arguments of add()... |
blob | commitdiff | raw | diff to current |
| 2012-02-26 |
Ken Hornstein | Finally, some support for mh-format when using forw... |
blob | commitdiff | raw | diff to current |
| 2010-12-03 |
Ken Hornstein | Remove RCS keywords, since they no longer work after... |
blob | commitdiff | raw | diff to current |
| 2007-11-08 |
Joel Reicher | Insert types for args of some function pointers to... |
blob | commitdiff | raw | diff to current |
| 2007-08-21 |
Josh Bressers | * Red Hat Bug #253342: inc.c, utils.c, utils.h: When... |
blob | commitdiff | raw | diff to current |
| 2006-04-14 |
Joel Reicher | Created function open_form() to open form file or fallb... |
blob | commitdiff | raw | diff to current |
| 2006-04-11 |
Joel Reicher | Created app_msgarg() (append message arg) and a simple... |
blob | commitdiff | raw | diff to current |
| 2006-02-21 |
Josh Bressers | * h/utils.h, sbr/utils.c, uip/flist.c, uip/folder.c... |
blob | commitdiff | raw | diff to current |
| 2006-02-21 |
Josh Bressers | Add missing create_folder prototype. |
blob | commitdiff | raw | diff to current |
| 2006-01-06 |
Josh Bressers | * patch #3968: Move the add() function from its own... |
blob | commitdiff | raw | diff to current |
| 2006-01-03 |
Josh Bressers | Remove sbr/pwd.c file, moving the pwd() function into... |
blob | commitdiff | raw | diff to current |
| 2006-01-02 |
Josh Bressers | * patch #3967: Create a mh_xrealloc function to prevent... |
blob | commitdiff | raw | diff to current |
| 2006-01-02 |
Josh Bressers | * patch #3966: Create a mh_xmalloc function to prevent... |
blob | commitdiff | raw | diff to current |
|