| 2017-09-11 |
Ralph Corderoy | slocal.c: Alter trim() to return static array, not... |
blob | commitdiff | raw |
| 2017-09-09 |
Ralph Corderoy | Refer to #include files from the root of nmh's source. |
blob | commitdiff | raw | diff to current |
| 2017-09-09 |
Ralph Corderoy | Only call fork(2) once, not up to five times on failure. |
blob | commitdiff | raw | diff to current |
| 2017-08-28 |
Ralph Corderoy | Don't cast zero to pid_t for setpgid(2)'s first argument. |
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-26 |
Ralph Corderoy | Add more NORETURN and CHECK_PRINTF function attributes. |
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-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 | uip/slocal.c: Tidy `verbose' logic in usr_file(). |
blob | commitdiff | raw | diff to current |
| 2017-05-25 |
Ralph Corderoy | Remove support for ./.foo.map index for ./foo mailbox. |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | h/prototypes.h: Give sbr/lock_file.c's prototypes their... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | sbr/m_mktemp.h: Move remaining prototypes from h/protot... |
blob | commitdiff | raw | diff to current |
| 2017-05-14 |
Ralph Corderoy | Replace calls to m_putenv() with setenv(3). |
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-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 TrimSuffixC() to trim_suffix_c(). |
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-11-13 |
Ralph Corderoy | Replace many add(s, NULL) with mh_xstrdup(s). |
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-30 |
Ralph Corderoy | Replace v?fprintf(stdout, ...) with v?printf(...). |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | Merge branch 'master' of git.sv.gnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | Replace fputc() with putchar(). |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
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 |
Ralph Corderoy | Use LEN() on string constants instead of strlen(). |
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-16 |
Ralph Corderoy | Use mh_xstrdup() instead of getcpy() for a string constant. |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
Ken Hornstein | Merge branch 'pop-tls' |
blob | commitdiff | raw | diff to current |
| 2016-09-11 |
Ken Hornstein | Remove the unused argument from mts_init() (as far... |
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-05-02 |
David Levine | For slocal, changed default user, if -user switch isn... |
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-04-10 |
Lyndon Nerenberg | Remove dead initialization of fp in main(). |
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-06 |
David Levine | Instead of relying on errno to determine if locking... |
blob | commitdiff | raw | diff to current |
| 2014-02-03 |
David Levine | Restored setuid/setgid to slocal: it needs them when... |
blob | commitdiff | raw | diff to current |
| 2014-02-02 |
David Levine | Removed all unnecessary setuid/setgid calls. Using... |
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 nearly all unlink(3) calls with m_unlink(). |
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-23 |
Ken Hornstein | Merge branch 'mhbuild-always' |
blob | commitdiff | raw | diff to current |
| 2014-01-22 |
David Levine | Always check that mktemp()/mktemp2() succeeds before... |
blob | commitdiff | raw | diff to current |
| 2014-01-20 |
Ken Hornstein | Remove the --disable-locale configure option and make... |
blob | commitdiff | raw | diff to current |
| 2013-12-13 |
David Levine | Squelch warning from cc on OpenBSD that fd argument... |
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-04-14 |
David Levine | Moved #include of signal.h to h/signals.h. And it... |
blob | commitdiff | raw | diff to current |
| 2013-03-24 |
David Levine | More replacements of mh_strcasecmp() with strcasecmp(). |
blob | commitdiff | raw | diff to current |
| 2013-03-21 |
Ken Hornstein | Merge branch 'newlock' |
blob | commitdiff | raw | diff to current |
| 2013-03-15 |
Ken Hornstein | Mostly complete now, but not yet functional. |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
blob | commitdiff | raw | diff to current |
| 2013-02-06 |
Ken Hornstein | FINALLY clean up our signed/unsigned character warning... |
blob | commitdiff | raw | diff to current |
| 2013-02-01 |
Lyndon Nerenberg | Merge branch 'master' into savannah |
blob | commitdiff | raw | diff to current |
| 2013-01-31 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
blob | commitdiff | raw | diff to current |
| 2013-01-27 |
David Levine | Merge branch 'm_getfld' |
blob | commitdiff | raw | diff to current |
| 2013-01-23 |
David Levine | Changed m_getfld() to automatically allocate a new... |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
Ken Hornstein | Merge branch 'master' into format-test |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
David Levine | Removed the static m_getfld() state instance and replaced |
blob | commitdiff | raw | diff to current |
| 2013-01-18 |
David Levine | Removed all traces of m_getfld() FLDEOF and BODYEOF... |
blob | commitdiff | raw | diff to current |
| 2013-01-10 |
Ken Hornstein | Convert all argument processing over to using X-Macros... |
blob | commitdiff | raw | diff to current |
| 2012-12-22 |
David Levine | Changed bufsz argument of m_getfld() to be in-out inste... |
blob | commitdiff | raw | diff to current |
| 2012-12-12 |
David Levine | Removed some dead code, all inside #if 0's. I tried... |
blob | commitdiff | raw | diff to current |
| 2012-11-23 |
David Levine | slocal used to support two different formats for three of |
blob | commitdiff | raw | diff to current |
| 2012-06-07 |
David Levine | Changed exit status of each nmh command's -version... |
blob | commitdiff | raw | diff to current |
| 2012-04-25 |
Ken Hornstein | Disable utmpx support for systems that lack getutxent. |
blob | commitdiff | raw | diff to current |
| 2012-04-12 |
David Levine | Undid wrapping of setjmp() and sigsetjmp() of |
blob | commitdiff | raw | diff to current |
| 2012-01-17 |
Ken Hornstein | Convert from utmp functions to utmpx functions (which... |
blob | commitdiff | raw | diff to current |
| 2012-01-17 |
David Levine | Wrapped setjmp(), sigsetjmp(), and vfork() calls to... |
blob | commitdiff | raw | diff to current |
| 2012-01-13 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2012-01-13 |
David Levine | Added NMH_UNUSED macro for suppressing warnings about... |
blob | commitdiff | raw | diff to current |
| 2012-01-12 |
David Levine | Removed, or added use of, unused macros to prevent... |
blob | commitdiff | raw | diff to current |
| 2012-01-11 |
David Levine | Added #include <grp.h>. It's needed on Linux, should... |
blob | commitdiff | raw | diff to current |
| 2012-01-09 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2012-01-09 |
Ken Hornstein | Garbage collect autoconf support for checking for the... |
blob | commitdiff | raw | diff to current |
| 2012-01-09 |
Ken Hornstein | We are making POSIX signal support a requirement; remov... |
blob | commitdiff | raw | diff to current |
| 2012-01-09 |
Ken Hornstein | Switch from using RETSIGTYPE via autoconf to void,... |
blob | commitdiff | raw | diff to current |
| 2012-01-07 |
David Levine | Merge branch 'fileproc_mhlproc_to_post' |
blob | commitdiff | raw | diff to current |
| 2012-01-06 |
Ken Hornstein | Garbage-collect SLOCAL_MBOX (and make it the default). |
blob | commitdiff | raw | diff to current |
| 2012-01-06 |
Ken Hornstein | Garbage-collect RPATHS support. |
blob | commitdiff | raw | diff to current |
| 2012-01-04 |
Lyndon Nerenberg | Eliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs. |
blob | commitdiff | raw | diff to current |
| 2010-12-15 |
Scott Snyder | propagate and check return status of close() in slocal |
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 |
| 2010-02-04 |
Earl Hood | * Bug #15213, #18635: The use of the insecure m_scratch... |
blob | commitdiff | raw | diff to current |
| 2008-04-11 |
Oliver Kiddle | move most remaining macros out of acconfig.h which... |
blob | commitdiff | raw | diff to current |
| 2008-04-05 |
Peter Maydell | Bug #20028 (Debian bug 399271): fix code assuming that... |
blob | commitdiff | raw | diff to current |
| 2007-11-04 |
Joel Reicher | Return type of (*done)() changed to void. default_done... |
blob | commitdiff | raw | diff to current |
| 2007-04-13 |
Joel Reicher | Change all chars being passed to the ctype macros ... |
blob | commitdiff | raw | diff to current |
| 2006-03-08 |
Josh Bressers | * (mh_strcasecmp): Rename the private strcasecmp functi... |
blob | commitdiff | raw | diff to current |
| 2006-01-16 |
Oliver Kiddle | remove remnants of code for MMDF |
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 |
| 2005-12-24 |
Peter Maydell | Rework detection and handling of ndbm: we now check... |
blob | commitdiff | raw | diff to current |
| 2005-12-15 |
Peter Maydell | Improve the checks for where to find ndbm (dbm_open... |
blob | commitdiff | raw | diff to current |
| 2005-11-08 |
Oliver Kiddle | Simon Burge: fix to handle getutent() on NetBSD |
blob | commitdiff | raw | diff to current |
| 2003-10-06 |
Glenn Burkhardt | db configuration fix for Debian; yet another location... |
blob | commitdiff | raw | diff to current |
| 2003-09-22 |
Glenn Burkhardt | status of action wasn't saved for use by 'N' result... |
blob | commitdiff | raw | diff to current |
| next |