Added -clobber switch to mhstore(1) [Bug #11160].
[mmh] / uip / mhstore.c
2012-09-15 David LevineAdded -clobber switch to mhstore(1) [Bug #11160].
2012-06-14 Ken HornsteinMake the base64 encoder endian-agnostic, and remove...
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-02-29 Ken HornsteinPart of the patch from bug #4301; clean up our prototyp...
2012-01-09 Ken HornsteinSwitch from using RETSIGTYPE via autoconf to void,...
2012-01-08 David Levinegcc -Wempty-body warned that the check of the result...
2012-01-04 Lyndon NerenbergClean up process wait to use POSIX waitpid() interface.
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-08-14 Eric Gillespie * h/mhparse.h: Move interfaces also used by mhbuildsbr...
2008-06-02 Peter MaydellWhen building on gcc, use noreturn attribute on adios...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2007-11-04 Joel ReicherRefactor cts pointer and free()ing on abnormal exit...
2007-11-04 Joel ReicherChange link-time overriding of done() to run-time reass...
2006-04-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2006-04-11 Joel ReicherCreated app_msgarg() (append message arg) and a simple...
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...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...
2000-09-08 Shantonu SenUpdated #include's to point to new location of mts...
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-04-30 Doug MorrisInitial revision