| 2017-09-11 |
Ralph Corderoy | Delete mh_xfree(), changing callers to call free(3... |
blob | commitdiff | raw |
| 2017-08-27 |
Ralph Corderoy | Add gcc's pure function attribute. |
blob | commitdiff | raw | diff to current |
| 2017-08-26 |
Ralph Corderoy | Use C99's variable-argument preprocessor macros for... |
blob | commitdiff | raw | diff to current |
| 2017-08-26 |
Ralph Corderoy | Add gcc's malloc function attribute. |
blob | commitdiff | raw | diff to current |
| 2017-08-26 |
Ralph Corderoy | Add gcc's alloc_size function attribute. |
blob | commitdiff | raw | diff to current |
| 2017-08-22 |
Ralph Corderoy | Add ZERO(p) for the typical memset(p, 0, sizeof *p... |
blob | commitdiff | raw | diff to current |
| 2017-08-20 |
Ralph Corderoy | contains8bit(): Don't fetch a byte when start >= end. |
blob | commitdiff | raw | diff to current |
| 2017-08-01 |
Ken Hornstein | Merge branch 'fix-post-bcc' |
blob | commitdiff | raw | diff to current |
| 2017-07-29 |
David Levine | Simplified m_strn() per Ralph's suggestions. |
blob | commitdiff | raw | diff to current |
| 2017-07-29 |
David Levine | Added m_str() and m_strn() functions to convert int... |
blob | commitdiff | raw | diff to current |
| 2017-05-25 |
Ralph Corderoy | sbr/utils.c: Delete dead-code open_form(); not called. |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | h/utils.h: Move in PLURALS() macro from h/mh.h. |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | h/utils.h: Move in nmh_init() prototype from h/prototyp... |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Replace "/*\n * " with "/* " at the start of a file. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Remove leading and trailing blank lines from code. |
blob | commitdiff | raw | diff to current |
| 2016-12-10 |
Ralph Corderoy | Rename recently added ToUpper() to to_upper(). |
blob | commitdiff | raw | diff to current |
| 2016-12-10 |
Ralph Corderoy | Rename recently added ToLower() to to_lower(). |
blob | commitdiff | raw | diff to current |
| 2016-12-10 |
Ralph Corderoy | Rename recently added TrimSuffixC() to trim_suffix_c(). |
blob | commitdiff | raw | diff to current |
| 2016-12-10 |
Ralph Corderoy | Rename recently added HasSuffixC() to has_suffix_c(). |
blob | commitdiff | raw | diff to current |
| 2016-12-10 |
Ralph Corderoy | Rename recently added HasSuffix() to has_suffix(). |
blob | commitdiff | raw | diff to current |
| 2016-12-10 |
Ralph Corderoy | Rename recently added HasPrefix() to has_prefix(). |
blob | commitdiff | raw | diff to current |
| 2016-10-30 |
Ralph Corderoy | Add trunccpy(), and the convenience TRUNCCPY(). |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | sbr/utils.c: Add HasSuffix(s, suffix). |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | Alter HasSuffixC()'s char * to be const. |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | utils.c: Add HasPrefix(s, prefix). |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | Rename EndsWithC() to HasSuffixC(). |
blob | commitdiff | raw | diff to current |
| 2016-10-22 |
Ralph Corderoy | Add ToLower(s) and ToUpper(s). |
blob | commitdiff | raw | diff to current |
| 2016-10-19 |
Ralph Corderoy | Add EndsWithC(char *s, int c) and call it in some initi... |
blob | commitdiff | raw | diff to current |
| 2016-10-19 |
Ralph Corderoy | Add TrimSuffixC(char *s, int c). |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Add const specifier to mh_xstrdup()'s src parameter. |
blob | commitdiff | raw | diff to current |
| 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 |
|