Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ↵ | Kristaps Dzonsons | 2009-10-22 | 1 | -6/+2 | |
| | | | | Noted by Ulrich Sporlein. | |||||
* | Made sure devices and formats recognise that -man and -mdoc have different ↵ | Kristaps Dzonsons | 2009-10-18 | 1 | -6/+4 | |
| | | | | syntax for scaling widths: -mdoc assumes no unit means that the value is a string literal while -man instead uses the default vertical/horizontal scale. | |||||
* | Moved output definitions into main.h. | Kristaps Dzonsons | 2009-10-13 | 1 | -0/+1 | |
| | | | | Pushed terminal_{mdoc,man} into {mdoc,man}_term.c. | |||||
* | RS tags implemented for -Tman -Thtml. | Kristaps Dzonsons | 2009-10-09 | 1 | -1/+33 | |
| | ||||||
* | Consolidated some -man -Tascii functions. | Kristaps Dzonsons | 2009-10-08 | 1 | -14/+128 | |
| | | | | Added many -man -Thtml functions (almost complete). | |||||
* | Additions to -Tman -Thtml: all structural components tested & in place. | Kristaps Dzonsons | 2009-10-07 | 1 | -144/+137 | |
| | | | | Fitted both -Thtml with handling of arbitrary vertical and horizontal scaling units (see groff(7)). Undocumented until fitted into -Tascii (next release). | |||||
* | Structural components of -man -Thtml in place (note that HP is the same as ↵ | Kristaps Dzonsons | 2009-10-04 | 1 | -20/+77 | |
| | | | | IP, as HTML doesn't "do" this construction without fixed page widths). | |||||
* | Initial IP implementation in -Thtml -man. | Kristaps Dzonsons | 2009-10-04 | 1 | -5/+92 | |
| | ||||||
* | SS, SH, PP, P, LP, br, sp tags in -man -Thtml. | Kristaps Dzonsons | 2009-10-04 | 1 | -9/+302 | |
| | ||||||
* | Added initial -man framework for -Thtml. | Kristaps Dzonsons | 2009-10-03 | 1 | -1/+96 | |
| | ||||||
* | Element tag buffer is now part of struct html. | Kristaps Dzonsons | 2009-10-03 | 1 | -0/+1 | |
| | | | | | | | buffmt() can be called in sequence. Noted BUFSIZ-sized buffer in CAVEATS (attribute length for link formats). Added -oman=FMT -Thtml option for `Xr' manual links. Removed -obase=URI -Thtml option (obsolete). | |||||
* | Split html.c into html.h, mdoc_html.c, man_html.c. | Kristaps Dzonsons | 2009-09-21 | 1 | -0/+30 | |