| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed superfluous HTML_NEWLINE. | Kristaps Dzonsons | 2009-11-14 | 1 | -6/+5 |
* | Fixed -Thtml printing of -ohang lists (-mdoc). | Kristaps Dzonsons | 2009-10-31 | 1 | -2/+5 |
* | Patch on DragonFly BSD syntax (thanks Sascha Wildner). | Kristaps Dzonsons | 2009-10-31 | 1 | -1/+1 |
* | Using perror() instead of fprintf for failure from library functions. | Kristaps Dzonsons | 2009-10-31 | 1 | -1/+1 |
* | More lint fixes. | Kristaps Dzonsons | 2009-10-30 | 1 | -3/+4 |
* | Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -m... | Kristaps Dzonsons | 2009-10-28 | 1 | -9/+10 |
* | Fixed un-reset buffer in `.In', -Thtml, -mdoc. | Kristaps Dzonsons | 2009-10-28 | 1 | -13/+15 |
* | Added "summary" tag to tables in order to silence HTML-tidy's complaints. | Kristaps Dzonsons | 2009-10-27 | 1 | -4/+9 |
* | Portability: replaced queue macros in html.c (Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-26 | 1 | -6/+6 |
* | Full `%U' support. | Kristaps Dzonsons | 2009-10-26 | 1 | -17/+27 |
* | Added `%U' to -mdoc (doesn't render in a nice way yet). | Kristaps Dzonsons | 2009-10-24 | 1 | -0/+3 |
* | Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ... | Kristaps Dzonsons | 2009-10-22 | 1 | -7/+3 |
* | More updates to mdoc.7. | Kristaps Dzonsons | 2009-10-20 | 1 | -5/+7 |
* | Continued work on mdoc.7. | Kristaps Dzonsons | 2009-10-19 | 1 | -0/+2 |
* | Fixed -mdoc -Thtml with -item lists not to default-indent when width isn't sp... | Kristaps Dzonsons | 2009-10-19 | 1 | -0/+2 |
* | Made sure devices and formats recognise that -man and -mdoc have different sy... | Kristaps Dzonsons | 2009-10-18 | 1 | -5/+5 |
* | Added horizontal scaling units to -Tman -Tascii. | Kristaps Dzonsons | 2009-10-18 | 1 | -0/+4 |
* | Added support for `Bd -centered', which appears in newer groffs (not yet impl... | Kristaps Dzonsons | 2009-10-15 | 1 | -0/+4 |
* | Moved output definitions into main.h. | Kristaps Dzonsons | 2009-10-13 | 1 | -0/+1 |
* | `Cd' in -Thtml -mdoc correctly breaks lines. | Kristaps Dzonsons | 2009-10-10 | 1 | -0/+1 |
* | Consolidated some -man -Tascii functions. | Kristaps Dzonsons | 2009-10-08 | 1 | -10/+10 |
* | Lint-ified. | Kristaps Dzonsons | 2009-10-07 | 1 | -1/+2 |
* | Lint-ified. | Kristaps Dzonsons | 2009-10-07 | 1 | -15/+17 |
* | Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling (bett... | Kristaps Dzonsons | 2009-10-07 | 1 | -14/+44 |
* | Additions to -Tman -Thtml: all structural components tested & in place. | Kristaps Dzonsons | 2009-10-07 | 1 | -449/+390 |
* | Structural components of -man -Thtml in place (note that HP is the same as IP... | Kristaps Dzonsons | 2009-10-04 | 1 | -0/+4 |
* | Section/subsection anchor names (<a name=xxx>) replaced with (div id=xxx) (no... | Kristaps Dzonsons | 2009-10-04 | 1 | -40/+43 |
* | Added initial -man framework for -Thtml. | Kristaps Dzonsons | 2009-10-03 | 1 | -11/+6 |
* | `Fn' does not print empty ftype span. | Kristaps Dzonsons | 2009-10-03 | 1 | -13/+18 |
* | Fixed mandoc.1 examples (new -Thtml options). | Kristaps Dzonsons | 2009-10-03 | 1 | -107/+2 |
* | Added the -oincludes=FMT option. | Kristaps Dzonsons | 2009-10-03 | 1 | -21/+62 |
* | Element tag buffer is now part of struct html. | Kristaps Dzonsons | 2009-10-03 | 1 | -67/+141 |
* | SYNOPSIS functions in -Thtml text-indent and group paramters (as nroff does). | Kristaps Dzonsons | 2009-09-26 | 1 | -17/+24 |
* | Fixed -Thtml handling of -compact lists. | Kristaps Dzonsons | 2009-09-26 | 1 | -21/+50 |
* | Fixed `Bd' prior vertical space (was ignoring -compact). | Kristaps Dzonsons | 2009-09-26 | 1 | -1/+1 |
* | Lint check (noop). | Kristaps Dzonsons | 2009-09-25 | 1 | -1/+1 |
* | Changed -Thtml document header to be 10/80/10 with no wrapping of the middle. | Kristaps Dzonsons | 2009-09-25 | 1 | -3/+3 |
* | -Tascii correctly prints `%T' in `Rs' with quotes. | Kristaps Dzonsons | 2009-09-24 | 1 | -13/+93 |
* | Lint-fixes (noop). | Kristaps Dzonsons | 2009-09-24 | 1 | -2/+2 |
* | Proper handling of `Rs' blocks in -Thtml. | Kristaps Dzonsons | 2009-09-24 | 1 | -14/+8 |
* | Fix in -Tascii where `Lb' causes line-break in any section (should only happe... | Kristaps Dzonsons | 2009-09-24 | 1 | -4/+28 |
* | Sync'd example style-sheet to be more like OpenBSD's default (KISS). | Kristaps Dzonsons | 2009-09-24 | 1 | -6/+77 |
* | Added Bf, Pf, etc. to -Thtml. | Kristaps Dzonsons | 2009-09-24 | 1 | -36/+138 |
* | Many more macros added to -Thtml. | Kristaps Dzonsons | 2009-09-24 | 1 | -14/+220 |
* | Fix segfault in -Thtml column lists. | Kristaps Dzonsons | 2009-09-22 | 1 | -1/+1 |
* | A few more macros in -Thtml. | Kristaps Dzonsons | 2009-09-21 | 1 | -10/+95 |
* | Split html.c into html.h, mdoc_html.c, man_html.c. | Kristaps Dzonsons | 2009-09-21 | 1 | -0/+1617 |