summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an...Kristaps Dzonsons2010-03-291-2/+2
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S...Kristaps Dzonsons2010-01-301-3/+6
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-291-2/+2
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-7/+9
* Documented `Fl' in mdoc.7.Kristaps Dzonsons2010-01-011-17/+5
* `Fl' has each argument be in a separate scope (thanks Ingo Schwarze).Kristaps Dzonsons2010-01-011-4/+25
* Fixed handling of exampledir (pointed out by Ulrich Sporlein, forgotten, disc...Kristaps Dzonsons2009-12-021-3/+3
* Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1).Kristaps Dzonsons2009-11-161-4/+2
* Removed superfluous HTML_NEWLINE.Kristaps Dzonsons2009-11-141-7/+6
* Fixed -Thtml printing of -ohang lists (-mdoc).Kristaps Dzonsons2009-10-311-3/+6
* Patch on DragonFly BSD syntax (thanks Sascha Wildner).Kristaps Dzonsons2009-10-311-2/+2
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-2/+2
* More lint fixes.Kristaps Dzonsons2009-10-301-4/+5
* Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -m...Kristaps Dzonsons2009-10-281-10/+11
* Fixed un-reset buffer in `.In', -Thtml, -mdoc.Kristaps Dzonsons2009-10-281-14/+16
* Added "summary" tag to tables in order to silence HTML-tidy's complaints.Kristaps Dzonsons2009-10-271-5/+10
* Portability: replaced queue macros in html.c (Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-7/+7
* Full `%U' support.Kristaps Dzonsons2009-10-261-18/+28
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-1/+4
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ...Kristaps Dzonsons2009-10-221-8/+4
* More updates to mdoc.7.Kristaps Dzonsons2009-10-201-6/+8
* Continued work on mdoc.7.Kristaps Dzonsons2009-10-191-1/+3
* Fixed -mdoc -Thtml with -item lists not to default-indent when width isn't sp...Kristaps Dzonsons2009-10-191-1/+3
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-6/+6
* Added horizontal scaling units to -Tman -Tascii.Kristaps Dzonsons2009-10-181-1/+5
* Added support for `Bd -centered', which appears in newer groffs (not yet impl...Kristaps Dzonsons2009-10-151-1/+5
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-1/+2
* `Cd' in -Thtml -mdoc correctly breaks lines.Kristaps Dzonsons2009-10-101-1/+2
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-081-11/+11
* Lint-ified.Kristaps Dzonsons2009-10-071-2/+3
* Lint-ified.Kristaps Dzonsons2009-10-071-16/+18
* Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling (bett...Kristaps Dzonsons2009-10-071-15/+45
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-450/+391
* Structural components of -man -Thtml in place (note that HP is the same as IP...Kristaps Dzonsons2009-10-041-1/+5
* Section/subsection anchor names (<a name=xxx>) replaced with (div id=xxx) (no...Kristaps Dzonsons2009-10-041-41/+44
* Added initial -man framework for -Thtml.Kristaps Dzonsons2009-10-031-12/+7
* `Fn' does not print empty ftype span.Kristaps Dzonsons2009-10-031-14/+19
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-031-108/+3
* 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