Fix uip/whom.c for C89 compatibility
[mmh] / uip / flist.c
2016-09-18 Philipp Takacsredesign version string
2016-04-09 m@mmmmarascio.xyzReplace getcpy() and strdup() with mh_xstrdup()
2016-03-25 m@mmmmarascio.xyzremove unnecessary casts
2016-03-17 m@mmmmarascio.xyzReplace mh_xmalloc() 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
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 schnalkeflist: Removed the hidden -total switch.
2012-05-01 markus schnalkeRenamed -version switch to -Version to remove the confl...
2012-03-27 markus schnalkeChanged types and added casts so that build is clean...
2012-03-27 markus schnalkeRemove some unused macros.
2012-01-05 markus schnalkeExplicit checks for return values of strcmp().
2012-01-05 markus schnalkeRemoved isprefix() and replaced it with strncmp().
2012-01-04 markus schnalkeRenamed all standard sequences (e.g. cur->c) and made...
2012-01-04 markus schnalkeActivated a default unseen sequence; updated man pages...
2011-12-09 markus schnalkes/pfolder/curfolder/g
2011-12-09 markus schnalkeCompletely reworked the path convertion functions
2011-11-20 markus schnalkeCosmetic change
2011-11-20 markus schnalkeThe existence of the profile entry Path is already...
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-05 markus schnalkeRenamed ssequal() to isprefix(), because that's what...
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...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-04-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2006-02-21 Josh Bressers* h/utils.h, sbr/utils.c, uip/flist.c, uip/folder.c...
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...
2005-11-02 Oliver Kiddlespeed up flist by skipping stat on files with numbers...
2002-11-18 Jon SteinhartThe file README-ATTACHMENTS was removed - it has been...
2000-02-04 Dan HarklessWhoever originally added the -help switch to all the...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-05-13 Dan HarklessProperly deal with relative folder names. Problem noted...
1999-04-30 Doug MorrisInitial revision