aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
...
* Added the -oincludes=FMT option.Kristaps Dzonsons2009-10-031-22/+63
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-031-68/+142
* SYNOPSIS functions in -Thtml text-indent and group paramters (as nroff does).Kristaps Dzonsons2009-09-261-18/+25
* Fixed -Thtml handling of -compact lists.Kristaps Dzonsons2009-09-261-22/+51
* Fixed `Bd' prior vertical space (was ignoring -compact).Kristaps Dzonsons2009-09-261-2/+2
* Lint check (noop).Kristaps Dzonsons2009-09-251-2/+2
* Changed -Thtml document header to be 10/80/10 with no wrapping of the middle.Kristaps Dzonsons2009-09-251-4/+4
* -Tascii correctly prints `%T' in `Rs' with quotes.Kristaps Dzonsons2009-09-241-14/+94
* Lint-fixes (noop).Kristaps Dzonsons2009-09-241-3/+3
* Proper handling of `Rs' blocks in -Thtml.Kristaps Dzonsons2009-09-241-15/+9
* Fix in -Tascii where `Lb' causes line-break in any section (should only happe...Kristaps Dzonsons2009-09-241-5/+29
* Sync'd example style-sheet to be more like OpenBSD's default (KISS).Kristaps Dzonsons2009-09-241-7/+78
* Added Bf, Pf, etc. to -Thtml.Kristaps Dzonsons2009-09-241-37/+139
* Many more macros added to -Thtml.Kristaps Dzonsons2009-09-241-15/+221
* Fix segfault in -Thtml column lists.Kristaps Dzonsons2009-09-221-2/+2
* A few more macros in -Thtml.Kristaps Dzonsons2009-09-211-11/+96
* Split html.c into html.h, mdoc_html.c, man_html.c.Kristaps Dzonsons2009-09-211-0/+1617