Added format support for zputlit function escape. It requires
[mmh] / sbr / fmt_compile.c
2012-11-05 David LevineAdded format support for zputlit function escape. ...
2012-03-20 Ken HornsteinBasic work to add arguments to formatproc calls.
2012-02-17 Ken HornsteinSigh. Looks like we need a function after all; create...
2012-02-15 Ken HornsteinAdd two new format functions: %(myhost) and %(myname).
2012-01-14 David LevineChanged types and added casts so that build is clean...
2012-01-13 Ken HornsteinAdd some comments to the format compiler and engine.
2012-01-13 Ken HornsteinCreate two new mh-format functions: %(putlit) and ...
2012-01-11 Ken HornsteinCompletely remove the use of TIME_WITH_SYS_TIME (I...
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