add irc channel to README
[mmh] / sbr / m_convert.c
2015-11-10 Philipp Takacscheck for (un)selection befor (un)set
2015-11-10 Philipp Takacshandle hghsel lowsel and numsel in (un)set_selected
2015-11-06 Philipp Takacscheck for (un)selection befor (un)set
2015-11-05 Philipp Takacshandle hghsel lowsel and numsel in (un)set_selected
2015-08-27 markus schnalkeDrop register storage class
2015-04-10 markus schnalkeMove #include from h/mh.h to source files
2012-03-27 markus schnalkeChanged types and added casts so that build is clean...
2012-01-05 markus schnalkeExplicit checks for return values of strcmp().
2012-01-05 markus schnalkeRemoved isprefix() and replaced it with strncmp().
2012-01-05 markus schnalkeRefactoring in sbr/m_convert.c
2012-01-05 markus schnalkeReserved special sequence names may be upper case too...
2012-01-05 markus schnalkeMuch more straight-forward handling of the beyond sequence.
2012-01-04 markus schnalkeVarious minor cleanups in sbr/m_convert.c.
2012-01-04 markus schnalkes/ALLOW_NEW/ALLOW_BEYOND/
2012-01-04 markus schnalkeRenamed all standard sequences (e.g. cur->c) and made...
2012-01-04 markus schnalkeActivated default sequence negation (exclamation mark).
2011-12-09 markus schnalke"." is no longer an alias for "cur"
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-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2002-08-23 Jon SteinhartAdded external program hooks.
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-04-30 Doug MorrisInitial revision