summaryrefslogtreecommitdiffstats
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.Kristaps Dzonsons2010-05-131-6/+7
* Fixed %T: it now correctly underlines, instead of quoting (noted by Jason McI...Kristaps Dzonsons2010-04-081-10/+2
* Bug in printing of reserved words with form \*[xxx] fixed (found by Joerg Son...Kristaps Dzonsons2010-04-071-0/+1
* Let `Bl' accept arguments on the head line with a warning (these are ignored ...Kristaps Dzonsons2010-04-061-0/+2
* `Fl' now correctly suppresses the trailing space if followed by macros on the...Kristaps Dzonsons2010-04-061-2/+2
* Fix in `Mt' mailto from a patch by Tim van der Molen.Kristaps Dzonsons2010-04-051-36/+41
* Merged patch by Ingo Schwarze allowing `Xr' to pass through with no arguments...Kristaps Dzonsons2010-04-031-0/+3
* Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an...Kristaps Dzonsons2010-03-291-1/+1
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S...Kristaps Dzonsons2010-01-301-2/+5
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-291-1/+1
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-6/+8
* Documented `Fl' in mdoc.7.Kristaps Dzonsons2010-01-011-16/+4
* `Fl' has each argument be in a separate scope (thanks Ingo Schwarze).Kristaps Dzonsons2010-01-011-3/+24
* Fixed handling of exampledir (pointed out by Ulrich Sporlein, forgotten, disc...Kristaps Dzonsons2009-12-021-2/+2
* Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1).Kristaps Dzonsons2009-11-161-3/+1
* Removed superfluous HTML_NEWLINE.Kristaps Dzonsons2009-11-141-6/+5
* Fixed -Thtml printing of -ohang lists (-mdoc).Kristaps Dzonsons2009-10-311-2/+5
* Patch on DragonFly BSD syntax (thanks Sascha Wildner).Kristaps Dzonsons2009-10-311-1/+1
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-1/+1
* More lint fixes.Kristaps Dzonsons2009-10-301-3/+4
* Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -m...Kristaps Dzonsons2009-10-281-9/+10
* Fixed un-reset buffer in `.In', -Thtml, -mdoc.Kristaps Dzonsons2009-10-281-13/+15
* Added "summary" tag to tables in order to silence HTML-tidy's complaints.Kristaps Dzonsons2009-10-271-4/+9
* Portability: replaced queue macros in html.c (Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-6/+6
* Full `%U' support.Kristaps Dzonsons2009-10-261-17/+27
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-0/+3
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ...Kristaps Dzonsons2009-10-221-7/+3
* More updates to mdoc.7.Kristaps Dzonsons2009-10-201-5/+7
* Continued work on mdoc.7.Kristaps Dzonsons2009-10-191-0/+2
* Fixed -mdoc -Thtml with -item lists not to default-indent when width isn't sp...Kristaps Dzonsons2009-10-191-0/+2
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-5/+5
* Added horizontal scaling units to -Tman -Tascii.Kristaps Dzonsons2009-10-181-0/+4
* Added support for `Bd -centered', which appears in newer groffs (not yet impl...Kristaps Dzonsons2009-10-151-0/+4
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-0/+1
* `Cd' in -Thtml -mdoc correctly breaks lines.Kristaps Dzonsons2009-10-101-0/+1
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-081-10/+10
* Lint-ified.Kristaps Dzonsons2009-10-071-1/+2
* Lint-ified.Kristaps Dzonsons2009-10-071-15/+17
* Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling (bett...Kristaps Dzonsons2009-10-071-14/+44
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-449/+390
* Structural components of -man -Thtml in place (note that HP is the same as IP...Kristaps Dzonsons2009-10-041-0/+4
* Section/subsection anchor names (<a name=xxx>) replaced with (div id=xxx) (no...Kristaps Dzonsons2009-10-041-40/+43
* Added initial -man framework for -Thtml.Kristaps Dzonsons2009-10-031-11/+6
* `Fn' does not print empty ftype span.Kristaps Dzonsons2009-10-031-13/+18
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-031-107/+2
* Added the -oincludes=FMT option.Kristaps Dzonsons2009-10-031-21/+62
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-031-67/+141
* SYNOPSIS functions in -Thtml text-indent and group paramters (as nroff does).Kristaps Dzonsons2009-09-261-17/+24
* Fixed -Thtml handling of -compact lists.Kristaps Dzonsons2009-09-261-21/+50
* Fixed `Bd' prior vertical space (was ignoring -compact).Kristaps Dzonsons2009-09-261-1/+1