Fix spelling errors, including binaries ones
[mmh] / uip / mhshowsbr.c
2016-04-09 m@mmmmarascio.xyzReplace getcpy() and strdup() with mh_xstrdup()
2016-03-25 m@mmmmarascio.xyzReplace free() with mh_free0()
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-14 markus schnalkeRemove unnecessary headers
2012-07-07 markus schnalkeshow: Print type of MIME part instead of error message...
2012-05-01 markus schnalkemhlist, mhbuild: Always evaluate realsizes of the MIME...
2012-04-30 markus schnalkeRework in charset code. (Includes renaming.)
2012-04-30 markus schnalkeDropped old show(1) and renamed mhshow(1) to show(1).
2012-04-14 markus schnalkemhshow: Add header and separation when displaying multi...
2012-04-14 markus schnalkemhshow: Fixed segfault. (Care that c_charset is set.)
2012-04-14 markus schnalkemhshow: Wait for children synchonously because we run...
2012-04-14 markus schnalkemhshow-show-*: Made %e escape the default, i.e. always...
2012-04-14 markus schnalkeDon't do a shell `exec' on mhshow-show-* contents to...
2012-04-14 markus schnalkeNo more mhshow-charset-* but instead automatic invocati...
2012-04-12 markus schnalkemhshow/mhstore: Removed support for retrieving message...
2012-04-11 markus schnalkeRemoved RFC 1864 (Content-MD5) support. I.e. -check...
2012-04-11 markus schnalkeDon't display multipart/parallel in parallel. Always...
2012-03-27 markus schnalkeChanged types and added casts so that build is clean...
2012-03-27 markus schnalkeWe are making POSIX signal support a requirement.
2012-03-26 markus schnalkeRemove #ifdef around use of sigsetjmp().
2012-03-26 markus schnalkeClean up process wait to use POSIX waitpid() interface.
2012-03-26 markus schnalkeChanged second argument of calls to part_ok() and type_...
2012-03-22 markus schnalkeRemoved the mhlproc profile entry. Call mhl directly.
2012-03-22 markus schnalkemoreproc is now Pager/defaultpager; removed -moreproc...
2012-03-21 markus schnalkeOn today's systems fork() will hardly fail, thus remove...
2012-02-11 markus schnalkeRemoved the now unused SOprint().
2012-02-10 markus schnalkemoreproc will always be set in config/config.c, thus...
2012-02-10 markus schnalkeRemoved the -nomoreproc switch from mhl, show, mhshow.
2012-02-08 markus schnalkeMerged h/mts.h into h/prototypes.h.
2012-01-30 markus schnalkeRemoved -pause from mhshow(1).
2012-01-05 markus schnalkeExplicit checks for return values of strcmp().
2012-01-03 markus schnalkes/vfork/fork/
2012-01-03 markus schnalkeRelayouted all switch statements: case aligns with...
2011-12-09 markus schnalkeCompletely reworked the path convertion functions
2011-11-05 markus schnalkeRenamed r1bindex() to mhbasename(), to make its functio...
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-05 markus schnalkeRemoved mhn, as it was already replaced by mhlist/mhsho...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-04-11 Oliver Kiddlemove most remaining macros out of acconfig.h which...
2008-01-25 Josh Bressers* uip/mhshowsbr.c (show_all_messages): Be more generous...
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
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-08-07 Ruud de RooijModify umask set by mhshow to enable user execute bit...
2000-05-29 Shantonu SenUpdating user programs to use <h/tws> instead of <zotne...
2000-04-06 Dan HarklessApplied Eric Schnoebelen <eric@cirr.com>'s mhshowsbr...
2000-02-28 Ruud de Rooij * Fix security hole in mhshowsbr.c which allowed untru...
1999-09-26 Ruud de Rooij * Added config.sub and config.guess to the list of...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision