summaryrefslogtreecommitdiffstatshomepage
path: root/out.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed \c support for all input and output modes (documented in mandoc_char.7).Kristaps Dzonsons2009-11-121-1/+2
|
* a2roffdeco() now supports \s escapes.Kristaps Dzonsons2009-11-081-4/+10
|
* Initial abstraction of front-end decoration events (special characters, text ↵Kristaps Dzonsons2009-11-071-1/+13
| | | | decorations, etc.).
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ↵Kristaps Dzonsons2009-10-221-1/+4
| | | | Noted by Ulrich Sporlein.
* Had out.h roff-scale converters accept default unit scale (because -mdoc and ↵Kristaps Dzonsons2009-10-181-2/+3
| | | | -man differ).
* Scaling factor made floating point (as per groff.7) and, e.g., ↵Kristaps Dzonsons2009-10-091-4/+7
| | | | gnu/usr.bin/cvs/man/cvs.1.
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-0/+54
| | | | 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-28/+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/+28
necessary). More -Thtml installments.