summaryrefslogtreecommitdiffstats
path: root/html.c
Commit message (Expand)AuthorAgeFilesLines
...
* Modified version of Ingo Schwarze's patch for hyphen-breaking.Kristaps Dzonsons2010-05-251-15/+14
* Fix to auto-closing of LINK tag in -Txhtml (thanks to Daniel Friesel).Kristaps Dzonsons2010-04-121-1/+1
* Removed pipe from front-end ("typographic") recognition as punctuation (noted...Kristaps Dzonsons2010-04-081-2/+4
* Removed erroneous `{' and `}' as punctuation (see mdoc.samples "General Synta...Kristaps Dzonsons2010-04-031-4/+2
* Fixed printing of XHTML DOCTYPE "html" vs. "HTML".Kristaps Dzonsons2010-02-171-1/+5
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S...Kristaps Dzonsons2010-01-301-1/+0
* Mandate html attributes for xhtml.Kristaps Dzonsons2010-01-301-5/+27
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-291-14/+81
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-5/+4
* Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1).Kristaps Dzonsons2009-11-161-1/+1
* Abstraction of -Thtml -man font setting (still experimental).Kristaps Dzonsons2009-11-161-15/+36
* \f escapes appear to work properly for -Thtml -man. Needs more testing.Kristaps Dzonsons2009-11-151-1/+5
* Initial check-in of -man -Thtml \f support (needs testing).Kristaps Dzonsons2009-11-141-4/+46
* Removed superfluous HTML_NEWLINE.Kristaps Dzonsons2009-11-141-10/+1
* Fix of fix of -Thtml nospace.Kristaps Dzonsons2009-11-141-3/+3
* Fixed \c handling in -Thtml.Kristaps Dzonsons2009-11-141-5/+9
* Fixed \c support for all input and output modes (documented in mandoc_char.7).Kristaps Dzonsons2009-11-121-0/+3
* Lint fixes in function call.Kristaps Dzonsons2009-11-101-6/+6
* Documented \s and cleaned up \f documentation in mdoc.7, man.7.Kristaps Dzonsons2009-11-091-107/+34
* Documented that `\s' and `\f' don't work in HTML mode (and why).Kristaps Dzonsons2009-11-051-15/+13
* Added mandoc_a2time() for proper date conversion.Kristaps Dzonsons2009-11-021-1/+2
* Lint fix.Kristaps Dzonsons2009-11-011-1/+1
* Using putchar for single-character prints (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-11-011-5/+5
* print_encode() using strcspn instead of looping/putchar() (noted by Joerg Son...Kristaps Dzonsons2009-11-011-12/+12
* Replaced putchar() loop with fwrite() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-11-011-7/+3
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-2/+2
* More lint fixes.Kristaps Dzonsons2009-10-301-1/+0
* Lint fixes.Kristaps Dzonsons2009-10-301-1/+1
* Continued safe handling of allocations.Kristaps Dzonsons2009-10-301-9/+11
* Added newline after block-level closing tags (suggested by Joerg Sonnenberger).Kristaps Dzonsons2009-10-301-3/+3
* Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -m...Kristaps Dzonsons2009-10-281-31/+13
* Removed superfluous memset (thanks Joerg Sonnenberger).Kristaps Dzonsons2009-10-281-8/+6
* Fixed un-reset buffer in `.In', -Thtml, -mdoc.Kristaps Dzonsons2009-10-281-0/+48
* Added "summary" tag to tables in order to silence HTML-tidy's complaints.Kristaps Dzonsons2009-10-271-0/+1
* Portability: replaced queue macros in html.c (Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-16/+12
* More updates to mdoc.7.Kristaps Dzonsons2009-10-201-0/+1
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-0/+1
* Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein).Kristaps Dzonsons2009-10-131-4/+8
* Scaling factor made floating point (as per groff.7) and, e.g., gnu/usr.bin/cv...Kristaps Dzonsons2009-10-091-2/+6
* Fixed side-effect of linting (oops).Kristaps Dzonsons2009-10-071-4/+5
* Lint-ified.Kristaps Dzonsons2009-10-071-2/+4
* Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling (bett...Kristaps Dzonsons2009-10-071-2/+9
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-2/+54
* Example style-sheet reflecting modified section/subsection style tags.Kristaps Dzonsons2009-10-041-0/+1
* Lintified (noops).Kristaps Dzonsons2009-10-031-5/+3
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-031-2/+95
* Added the -oincludes=FMT option.Kristaps Dzonsons2009-10-031-3/+6
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-031-9/+8
* Added Bf, Pf, etc. to -Thtml.Kristaps Dzonsons2009-09-241-1/+2
* Split html.c into html.h, mdoc_html.c, man_html.c.Kristaps Dzonsons2009-09-211-1683/+7