Changed types and added casts so that build is clean with gcc -Wsign-compare.
[mmh] / sbr / fmt_compile.c
2012-03-27 markus schnalkeChanged types and added casts so that build is clean...
2012-03-27 markus schnalkeAdd some comments to the format compiler and engine.
2012-03-27 markus schnalkeCompletely remove the use of TIME_WITH_SYS_TIME.
2012-02-08 markus schnalkeRemoved unnecessary prototypes.
2012-01-25 markus schnalkeRemoved LBL compile condition (format: addtoseq).
2012-01-05 markus schnalkeRemoved the non-LOCALE character code and the #ifdefs...
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...
2008-08-03 Peter MaydellAdd protective 'do { ... } while (0)' wrappers to multi...
2008-08-03 Peter MaydellWhen doing an if-test on the result of a function which...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2005-05-18 Oliver KiddleCarl Mummert: add unquote() function for removing quote...
2003-08-11 Jeffrey C HonigWhen compiling format strings, nmh attempts to avoid...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-05-29 Shantonu SenUpdated sbr functions to include <h/tws.h> instead...
2000-04-09 Doug Morrisbug fix - prevents core-dumping on scan -format '1'
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-04-30 Doug MorrisInitial revision