Fix spelling errors, including binaries ones
[mmh] / sbr / m_draft.c
2016-04-09 m@mmmmarascio.xyzReplace getcpy() and strdup() with mh_xstrdup()
2016-03-25 m@mmmmarascio.xyzReplace free() with mh_free0()
2015-08-27 markus schnalkeDrop register storage class
2015-04-19 Philipp TakacsUse sysexits.h for better exit-codes
2015-01-17 Philipp Takacsremove done finaly
2012-01-05 markus schnalkeFree memory after use in m_draft().
2012-01-04 markus schnalkes/ALLOW_NEW/ALLOW_BEYOND/
2012-01-04 markus schnalkeRenamed all standard sequences (e.g. cur->c) and made...
2011-12-13 markus schnalkeCleanup in m_draft. There was some confusingly unnecess...
2011-12-09 markus schnalkeCompletely reworked the path convertion functions
2011-11-20 markus schnalkeSimplification: Removed unnecessary variable
2011-11-05 markus schnalkeImproved pluspath() and used it instead of path() where...
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...
2006-04-14 Joel ReicherGet rid of some trivial warnings; unused variables...
2006-02-20 Josh Bressers* sbr/m_draft.c, sbr/utils.c, uip/folder.c, uip/inc...
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.
1999-04-30 Doug MorrisInitial revision