aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.c
Commit message (Expand)AuthorAgeFilesLines
* More lint fixes.Kristaps Dzonsons2009-10-301-2/+1
* Lint fixes.Kristaps Dzonsons2009-10-301-2/+2
* Continued safe handling of allocations.Kristaps Dzonsons2009-10-301-10/+12
* Added newline after block-level closing tags (suggested by Joerg Sonnenberger).Kristaps Dzonsons2009-10-301-4/+4
* Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -m...Kristaps Dzonsons2009-10-281-32/+14
* Removed superfluous memset (thanks Joerg Sonnenberger).Kristaps Dzonsons2009-10-281-9/+7
* Fixed un-reset buffer in `.In', -Thtml, -mdoc.Kristaps Dzonsons2009-10-281-1/+49
* Added "summary" tag to tables in order to silence HTML-tidy's complaints.Kristaps Dzonsons2009-10-271-1/+2
* Portability: replaced queue macros in html.c (Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-17/+13
* More updates to mdoc.7.Kristaps Dzonsons2009-10-201-1/+2
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-1/+2
* Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein).Kristaps Dzonsons2009-10-131-5/+9
* Scaling factor made floating point (as per groff.7) and, e.g., gnu/usr.bin/cv...Kristaps Dzonsons2009-10-091-3/+7
* Fixed side-effect of linting (oops).Kristaps Dzonsons2009-10-071-5/+6
* Lint-ified.Kristaps Dzonsons2009-10-071-3/+5
* Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling (bett...Kristaps Dzonsons2009-10-071-3/+10
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-3/+55
* Example style-sheet reflecting modified section/subsection style tags.Kristaps Dzonsons2009-10-041-1/+2
* Lintified (noops).Kristaps Dzonsons2009-10-031-6/+4
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-031-3/+96
* Added the -oincludes=FMT option.Kristaps Dzonsons2009-10-031-4/+7
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-031-10/+9
* Added Bf, Pf, etc. to -Thtml.Kristaps Dzonsons2009-09-241-2/+3
* Split html.c into html.h, mdoc_html.c, man_html.c.Kristaps Dzonsons2009-09-211-1684/+8
* Removed man handling in -Thtml (for now).Kristaps Dzonsons2009-09-211-41/+14
* Fix height of hard-breaks in -Thtml.Kristaps Dzonsons2009-09-211-4/+10
* Consolidation of Pp/sp/br/Lp stuff.Kristaps Dzonsons2009-09-211-20/+29
* Fix in outopts processing.Kristaps Dzonsons2009-09-211-2/+2
* Fixed body/divbody structure of html pages.Kristaps Dzonsons2009-09-211-10/+17
* getsubopt() is in unistd.h, not stdlib.h (error in xBSD manuals).Kristaps Dzonsons2009-09-211-1/+2
* Lint pass (OpenBSD-alpha). Noops.Kristaps Dzonsons2009-09-211-5/+3
* Removed new-born out.{h,c} (not a good idea).Kristaps Dzonsons2009-09-211-15/+121
* Added example stylesheet.Kristaps Dzonsons2009-09-211-2/+2
* Tentative addition of front-end utility functions (out.h) (not sure if it's n...Kristaps Dzonsons2009-09-211-235/+397
* Using inline-blocks for header and footer (works much better).Kristaps Dzonsons2009-09-201-58/+42
* Headers and footers in -Thtml. Various minor additions.Kristaps Dzonsons2009-09-201-19/+251
* Bl -column in place for -Thtml.Kristaps Dzonsons2009-09-201-4/+26
* Some extra html tags and near-complete Bl: -tag is hopeless (synonym for -han...Kristaps Dzonsons2009-09-201-182/+202
* Fixed memory leak on close.Kristaps Dzonsons2009-09-201-1/+4
* Considerable, wide-ranging improvements to the -Thtml output mode (most espec...Kristaps Dzonsons2009-09-201-102/+166
* Consider html fixes, most importantly -tag and -hang (breaks in IE6, apparent...Kristaps Dzonsons2009-09-171-91/+439
* Hang lists in html (the hard one first).Kristaps Dzonsons2009-09-171-14/+296
* More html.Kristaps Dzonsons2009-09-171-20/+152
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-171-4/+30
* More updates to html.c.Kristaps Dzonsons2009-09-161-150/+299
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-0/+638
* Purged all old files in favour of new design. Selective reintegration.Kristaps Dzonsons2008-12-151-1085/+0
* *** empty log message ***Kristaps Dzonsons2008-12-121-1/+5
* Prettier HTML.Kristaps Dzonsons2008-12-101-4/+17
* *** empty log message ***Kristaps Dzonsons2008-12-101-100/+84