]> diplodocus.org Git - nmh/history - sbr/utils.c
Reverted commit 9a4b4a3d3b27fe4a7ff6d0b8724ce1c06b5917eb.
[nmh] / sbr / utils.c
2016-10-30 Ralph CorderoyClarify trunccpy()'s src and dest must not overlap.
2016-10-30 Ralph CorderoyAdd trunccpy(), and the convenience TRUNCCPY().
2016-10-30 Ralph CorderoySimplify folder_exists() to just testing stat(2)'s...
2016-10-24 Ralph Corderoysbr/utils.c: Add HasSuffix(s, suffix).
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-24 Ralph CorderoyAlter HasSuffixC()'s char * to be const.
2016-10-24 Ralph Corderoyutils.c: Add HasPrefix(s, prefix).
2016-10-24 Ralph CorderoyRename EndsWithC() to HasSuffixC().
2016-10-22 Ralph CorderoyUse ToUpper() instead of loop.
2016-10-22 Ralph CorderoyAdd ToLower(s) and ToUpper(s).
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-19 David LevineAdded locale profile component, value is passed to...
2016-10-19 Ralph CorderoyAdd EndsWithC(char *s, int c) and call it in some initi...
2016-10-19 Ralph CorderoyAdd TrimSuffixC(char *s, int c).
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-16 Ralph CorderoyAdd const specifier to mh_xstrdup()'s src parameter.
2016-10-16 Ralph CorderoyAdd mh_xstrdup() that exits on allocation failure.
2016-10-16 Ralph CorderoyAdd mh_xfree(), guarding free(3) from NULLs.
2016-10-16 Ralph CorderoyTweak mh_xcalloc(); print size on error, follow POSIX.
2016-10-16 Ralph CorderoyTweak mh_xrealloc(); print size on error, follow POSIX.
2016-10-16 Ralph CorderoyTweak mh_xmalloc(); print size in error, allocate...
2016-10-16 Ralph CorderoyFix spelling in warning message; s/conext/context/.
2016-10-15 Ralph CorderoyFix error message when attempting to xmh_realloc()...
2016-10-14 David LevineTweaked formatting of welcome message.
2016-10-06 David LevineMoved scan_input() from uip/post.c to sbr/utils.c.
2016-10-06 David LevineReplaced strtod() with strtof().
2016-10-06 David LevineMerge branch 'welcome'
2016-09-29 David LevineWelcome message enhancements:
2016-09-29 David LevineInstead of relying on invo_name to decide whether to...
2016-09-29 David LevineMake sure stderr is directed to terminal, as well as...
2016-09-28 David LevineWait for user to ack new version message.
2016-09-28 David LevineAdded welcome message when nmh detects that its version...
2016-06-26 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-04-03 Eric GillespieRename and document functions that read from stdin.
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
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...