]> diplodocus.org Git - nmh/history - h
add $(kibi) function, as complement to %(kilo)
[nmh] / h /
2013-02-16 Ken HornsteinRemove dead UUCP address parsing code. Sadly, this...
2013-02-12 Ken HornsteinRemove "installproc" since it is no longer used.
2013-02-12 Ken HornsteinFinal conversion to new argsplit() code.
2013-02-11 David LevineMultipart parts might have content before the first...
2013-02-08 Ken HornsteinCreate a central prototype for free_content().
2013-02-07 Ken HornsteinMore conversion to argsplit().
2013-02-07 David LevineWhen debugging is enabled, replace the ctype functions...
2013-02-06 Ken HornsteinFINALLY clean up our signed/unsigned character warning...
2013-02-05 David LevineChanged m_getfld() to use char instead of unsigned...
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-29 Ken HornsteinThe start of the use of argsplit() to process command...
2013-01-29 David LevineAdded m_getfld_track_filepos() for callers to indicate...
2013-01-29 David LevineAdded scan_reset_m_getfld_state(), for msh only. It...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-24 David LevineAdded functions for inc, msh, rcvtty, and scan to access
2013-01-23 David LevineChanged m_getfld() to automatically allocate a new...
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
2013-01-18 David LevineRemoved all traces of m_getfld() FLDEOF and BODYEOF...
2013-01-15 Ken HornsteinSupport the VISUAL and EDITOR environment variables...
2013-01-15 Ken HornsteinRemove the --with-pager configure option and replace...
2013-01-10 Ken HornsteinConvert the MIME content cache switches over to the...
2013-01-10 David LevineAdded explicit third initializer to some swit struct...
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2013-01-06 David LevineRemoved support for #ifdef LBL. It was broken anyways,
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-12-22 David LevineChanged msg_style and msg_delim to be file static to...
2012-12-22 David LevineChanged type of name argument to m_getfld() from unsign...
2012-11-19 Oliver KiddleYozo TODA: fix for mhshow-charset- directives in .mh_pr...
2012-11-19 Ken HornsteinMerge branch 'format-memory-rework'
2012-11-19 Ken HornsteinChange fmt_findcasecmp() to fmt_findcasecomp(). The...
2012-11-19 Ken HornsteinChange API a bit.
2012-11-17 Ken HornsteinFix up documentation a bit.
2012-11-15 Ken HornsteinUpdate documentation to match code change.
2012-11-15 Ken HornsteinAdd refcounting to struct comp.
2012-11-15 Ken HornsteinUpdate with new functions and comments describing them.
2012-11-05 David LevineAdded format support for zputlit function escape. ...
2012-11-03 David LevineAdded argument to fmt_scan() to specify the buffer...
2012-10-16 Lyndon NerenbergSlightly reformat the FINDCOMP macro to quell a clang...
2012-10-15 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2012-10-15 David LevineRemoved unused function seek_home().
2012-07-21 David LevineAdded -messageid switch to send(1) and post(8). This...
2012-07-12 David LevineAdded -mts switch to post, send, and whom. Replaced...
2012-07-10 David LevineRenamed "sendmail" mts method to "sendmail/smtp", allow...
2012-07-09 David Levinespost(8) has been merged into post(8). Its functionali...
2012-07-01 David LevineRemoved unused #ifdef NRTC and reference to its content...
2012-06-25 David LevineRemoved unused UUCPDIR and UUCPFIL #defines.
2012-06-14 Ken HornsteinMake the base64 encoder endian-agnostic, and remove...
2012-06-07 David LevineRemoved faceproc support, deprecated in nmh 1.5.
2012-05-10 David LevineWrap local part (username) of address with double quote...
2012-04-20 Ken HornsteinImplment -noatfile in a different way; it turns out...
2012-04-12 David LevineUndid wrapping of setjmp() and sigsetjmp() of
2012-04-06 Ken HornsteinAdd support for -fmtproc and -nofmtproc switches to...
2012-03-27 David LevineRemoved hostable relics from h/mts.h and sbr/mts.c.
2012-03-27 David LevineRemoved the hostable option from mts.conf because it...
2012-03-24 David LevineEnsure that escape_display_name() can't overrun a buffer.
2012-03-24 Ken HornsteinRevert commit 255d4c646c0d7aa6b049052fef47fa083b1b1506...
2012-03-23 David LevineAdded function escape_display_name() to double quote...
2012-03-21 Ken HornsteinSupport for readline command history, editing, and...
2012-03-20 Ken HornsteinBasic work to add arguments to formatproc calls.
2012-03-16 Ken HornsteinMake -attach Nmh-Attachment & -attachformat 1 the default.
2012-03-15 Ken HornsteinClean up prototypes.
2012-03-13 Ken HornsteinCreate proper prototypes for formataddr() and concataddr().
2012-03-12 Ken HornsteinSMTPMTS has been the default for over a decade, so...
2012-03-07 David LevineRemoved all traces of rmfproc. It had been used by...
2012-03-05 Ken HornsteinChange this to use "uint32_t" for a 32-bit type, otherw...
2012-02-29 Ken HornsteinPart of the patch from bug #4301; clean up our prototyp...
2012-02-26 Ken HornsteinFinally, some support for mh-format when using forw...
2012-02-17 Ken HornsteinSigh. Looks like we need a function after all; create...
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
2012-02-03 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-02-03 Ken HornsteinConvert from the poorly-named and confusing adrsprintf...
2012-01-31 Ken HornsteinAdd support for calling an external format program...
2012-01-20 Ken HornsteinConvert the build system over to the use of Automake.
2012-01-17 David LevineWell the wrap of vfork() calls didn't work: its semant...
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2012-01-16 David LevineFixed build on Cygwin by adding configure check for...
2012-01-13 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-13 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 Ken HornsteinCreate two new mh-format functions: %(putlit) and ...
2012-01-09 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-09 Ken HornsteinRemove OS-specific defines. As part of it, remove...
2012-01-09 Ken HornsteinWe are making POSIX signal support a requirement; remov...
2012-01-09 Ken HornsteinSwitch from using RETSIGTYPE via autoconf to void,...
2012-01-08 David LevineRemoved unused bcmp, bcopy, bcpy, and bzero #defines.
2012-01-08 David LevineWrapped #include of config.h with #ifdef HAVE_CONFIG_H...
2012-01-07 David LevineMerge branch 'fileproc_mhlproc_to_post'
2012-01-06 Ken HornsteinMove definition of LINK to mh header file, and garbage...
2012-01-06 Ken HornsteinGarbage collect all of the builtin ftp client support.
2012-01-06 Ken HornsteinGarbage-collect RPATHS support.
2012-01-04 Lyndon NerenbergRemove overrides for 'broken' stat macros.
2012-01-04 Lyndon NerenbergNuke directory processing conditionals; use dirent.h.
2012-01-04 Lyndon NerenbergClean up process wait to use POSIX waitpid() interface.
2012-01-04 Lyndon NerenbergImport non-Posix <arpa/ftp.h> for uip/ftpsbr.c.
2012-01-04 Lyndon NerenbergEliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
2011-12-11 David LevineRemoved netdb.h because we no longer distribute it.
2010-12-09 Ken HornsteinMassive garbage collection. Remove functionality for...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
next