]> diplodocus.org Git - nmh/history - sbr/fmt_compile.c
mhbuildsbr.c: Flip logic, moving goto to then-block; no need for else.
[nmh] / sbr / fmt_compile.c
2017-08-22 Ralph CorderoyAdd ZERO(p) for the typical memset(p, 0, sizeof *p...
2017-05-29 Ralph CorderoyUse DIM(a) macro a few more times; array's dimension...
2017-05-25 Ralph Corderoysbr/fmt_compile.c: Delete single-use NEWFMT macro.
2017-05-13 Ralph CorderoyAdd FENDNULL(s): fends off NULL by giving an empty...
2017-05-12 Ralph CorderoyUse existing macros min() and max() more.
2017-04-28 Ralph CorderoyFix spelling in C comments.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-16 Ralph CorderoyRename fmt_compile.c's NEW macro to NEW_FP to avoid...
2016-10-16 Ralph CorderoyAdd macro NEW0(p) that callocs, and use it in simple...
2016-10-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
2016-10-16 Ralph CorderoyFix bug where single-character headers were sometimes...
2016-05-21 David LevineRemoved unnecessary memset on fmt_mnull: it gets initi...
2016-05-21 David LevineRemoved unnecessary memset on fmt_mnull: it gets initi...
2016-03-13 David LevineMerge branch 'master' into xoauth
2015-01-19 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-10 David LevineAdded multiply format function, requested by Norm.
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-10-28 David LevineRenamed getmymbox mh-format escape function to getmyadd...
2014-10-26 David LevineAdded getmymbox function escape.
2014-10-26 David LevineFixed memory leak in do_name() when multiple dates...
2014-10-11 David LevineAdded mh_xcalloc().
2014-05-14 Paul Foxadd $(kibi) function, as complement to %(kilo)
2014-05-14 Paul Foxrename %(units) to %(kilo)
2014-05-07 Paul Foxadd "%(units)" function, to express numbers with SI...
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-09 Ken HornsteinMerge branch 'mhshow-fixup'
2014-04-09 Ken HornsteinNow only display text and inline content by default.
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2014-01-04 Ken HornsteinSupport for sending color escape sequences retrieved...
2014-01-03 Ken HornsteinAdd support for %(hascolor), and a new function for...
2014-01-03 Ken HornsteinConvert all of the terminal functions over to terminfo...
2014-01-02 Ken HornsteinAlways emit an STR instruction for terminal escape...
2014-01-01 David LevineGive up on fmt_compile.c for now.
2014-01-01 David LevineThat didn't work. Try including termcap.h first, inste...
2014-01-01 David LevineTry including termcap.h before curses.h to see if that...
2013-12-31 Ken HornsteinIt looks like some systems also need curses.h as well...
2013-12-31 Ken HornsteinAdd support for outputing a few (limited) terminal...
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-19 Ken Hornsteinfmttest is actually starting to get useful now. Some...
2013-02-05 Ken HornsteinStart of the signed/unsigned char cleanup.
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-06 David LevineRemoved support for #ifdef LBL. It was broken anyways,
2012-11-20 David LevineFixed a couple of signed-unsigned comparisons.
2012-11-19 Ken HornsteinMerge branch 'format-memory-rework'
2012-11-19 Ken HornsteinWhoops, with the new world order we need to make sure...
2012-11-19 Ken HornsteinChange fmt_findcasecmp() to fmt_findcasecomp(). The...
2012-11-19 Ken HornsteinChange API a bit.
2012-11-17 Ken HornsteinAdd missing functions for manipulating component text.
2012-11-15 Ken HornsteinFix a few bugs:
2012-11-15 Ken HornsteinAdd some comments to explain how format loop support...
2012-11-15 Ken HornsteinAdd refcounting to struct comp.
2012-11-15 Ken HornsteinBeginnings of the changes to fmt_compile for memory...
2012-11-13 Ken HornsteinChange %(putlit) and %(zputlit) to take TF_EXPR instead...
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 HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 Ken HornsteinAdd some comments to the format compiler and engine.
2012-01-13 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
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