redesign version string
[mmh] / uip / repl.c
2016-09-18 Philipp Takacsredesign version string
2016-04-28 Philipp Takacsfork in repl as a tree
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()
2016-03-13 m@mmmmarascio.xyzCall context_read() before getting filter in repl
2016-01-22 Philipp Takacspipe mail throu show on repl
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 schnalkeConvert rcvdist and repl from m_getfld() to m_getfld2()
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-09-06 Philipp Takacsreplaced calloc with mh_xcalloc
2015-08-27 markus schnalkeDrop register storage class
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-01-16 Philipp TakacsReplace done with exit at uip
2015-01-14 markus schnalkeUse execprog() instead of system() ... partly transition
2012-06-04 markus schnalkeRemoved configure flag --disable-locale and have it...
2012-05-05 markus schnalkeRequire at least 2 chars for `no' variants of switches.
2012-05-05 markus schnalkeAdded comment and removed whitespace.
2012-05-01 markus schnalkeRenamed -version switch to -Version to remove the confl...
2012-05-01 markus schnalkeBring in all of the mh-e support that is actually used
2012-04-30 markus schnalkeRemoved the -noeditor switches and made them replaceabl...
2012-04-30 markus schnalkeRemoved -nowhatnowproc switch as it does nothing useful.
2012-03-27 markus schnalkeRemoved unused parameter of replout().
2012-03-27 markus schnalkeProper field initialization.
2012-03-24 markus schnalkeRemoved personal flavor for ISI.
2012-03-24 markus schnalkeclosefds() doesn't seem relevant or large enough to...
2012-03-23 markus schnalkeforw,repl: Replaced internal annotate() call with invok...
2012-03-22 markus schnalkeRewrote late declations, which are part of C99, but...
2012-03-22 markus schnalkeRemoved the mhlproc profile entry. Call mhl directly.
2012-03-20 markus schnalkeanno: Undid the ``preserve argument hack''.
2012-02-10 markus schnalkeRemoved the -clear switch from mhl.
2012-02-10 markus schnalkeRemoved `-format string' switches but made -form accept...
2012-02-09 markus schnalkeAugmented new_fs() with an additional argument for...
2012-02-09 markus schnalkerepl: renamed -noformat to -nofilter; removed -format...
2012-02-09 markus schnalkerepl: Changed the meaning of -mime: It's now orthogonal...
2012-02-09 markus schnalkeMerged replsbr.c into repl.c.
2012-02-09 markus schnalkeRemoved the -fcc switch from repl(1).
2012-02-08 markus schnalkeAnnotations will always be done inplace from now on.
2012-01-28 markus schnalkeRemoved the -width switch from send, spost and repl.
2012-01-04 markus schnalkeRenamed all standard sequences (e.g. cur->c) and made...
2012-01-03 markus schnalkeRelayouted all switch statements: case aligns with...
2011-12-09 markus schnalkes/pfolder/curfolder/g
2011-12-09 markus schnalkeCompletely reworked the path convertion functions
2011-11-20 markus schnalkeThe existence of the profile entry Path is already...
2011-11-05 markus schnalkeImproved pluspath() and used it instead of path() where...
2011-11-05 markus schnalkeIntroduced FDEF and FCUR for speaking arguments to...
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-30 markus schnalkeRemoved the draft message in favor for a consistent...
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
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...
2006-04-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-02-04 Dan HarklessWhoever originally added the -help switch to all the...
2000-01-06 Ruud de Rooij * Move mhtest from bindir to libdir.
1999-10-17 Ruud de Rooij * Changed repl defaults to partly revert to MH behaviour:
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision