| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | More lint fixes. | Kristaps Dzonsons | 2009-10-30 | 1 | -1/+0 |
* | Lint fixes. | Kristaps Dzonsons | 2009-10-30 | 1 | -1/+1 |
* | Continued safe handling of allocations. | Kristaps Dzonsons | 2009-10-30 | 1 | -9/+11 |
* | Added newline after block-level closing tags (suggested by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-30 | 1 | -3/+3 |
* | Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -m... | Kristaps Dzonsons | 2009-10-28 | 1 | -31/+13 |
* | Removed superfluous memset (thanks Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-28 | 1 | -8/+6 |
* | Fixed un-reset buffer in `.In', -Thtml, -mdoc. | Kristaps Dzonsons | 2009-10-28 | 1 | -0/+48 |
* | Added "summary" tag to tables in order to silence HTML-tidy's complaints. | Kristaps Dzonsons | 2009-10-27 | 1 | -0/+1 |
* | Portability: replaced queue macros in html.c (Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-26 | 1 | -16/+12 |
* | More updates to mdoc.7. | Kristaps Dzonsons | 2009-10-20 | 1 | -0/+1 |
* | Moved output definitions into main.h. | Kristaps Dzonsons | 2009-10-13 | 1 | -0/+1 |
* | Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein). | Kristaps Dzonsons | 2009-10-13 | 1 | -4/+8 |
* | Scaling factor made floating point (as per groff.7) and, e.g., gnu/usr.bin/cv... | Kristaps Dzonsons | 2009-10-09 | 1 | -2/+6 |
* | Fixed side-effect of linting (oops). | Kristaps Dzonsons | 2009-10-07 | 1 | -4/+5 |
* | Lint-ified. | Kristaps Dzonsons | 2009-10-07 | 1 | -2/+4 |
* | Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling (bett... | Kristaps Dzonsons | 2009-10-07 | 1 | -2/+9 |
* | Additions to -Tman -Thtml: all structural components tested & in place. | Kristaps Dzonsons | 2009-10-07 | 1 | -2/+54 |
* | Example style-sheet reflecting modified section/subsection style tags. | Kristaps Dzonsons | 2009-10-04 | 1 | -0/+1 |
* | Lintified (noops). | Kristaps Dzonsons | 2009-10-03 | 1 | -5/+3 |
* | Fixed mandoc.1 examples (new -Thtml options). | Kristaps Dzonsons | 2009-10-03 | 1 | -2/+95 |
* | Added the -oincludes=FMT option. | Kristaps Dzonsons | 2009-10-03 | 1 | -3/+6 |
* | Element tag buffer is now part of struct html. | Kristaps Dzonsons | 2009-10-03 | 1 | -9/+8 |
* | Added Bf, Pf, etc. to -Thtml. | Kristaps Dzonsons | 2009-09-24 | 1 | -1/+2 |
* | Split html.c into html.h, mdoc_html.c, man_html.c. | Kristaps Dzonsons | 2009-09-21 | 1 | -1683/+7 |
* | Removed man handling in -Thtml (for now). | Kristaps Dzonsons | 2009-09-21 | 1 | -40/+13 |
* | Fix height of hard-breaks in -Thtml. | Kristaps Dzonsons | 2009-09-21 | 1 | -3/+9 |
* | Consolidation of Pp/sp/br/Lp stuff. | Kristaps Dzonsons | 2009-09-21 | 1 | -19/+28 |
* | Fix in outopts processing. | Kristaps Dzonsons | 2009-09-21 | 1 | -1/+1 |
* | Fixed body/divbody structure of html pages. | Kristaps Dzonsons | 2009-09-21 | 1 | -9/+16 |
* | getsubopt() is in unistd.h, not stdlib.h (error in xBSD manuals). | Kristaps Dzonsons | 2009-09-21 | 1 | -0/+1 |
* | Lint pass (OpenBSD-alpha). Noops. | Kristaps Dzonsons | 2009-09-21 | 1 | -4/+2 |
* | Removed new-born out.{h,c} (not a good idea). | Kristaps Dzonsons | 2009-09-21 | 1 | -14/+120 |
* | Added example stylesheet. | Kristaps Dzonsons | 2009-09-21 | 1 | -1/+1 |
* | Tentative addition of front-end utility functions (out.h) (not sure if it's n... | Kristaps Dzonsons | 2009-09-21 | 1 | -234/+396 |
* | Using inline-blocks for header and footer (works much better). | Kristaps Dzonsons | 2009-09-20 | 1 | -57/+41 |
* | Headers and footers in -Thtml. Various minor additions. | Kristaps Dzonsons | 2009-09-20 | 1 | -18/+250 |
* | Bl -column in place for -Thtml. | Kristaps Dzonsons | 2009-09-20 | 1 | -3/+25 |
* | Some extra html tags and near-complete Bl: -tag is hopeless (synonym for -han... | Kristaps Dzonsons | 2009-09-20 | 1 | -181/+201 |
* | Fixed memory leak on close. | Kristaps Dzonsons | 2009-09-20 | 1 | -0/+3 |
* | Considerable, wide-ranging improvements to the -Thtml output mode (most espec... | Kristaps Dzonsons | 2009-09-20 | 1 | -101/+165 |
* | Consider html fixes, most importantly -tag and -hang (breaks in IE6, apparent... | Kristaps Dzonsons | 2009-09-17 | 1 | -90/+438 |
* | Hang lists in html (the hard one first). | Kristaps Dzonsons | 2009-09-17 | 1 | -13/+295 |
* | More html. | Kristaps Dzonsons | 2009-09-17 | 1 | -19/+151 |
* | ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding). | Kristaps Dzonsons | 2009-09-17 | 1 | -3/+29 |
* | More updates to html.c. | Kristaps Dzonsons | 2009-09-16 | 1 | -149/+298 |
* | Made tree/term/out() functions return void. | Kristaps Dzonsons | 2009-09-16 | 1 | -0/+638 |
* | Purged all old files in favour of new design. Selective reintegration. | Kristaps Dzonsons | 2008-12-15 | 1 | -1085/+0 |
* | *** empty log message *** | Kristaps Dzonsons | 2008-12-12 | 1 | -0/+4 |
* | Prettier HTML. | Kristaps Dzonsons | 2008-12-10 | 1 | -3/+16 |
* | *** empty log message *** | Kristaps Dzonsons | 2008-12-10 | 1 | -99/+83 |