redesign version string
[mmh] / uip / prompter.c
2016-09-18 Philipp Takacsredesign version string
2016-05-08 Philipp Takacsdon't warn if lenerr is ignored
2016-05-01 Philipp Takacsbetter error handling
2015-12-13 Philipp TakacsRevert "add free_field as standard for struct field"
2015-11-27 Philipp Takacsfix segfault in prompter
2015-11-27 Philipp Takacsadd free_field as standard for struct field
2015-11-09 markus schnalkeConvert most of the tools from m_getfld() to m_getfld2()
2015-11-03 markus schnalkeRemove dead code: FLDEOF and BODYEOF are never set
2015-10-24 Philipp Takacsset psigint befor the setjmp in prompter
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 in signalhandler of prompter
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-16 Philipp TakacsReplace done with exit at uip
2012-06-04 markus schnalkeRemoved configure flag --disable-locale and have it...
2012-05-05 markus schnalkeprompter: Various rework.
2012-05-05 markus schnalkeRequire at least 2 chars for `no' variants of switches.
2012-05-01 markus schnalkeRenamed -version switch to -Version to remove the confl...
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-26 markus schnalkeCollapse termio/termios/sgtty terminal interface down...
2012-01-03 markus schnalkeRelayouted all switch statements: case aligns with...
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!
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
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-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