Added argument to fmt_scan() to specify the buffer size.
[mmh] / uip / mhlsbr.c
2012-11-03 David LevineAdded argument to fmt_scan() to specify the buffer...
2012-06-07 David LevineRemoved faceproc support, deprecated in nmh 1.5.
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-05-07 Tom LaneFixed places in the code relying the C99-ism of declara...
2012-04-12 David LevineUndid wrapping of setjmp() and sigsetjmp() of
2012-04-02 Ken HornsteinWhoops, fix a typo in my last commit.
2012-04-02 Ken HornsteinImplement fix in 59b086daa57105e8fbd8b1e6ba60be6a845faf...
2012-03-27 David LevineRemoved the hostable option from mts.conf because it...
2012-03-25 Ken HornsteinAdd support for %(size).
2012-03-21 David LevineFixed harmless compile warnings.
2012-03-21 Ken HornsteinUse _exit() instead of exit() so our writer process...
2012-03-20 Ken HornsteinBasic work to add arguments to formatproc calls.
2012-02-29 Ken HornsteinPart of the patch from bug #4301; clean up our prototyp...
2012-02-28 David LevineRemoved blank line after "End of Forwarded Message...
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
2012-02-01 David LevineAdded #includes to pick up declaration of waitpid()
2012-01-31 Ken HornsteinWhoops, I need to make sure the buffer I pass to putcom...
2012-01-31 Ken HornsteinAdd support for calling an external format program...
2012-01-28 Ken HornsteinCreate "nowrap" flag to turn off all line wrapping.
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-14 David LevineFixed warnings from gcc -Wclobbered by adding volatile...
2012-01-14 David LevineChanged types and added casts so that build is clean...
2012-01-14 David Levinegcc -Wmissing-field-initializers noticed several struct...
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
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-04 Lyndon NerenbergEliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-06 Earl Hood#ifdef AI_ADDRCONFIG since older IPv4-only systems...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2009-12-30 David Levine * uip/mhlistsbr.c, uip/mhlsbr.c, uip/picksbr.c: cast
2009-01-16 Ken HornsteinMassive overhaul of networking code. Changes:
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2007-04-10 Joel ReicherFix for bug #11139: mhl -form mhl.reply omits '> '...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-01-02 Josh Bressers* patch #3967: Create a mh_xrealloc function to prevent...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2005-05-18 Oliver Kiddletest/report error writing to stdout
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-05-29 Shantonu SenUpdating user programs to use <h/tws> instead of <zotne...
2000-02-04 Dan HarklessWhoever originally added the -help switch to all the...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-05-13 Dan Harklessdeal with SIGPIPE so mhl doesn't print "Broken pipe...
1999-04-30 Doug MorrisInitial revision