| 2016-10-30 |
Ralph Corderoy | Clarify trunccpy()'s src and dest must not overlap. |
blob | commitdiff | raw |
| 2016-10-30 |
Ralph Corderoy | Add trunccpy(), and the convenience TRUNCCPY(). |
blob | commitdiff | raw | diff to current |
| 2016-10-30 |
Ralph Corderoy | Simplify folder_exists() to just testing stat(2)'s... |
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 | Use HasPrefix() instead of strncmp(). |
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 | Use ToUpper() instead of loop. |
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-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
blob | commitdiff | raw | diff to current |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
blob | commitdiff | raw | diff to current |
| 2016-10-19 |
David Levine | Added locale profile component, value is passed to... |
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-17 |
Ralph Corderoy | Remove use of C's register keyword. |
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 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-16 |
Ralph Corderoy | Fix spelling in warning message; s/conext/context/. |
blob | commitdiff | raw | diff to current |
| 2016-10-15 |
Ralph Corderoy | Fix error message when attempting to xmh_realloc()... |
blob | commitdiff | raw | diff to current |
| 2016-10-14 |
David Levine | Tweaked formatting of welcome message. |
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 | Replaced strtod() with strtof(). |
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-29 |
David Levine | Instead of relying on invo_name to decide whether to... |
blob | commitdiff | raw | diff to current |
| 2016-09-29 |
David Levine | Make sure stderr is directed to terminal, as well as... |
blob | commitdiff | raw | diff to current |
| 2016-09-28 |
David Levine | Wait for user to ack new version message. |
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 |
| 2016-06-26 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-04-03 |
Eric Gillespie | Rename and document functions that read from stdin. |
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-08-26 |
David Levine | Check return values of system calls in several sbr... |
blob | commitdiff | raw | diff to current |
| 2014-06-17 |
David Levine | Check return value of setlocale(3) and admonish on... |
blob | commitdiff | raw | diff to current |
| 2014-03-06 |
Ken Hornstein | Merge branch 'extended-params' |
blob | commitdiff | raw | diff to current |
| 2014-02-22 |
Ken Hornstein | It compiles now! And actually sort of works, but still... |
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 |
| 2014-02-08 |
David Levine | Moved upcase(), update_attr(), content_charset(), and |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-25 |
David Levine | Replaced boilerplate at beginning of each nmh program... |
blob | commitdiff | raw | diff to current |
| 2013-05-01 |
David Levine | Removed remaining #includes of stdio.h and stdlib.h... |
blob | commitdiff | raw | diff to current |
| 2013-04-14 |
David Levine | Moved #include of errno.h to h/nmh.h. |
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-11-29 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2012-11-27 |
Paul Fox | app_msgarg: de-obfuscate |
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 |
| 2008-05-21 |
Peter Maydell | Don't rely on realloc() to follow POSIX in handling... |
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-20 |
Josh Bressers | * sbr/m_draft.c, sbr/utils.c, uip/folder.c, uip/inc... |
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-04 |
Josh Bressers | * mh_xmalloc(), mh_xrealloc(), pwd(): Add comments... |
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 |
|