]> diplodocus.org Git - nmh/shortlog
nmh
2014-10-25 David LevineAdded mhstore-store-text/html formatting string to...
2014-10-25 David LevineFixed typo in mhstore man page.
2014-10-25 David LevineReworked charstring_buffer_copy() to not use strdup...
2014-10-11 David LevineAdded mh_xcalloc().
2014-10-11 David LevineThe units of the zone format escape are minutes, not...
2014-10-09 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2014-10-09 Lyndon Nerenbergno-op to force check the buildbots.
2014-10-05 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2014-10-05 Lyndon Nerenbergmhn.defaults: make fetch less agressive on FreeBSD.
2014-10-05 David LevineUse "mhparam etcdir" instead of hard-coded etc in build...
2014-10-05 Lyndon NerenbergClean atags file as part of maintainer-clean.
2014-10-05 Lyndon NerenbergAdd a missing option to mhn fetch command for FreeBSD.
2014-10-05 Lyndon NerenbergOn FreeBSD, use fetch(1) to retrieve external content...
2014-10-05 Lyndon NerenbergIf building from a non-master git branch, include the...
2014-10-05 Lyndon NerenbergNew locations for config files and support binaries...
2014-10-05 David LevineFixed commit 2adafe760a9c45b417727a3f5d9481de26471a8b...
2014-10-05 David LevineSimplified test-mhl-flags a bit.
2014-10-02 Lyndon NerenbergAdd a 'guide' file for acme(1).
2014-10-01 Lyndon Nerenberggit: ignore top-level tags files
2014-09-30 Lyndon NerenbergFreeBSD packages destination directory fixup.
2014-09-29 Lyndon NerenbergFor FreeBSD builds, also search the ports tree for...
2014-09-15 David LevineAdded checks of return value of fwrite() calls where...
2014-09-15 David LevineFixed formatting of rtrim/nortrim in mhl man page.
2014-09-15 David LevineAn "rtrim" flag has been added to mhl to remove any...
2014-09-15 David LevineIf a component has trailing whitespace, e.g., body...
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2014-09-12 Ken HornsteinFix typo in man page
2014-09-07 David LevineOn some platforms, -D_FORTIFY_SOURCE=2 warns about...
2014-09-07 David LevineAdded -D_FORTIFY_SOURCE=2 now that the build is clean...
2014-09-07 David LevineAdded a couple of new directories and a note about...
2014-09-06 David LevineCheck return values of system calls in uip/ and test...
2014-09-06 David LevineQuote "$SEARCHPATH" in mhn.defaults.sh to allow spaces...
2014-09-02 David LevineDoubled size of buffers used by m_getfld(), scan, and...
2014-09-02 David LevineFixed typo in mh-profile.man.
2014-09-02 David LevineDon't let scan() use too large a width (BUFSIZ for...
2014-08-31 David LevineA value of 0 for the width switch of scan(1), inc(1...
2014-08-31 David LevineFixed read of body in fmttest to limit size to that...
2014-08-29 David Levinefmt_scan() no longer subtracts 1 from the width. This...
2014-08-29 Ken HornsteinVery very rough cut at trying to parse email addresses...
2014-08-26 David LevineCheck return values of system calls in several sbr...
2014-08-26 David LevineMoved reverse_alternative_parts() from mhfixmsg.c to...
2014-08-26 David LevineRemoved msh relics from scansbr.c, including a global.
2014-08-26 David LevineAdded size_t cast of another MB_CUR_MAX to silence...
2014-08-25 David LevineAdded cast of MB_CUR_MAX to size_t to silence compiler...
2014-08-25 David LevineDynamically allocate space for the output of fmt_scan...
2014-08-24 David LevineAdded const to last argument of trace_cb signature...
2014-08-24 David LevineAdded charstring "class".
2014-08-20 David LevineRefer to RFC 2046 instead of 1521 in mhlist.man.
2014-08-19 David LevineChanged dist_contrib_DATA to dist_contrib_SCRIPTS so...
2014-08-19 David LevineUpdated mhfixmsg(1) man page to refer to mh-mkstemp...
2014-08-17 David LevineChecked return value of write() calls in mhfixmsg.c,
2014-08-16 David LevineRemoved h/msh, hopefully the last msh relic.
2014-08-09 David Levinencurses package is required to run all of test suite...
2014-08-08 Lyndon NerenbergPrint information about the compiler toolchain on Darwi...
2014-08-07 Lyndon NerenbergAdd new build tool: tools/showbuildenv
2014-08-04 David LevineRemoved second argument from m_Eom() in m_getfld.c...
2014-08-04 David LevineHere's a better fix to m_Eom() in m_getfld.c than commit
2014-08-04 David LevineRemoved eom_action from m_getfld.c because it was only...
2014-08-04 David LevineRemoved mhlsbr(). It was only used by msh, too.
2014-08-04 David LevineRemoved m_eomsbr() from m_getfld.c, and its scan_eom_ac...
2014-08-03 David LevineAdded -debug switch to pick(1) and deprecated $MHPDEBUG.
2014-08-03 David LevineFixed refile(1) -retainsequences when the source and...
2014-07-27 David LevineSeparated out list of programs that are required to...
2014-07-24 David LevineFixed sed usage in flex fixup to not use -s (or -e...
2014-07-24 David LevineRemoved "true" from end of flex fixups. I don't know...
2014-07-24 David LevineApply flex fixup to dtimep.c with flex 2.5.37 as well...
2014-07-23 David LevineWhen mhparam(1) is going to output the value for spooll...
2014-07-23 David LevineUpdated test-spoollocking to restore mts.conf when...
2014-07-23 David LevineNote in mh-folders(5) man page that spoollocking can...
2014-07-09 Ken HornsteinFix bug #42718; ali(1) still refers to removed options...
2014-07-09 David LevineIf the user didn't specify any of the tls switches...
2014-07-07 David LevineHere's an even simpler fix to enable TLS by default.
2014-07-06 David LevineFix to commit 03e76aecdf671ca13b5912af8206e9bdcb6c0919...
2014-07-04 Lyndon NerenbergRevert "Default to enabling (Cyrus) SASL, if available."
2014-07-04 Lyndon NerenbergTurn back the sasl test. Everything broke as a result.
2014-07-04 Lyndon NerenbergComments should say why a chance matters ...
2014-07-03 Lyndon NerenbergDefault to enabling (Cyrus) SASL, if available.
2014-07-03 Lyndon NerenbergFix the release notes to put things in the correct...
2014-07-03 Lyndon NerenbergNote that post uses the submission port now.
2014-07-03 Lyndon NerenbergEnable TLS by default.
2014-06-17 David LevineCheck return value of setlocale(3) and admonish on...
2014-06-17 Lyndon NerenbergAdd missing variable initializations on fmt_scan().
2014-06-16 Lyndon NerenbergEnsure getline() is in scope on FreeBSD.
2014-06-16 David LevineFix to commit 0d3875d020fb17d34918f5e81ee7f87fbc5d1565...
2014-06-16 David LevineReordered #includes of sbr/terminal.c to allow compilat...
2014-06-14 David LevineSkip (parts of) tests that require en_US.utf8 locale...
2014-06-13 Ken HornsteinTest to make sure inc works properly with a POP server...
2014-06-13 Ken HornsteinSupport multiple messages with fakepop.
2014-06-11 Ken HornsteinAlways default the username to the local username,...
2014-06-10 Ken HornsteinUse variable-size (but in one case, fixed but larger...
2014-06-10 Paul Foxmh-profile.man: rewrite the Profile Lookup section...
2014-06-09 Ken HornsteinIf "curl" is available, create a nmh-access-url entry...
2014-06-09 Ken HornsteinFix curl example for nmh-access-url entry.
2014-06-08 Ken HornsteinReturn an appropriate error if the input characters...
2014-06-08 Ken HornsteinWhoops, this should be LC_CTYPE. Fixing that exposes...
2014-06-06 Paul Foxmhlist: don't truncate anything when -verbose
2014-05-30 David LevineClarified description in comments of context_find_by_ty...
2014-05-30 David LevineAdded static to declaration of docc().
2014-05-30 David LevineUndid commit 475fef2edee9db3c63fc089df76f8e93e3d598cd...
2014-05-30 David LevineSplit assignment and export of shell variable.
next