mh_xstrdup arguments now const
[mmh] / uip / mhl.c
2016-09-18 Philipp Takacsredesign version string
2016-04-22 Philipp TakacsMerge branch 'm_getfld2-meillo' into master
2016-04-09 m@mmmmarascio.xyzReplace getcpy() and strdup() with mh_xstrdup()
2016-03-25 m@mmmmarascio.xyzReplace free() with mh_free0()
2016-03-25 m@mmmmarascio.xyzremove unnecessary casts
2016-03-17 m@mmmmarascio.xyzReplace mh_xmalloc() with mh_xcalloc()
2015-12-13 Philipp TakacsRevert "add free_field as standard for struct field"
2015-11-27 Philipp Takacsadd free_field as standard for struct field
2015-11-12 markus schnalkem_getfld2: ERR2 means a read error, thus name it IOERR2
2015-11-10 markus schnalkeNo error-checking for error-checking alloc functions
2015-11-10 markus schnalkeNo error-checking for error-checking alloc functions
2015-11-09 markus schnalkeConvert most of the tools from m_getfld() to m_getfld2()
2015-09-06 Philipp Takacsreplaced calloc with mh_xcalloc
2015-04-19 Philipp TakacsUse sysexits.h for better exit-codes
2015-04-10 markus schnalkeMove #include from h/mh.h to source files
2015-02-22 Philipp Takacsremove longjmp from signal handler in mhl
2015-02-14 markus schnalkeMerge branch 'master' of ssh://marmaro.de:443/var/git/mmh
2015-02-14 markus schnalkeRefactor: Use if for two-way branching; Compare against...
2015-01-17 Philipp TakacsRemove done from mhl pick and send
2012-06-22 markus schnalkemhl: Removed remaining code of obsolete -sleep switch.
2012-06-13 markus schnalkeRenamed switches variable to ease automatic text extrac...
2012-06-04 markus schnalkeRemoved configure flag --disable-locale and have it...
2012-05-16 markus schnalkeFixed mhl's -nobody switch.
2012-05-05 markus schnalkemhl: Removed unused digest features from mhl.
2012-05-01 markus schnalkeRenamed -version switch to -Version to remove the confl...
2012-04-14 markus schnalkemhl: Don't invoke the pager anymore.
2012-03-29 markus schnalkemhl: removed -folder switch and folder output for messa...
2012-03-27 markus schnalkeChanged types and added casts so that build is clean...
2012-03-27 markus schnalkeProper field initialization.
2012-03-27 markus schnalkeWe are making POSIX signal support a requirement.
2012-03-27 markus schnalkeSwitch from using RETSIGTYPE via autoconf to void.
2012-03-24 markus schnalkeIn-sourced copyip() and could make the code simpler.
2012-03-22 markus schnalkemoreproc is now Pager/defaultpager; removed -moreproc...
2012-03-20 markus schnalkes/nfs/fmtstr/
2012-02-11 markus schnalkeRemoved the now unused SOprint().
2012-02-10 markus schnalkeRemoved any knowledge of a screen length from mhl.
2012-02-10 markus schnalkeRemoved the -clear switch from mhl.
2012-02-10 markus schnalkeRemoved the -bell option from mhl.
2012-02-10 markus schnalkemoreproc will always be set in config/config.c, thus...
2012-02-10 markus schnalkeRemoved the check for hardcopy terminals. There won...
2012-02-10 markus schnalkeRemoved the -nomoreproc switch from mhl, show, mhshow.
2012-02-10 markus schnalkeMerged mhlsbr.c into mhl.c.
2011-11-01 markus schnalkeRemoved the space between function names and the openin...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2011-10-04 markus schnalkeRemoved the MTS and post; now we always use /usr/sbin...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision