| 2017-11-12 |
Ralph Corderoy | context_foil.c: Move interface to own file. |
blob | commitdiff | raw |
| 2017-11-12 |
Ralph Corderoy | context_replace.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | context_read.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | context_find.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | print_help.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | Use #include with `""' for including nmh's source. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | error.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-02 |
Ralph Corderoy | Split function definition prototypes so identifier... |
blob | commitdiff | raw | diff to current |
| 2017-11-02 |
Ralph Corderoy | Move the opening brace of a C function to its own line. |
blob | commitdiff | raw | diff to current |
| 2017-10-30 |
Ralph Corderoy | sbr: Replace some ints that are only ever 0 or 1 with... |
blob | commitdiff | raw | diff to current |
| 2017-10-30 |
Ralph Corderoy | nmh_init(): Replace integer parameter with two bools. |
blob | commitdiff | raw | diff to current |
| 2017-10-30 |
Ralph Corderoy | Replace adios(NULL, ...) with die(...). |
blob | commitdiff | raw | diff to current |
| 2017-10-27 |
Ralph Corderoy | utils.c: Improve comment describing add(). Suggest... |
blob | commitdiff | raw | diff to current |
| 2017-09-11 |
Ralph Corderoy | Delete mh_xfree(), changing callers to call free(3... |
blob | commitdiff | raw | diff to current |
| 2017-08-28 |
Ralph Corderoy | Move read_line.c's prototypes from prototypes.h to... |
blob | commitdiff | raw | diff to current |
| 2017-08-26 |
Ralph Corderoy | mh_xmalloc() et al: Use C99's `%zu' to print size_t. |
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-09 |
Ralph Corderoy | Teach gcc(1) that adios() and friends take printf formats. |
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 | Don't cast lseek(2)'s offset to off_t when it's 0. |
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-16 |
Ralph Corderoy | sbr/makedir.c: Move prototype from h/prototypes.h to... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | sbr/utils.c: Delete unused upcase() function. |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | sbr/m_mktemp.h: Create with missing prototypes. |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | sbr/utils.c: Use h/signals.h for setup_signal_handlers... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | Specify function parameters in prototypes, mainly void. |
blob | commitdiff | raw | diff to current |
| 2017-05-14 |
Ralph Corderoy | Use new PLURALS(n) macro instead of variety of tests. |
blob | commitdiff | raw | diff to current |
| 2017-05-12 |
Ralph Corderoy | Replace `a == b ? 1 : 0' and similar with `a == b'. |
blob | commitdiff | raw | diff to current |
| 2017-04-28 |
Ralph Corderoy | Fix spelling in C comments. |
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 |
| 2017-04-17 |
Ralph Corderoy | Change admonish(NULL, "foo") to inform("foo, continuing... |
blob | commitdiff | raw | diff to current |
| 2017-04-17 |
Ralph Corderoy | Replace advise(NULL, fmt, ...) with inform(fmt, ...). |
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 | Clarify trunccpy()'s src and dest must not overlap. |
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-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 |
| next |