Create two new mh-format functions: %(putlit) and %(concataddr).
authorKen Hornstein <kenh@pobox.com>
Fri, 13 Jan 2012 02:07:33 +0000 (21:07 -0500)
committerKen Hornstein <kenh@pobox.com>
Fri, 13 Jan 2012 02:07:33 +0000 (21:07 -0500)
commit162f2a7d23a18a87cad101f68ab27de057de533d
treeffc364847431f024f6d0a740e3cea828d7b2d5f7
parenta4d2c92d013879e3a2bf70260c34fffae47aa1bf
Create two new mh-format functions: %(putlit) and %(concataddr).

%(putlit) outputs a string without any space compression or control character
conversion

%(concataddr) is just like %(formataddr), except that inside of repl there
will not be any duplicate address supression.
h/fmt_compile.h
man/mh-format.man
sbr/fmt_addr.c
sbr/fmt_compile.c
sbr/fmt_scan.c
uip/fmtdump.c
uip/replsbr.c