summaryrefslogtreecommitdiffstatshomepage
path: root/out.c
Commit message (Collapse)AuthorAgeFilesLines
* Scaling factor made floating point (as per groff.7) and, e.g., ↵Kristaps Dzonsons2009-10-091-6/+30
| | | | gnu/usr.bin/cvs/man/cvs.1.
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-0/+102
| | | | Fitted both -Thtml with handling of arbitrary vertical and horizontal scaling units (see groff(7)). Undocumented until fitted into -Tascii (next release).
* Removed new-born out.{h,c} (not a good idea).Kristaps Dzonsons2009-09-211-113/+0
| | | | | Removed if 0 for HTML-mode output (why not). Added option -oxxxx for passing options to output devices.
* Tentative addition of front-end utility functions (out.h) (not sure if it's ↵Kristaps Dzonsons2009-09-211-0/+113
necessary). More -Thtml installments.