| 2017-11-12 |
Ralph Corderoy | r1bindex.c: Move interface to own file. |
blob | commitdiff | raw |
| 2017-11-12 |
Ralph Corderoy | snprintb.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | copyip.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | discard.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | trimcpy.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | vfgets.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | check_charset.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | getcpy.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | brkstring.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | ambigsw.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | pidstatus.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | print_version.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 | arglist.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-01 |
Ken Hornstein | Merge branch 'master' of git.sv.gnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2017-11-01 |
Ralph Corderoy | uip: Replace some ints that are only ever 0 or 1 with... |
blob | commitdiff | raw | diff to current |
| 2017-10-30 |
Ralph Corderoy | uip: Replace some ints that are only ever 0 or 1 with... |
blob | commitdiff | raw | diff to current |
| 2017-10-30 |
Ralph Corderoy | Replace adios(NULL, ...) with die(...). |
blob | commitdiff | raw | diff to current |
| 2017-10-30 |
Ralph Corderoy | Replace printf(3) with fputs(3) where possible. |
blob | commitdiff | raw | diff to current |
| 2017-09-21 |
Ralph Corderoy | Detect function-pointer `done' being set twice in a... |
blob | commitdiff | raw | diff to current |
| 2017-09-19 |
Ralph Corderoy | mhlsbr.c: Delete file-static function pointer mhl_action. |
blob | commitdiff | raw | diff to current |
| 2017-09-19 |
Ralph Corderoy | mhlsbr.c: Delete `jmp_buf mhlenv', never setjmp(3)'d. |
blob | commitdiff | raw | diff to current |
| 2017-09-18 |
Ralph Corderoy | Strip parenthesis from `return (state = OK);' and similar. |
blob | commitdiff | raw | diff to current |
| 2017-09-17 |
Ralph Corderoy | mhlsbr.c: Don't strchr(3) non-string NUL-less buffer. |
blob | commitdiff | raw | diff to current |
| 2017-09-17 |
Ralph Corderoy | mhlsbr.c: Don't read(2) from fileno(3) of stdout. |
blob | commitdiff | raw | diff to current |
| 2017-09-12 |
Ralph Corderoy | Replace `return (0)' and similar with `return 0'. |
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-09-09 |
Ralph Corderoy | Refer to #include files from the root of nmh's source. |
blob | commitdiff | raw | diff to current |
| 2017-08-28 |
Ralph Corderoy | Move terminal.c's prototypes from prototypes.h to new... |
blob | commitdiff | raw | diff to current |
| 2017-08-28 |
Ralph Corderoy | mhlsbr.c: Don't need to `else' after longjmp() at end... |
blob | commitdiff | raw | diff to current |
| 2017-08-28 |
Ralph Corderoy | Don't need to `else' after mhladios() at end of then... |
blob | commitdiff | raw | diff to current |
| 2017-08-28 |
Ralph Corderoy | Give mhldone() and mhladios() the NORETURN function... |
blob | commitdiff | raw | diff to current |
| 2017-08-27 |
Ralph Corderoy | Add gcc's pure function attribute. |
blob | commitdiff | raw | diff to current |
| 2017-08-27 |
Ralph Corderoy | Replace add(foo, NULL) with mh_xstrdup(foo). |
blob | commitdiff | raw | diff to current |
| 2017-08-26 |
Ralph Corderoy | Replace printf("foo\n") with puts("foo"). |
blob | commitdiff | raw | diff to current |
| 2017-08-26 |
Ralph Corderoy | Add more NORETURN and CHECK_PRINTF function attributes. |
blob | commitdiff | raw | diff to current |
| 2017-08-26 |
Ralph Corderoy | Print pointers in debug with C99's `%p' rather than... |
blob | commitdiff | raw | diff to current |
| 2017-08-22 |
Ralph Corderoy | Reformat else-if that are split over two or more lines... |
blob | commitdiff | raw | diff to current |
| 2017-08-13 |
Ralph Corderoy | m_getfld() et al: Replace with m_getfld2(), etc., in... |
blob | commitdiff | raw | diff to current |
| 2017-05-16 |
Ralph Corderoy | sbr/m_popen.c: Move prototypes from h/prototypes.h... |
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-13 |
Ralph Corderoy | Add FENDNULL(s): fends off NULL by giving an empty... |
blob | commitdiff | raw | diff to current |
| 2017-05-07 |
Ralph Corderoy | Make many m_getfld() buffer parameters NMH_BUFSIZ big. |
blob | commitdiff | raw | diff to current |
| 2017-05-01 |
Ralph Corderoy | mhlsbr.c: Flip parse()'s logic. Remove oneline()'s... |
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 | Replace advise(NULL, fmt, ...) with inform(fmt, ...). |
blob | commitdiff | raw | diff to current |
| 2017-02-27 |
David Levine | Added /* FALLTHRU */ comments where gcc 7 noticed their... |
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 TrimSuffixC() to trim_suffix_c(). |
blob | commitdiff | raw | diff to current |
| 2016-12-10 |
Ralph Corderoy | mhlsbr.c: Don't hide mhladios and mhldone behind macros. |
blob | commitdiff | raw | diff to current |
| 2016-11-03 |
David Levine | Use result, because (void) didn't prevent warning on... |
blob | commitdiff | raw | diff to current |
| 2016-11-03 |
David Levine | Changed type of flags from signed to unsigned long. |
blob | commitdiff | raw | diff to current |
| 2016-11-03 |
David Levine | Replace non-ASCII characters in headers with ?'s with... |
blob | commitdiff | raw | diff to current |
| 2016-11-03 |
David Levine | Fixed display of header field values with multibyte... |
blob | commitdiff | raw | diff to current |
| 2016-10-30 |
Ralph Corderoy | Replace printf("%s", foo) with fputs(foo, stdout). |
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 | putcomp(): Use local to avoid repeating tautological... |
blob | commitdiff | raw | diff to current |
| 2016-10-22 |
Ralph Corderoy | Don't need to cast to `char *' for free(3) these days. |
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-21 |
Ralph Corderoy | Assume POSIX ctype.h; don't vet toupper()'s parameter. |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Don't `else' after goto. Simplify control flow. |
blob | commitdiff | raw | diff to current |
| 2016-10-19 |
Ralph Corderoy | Put, rather than print, single characters. |
blob | commitdiff | raw | diff to current |
| 2016-10-19 |
Ralph Corderoy | Replace strchr() condition with TrimSuffixC(). |
blob | commitdiff | raw | diff to current |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
blob | commitdiff | raw | diff to current |
| 2016-10-17 |
Ralph Corderoy | Deference char pointer to test for empty string instead... |
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 | Don't check mh_xcalloc() and friends for a NULL return. |
blob | commitdiff | raw | diff to current |
| 2016-06-26 |
David Levine | Moved free(cp) to right after last (and only) use of... |
blob | commitdiff | raw | diff to current |
| 2016-06-26 |
David Levine | Moved free(cp) to right after last (and only) use of... |
blob | commitdiff | raw | diff to current |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
blob | commitdiff | raw | diff to current |
| 2015-01-08 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
blob | commitdiff | raw | diff to current |
| 2014-12-24 |
David Levine | Always initialize those two variables made static in... |
blob | commitdiff | raw | diff to current |
| 2014-12-21 |
David Levine | Rearranged code to avoid "might be clobbered by longjmp... |
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-09-15 |
David Levine | An "rtrim" flag has been added to mhl to remove any... |
blob | commitdiff | raw | diff to current |
| 2014-09-15 |
David Levine | If a component has trailing whitespace, e.g., body... |
blob | commitdiff | raw | diff to current |
| 2014-09-13 |
David Levine | Fixed all anomalies detected by clang static analyzer... |
blob | commitdiff | raw | diff to current |
| 2014-09-06 |
David Levine | Check return values of system calls in uip/ and test... |
blob | commitdiff | raw | diff to current |
| 2014-08-25 |
David Levine | Dynamically allocate space for the output of fmt_scan... |
blob | commitdiff | raw | diff to current |
| 2014-08-04 |
David Levine | Removed mhlsbr(). It was only used by msh, too. |
blob | commitdiff | raw | diff to current |
| 2014-04-10 |
David Levine | Merge remote-tracking branch 'origin/fix-locking' |
blob | commitdiff | raw | diff to current |
| 2014-04-09 |
Ken Hornstein | Merge branch 'mhshow-fixup' |
blob | commitdiff | raw | diff to current |
| 2014-04-03 |
Ken Hornstein | Moving closer to fixing mhshow completely. Includes... |
blob | commitdiff | raw | diff to current |
| 2014-01-28 |
David Levine | mhl() needs to set invo_name, too. |
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 |
| 2014-01-03 |
Ken Hornstein | Convert all of the terminal functions over to terminfo... |
blob | commitdiff | raw | diff to current |
| 2014-01-02 |
Ken Hornstein | Drop support for different behavior on hardcopy termina... |
blob | commitdiff | raw | diff to current |
| 2013-12-11 |
David Levine | Removed a bunch of unreachable break statements found by |
blob | commitdiff | raw | diff to current |
| 2013-12-05 |
Ken Hornstein | Garbage collect "normalize". |
blob | commitdiff | raw | diff to current |
| 2013-10-19 |
David Levine | Added volatile qualifier in a couple of places to get... |
blob | commitdiff | raw | diff to current |
| 2013-07-01 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| next |