| Commit message (Expand) | Author | Age | Files | Lines |
* | Make `Sm' start no-spacing after the first output word. Fix in both | Kristaps Dzonsons | 2010-07-26 | 1 | -0/+2 |
* | Add support for `Sm' in -T[x]html -mdoc. | Kristaps Dzonsons | 2010-07-23 | 1 | -1/+5 |
* | Accomodate for groff's crappy behaviour wherein an unrecognised | Kristaps Dzonsons | 2010-07-21 | 1 | -3/+9 |
* | Change chars.in HTML encoding to be a Unicode codepoint (int), which is | Kristaps Dzonsons | 2010-07-16 | 1 | -8/+16 |
* | correct lots of copyright notices; | Ingo Schwarze | 2010-07-13 | 1 | -1/+1 |
* | Give -T[x]html `Bk -words' capability. | Kristaps Dzonsons | 2010-07-06 | 1 | -4/+18 |
* | Brought function arguments and style in ine with term_word() in term.c | Kristaps Dzonsons | 2010-07-06 | 1 | -7/+7 |
* | Remove "pt" from struct roffsu, as CSS (the only reason it was there) is | Kristaps Dzonsons | 2010-06-25 | 1 | -5/+5 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | Add -Owidth=width option to mandoc -Tascii. Asked for by joerg@ about a | Kristaps Dzonsons | 2010-06-07 | 1 | -2/+0 |
* | Modified version of Ingo Schwarze's patch for hyphen-breaking. | Kristaps Dzonsons | 2010-05-25 | 1 | -15/+14 |
* | Fix to auto-closing of LINK tag in -Txhtml (thanks to Daniel Friesel). | Kristaps Dzonsons | 2010-04-12 | 1 | -1/+1 |
* | Removed pipe from front-end ("typographic") recognition as punctuation (noted... | Kristaps Dzonsons | 2010-04-08 | 1 | -2/+4 |
* | Removed erroneous `{' and `}' as punctuation (see mdoc.samples "General Synta... | Kristaps Dzonsons | 2010-04-03 | 1 | -4/+2 |
* | Fixed printing of XHTML DOCTYPE "html" vs. "HTML". | Kristaps Dzonsons | 2010-02-17 | 1 | -1/+5 |
* | Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S... | Kristaps Dzonsons | 2010-01-30 | 1 | -1/+0 |
* | Mandate html attributes for xhtml. | Kristaps Dzonsons | 2010-01-30 | 1 | -5/+27 |
* | Fixed Makefile for `make lint' dep. on config.h | Kristaps Dzonsons | 2010-01-29 | 1 | -14/+81 |
* | Big check-in of compatibility layer. This should work on most major architec... | Kristaps Dzonsons | 2010-01-01 | 1 | -5/+4 |
* | Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1). | Kristaps Dzonsons | 2009-11-16 | 1 | -1/+1 |
* | Abstraction of -Thtml -man font setting (still experimental). | Kristaps Dzonsons | 2009-11-16 | 1 | -15/+36 |
* | \f escapes appear to work properly for -Thtml -man. Needs more testing. | Kristaps Dzonsons | 2009-11-15 | 1 | -1/+5 |
* | Initial check-in of -man -Thtml \f support (needs testing). | Kristaps Dzonsons | 2009-11-14 | 1 | -4/+46 |
* | Removed superfluous HTML_NEWLINE. | Kristaps Dzonsons | 2009-11-14 | 1 | -10/+1 |
* | Fix of fix of -Thtml nospace. | Kristaps Dzonsons | 2009-11-14 | 1 | -3/+3 |
* | Fixed \c handling in -Thtml. | Kristaps Dzonsons | 2009-11-14 | 1 | -5/+9 |
* | Fixed \c support for all input and output modes (documented in mandoc_char.7). | Kristaps Dzonsons | 2009-11-12 | 1 | -0/+3 |
* | Lint fixes in function call. | Kristaps Dzonsons | 2009-11-10 | 1 | -6/+6 |
* | Documented \s and cleaned up \f documentation in mdoc.7, man.7. | Kristaps Dzonsons | 2009-11-09 | 1 | -107/+34 |
* | Documented that `\s' and `\f' don't work in HTML mode (and why). | Kristaps Dzonsons | 2009-11-05 | 1 | -15/+13 |
* | Added mandoc_a2time() for proper date conversion. | Kristaps Dzonsons | 2009-11-02 | 1 | -1/+2 |
* | Lint fix. | Kristaps Dzonsons | 2009-11-01 | 1 | -1/+1 |
* | Using putchar for single-character prints (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-11-01 | 1 | -5/+5 |
* | print_encode() using strcspn instead of looping/putchar() (noted by Joerg Son... | Kristaps Dzonsons | 2009-11-01 | 1 | -12/+12 |
* | Replaced putchar() loop with fwrite() (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-11-01 | 1 | -7/+3 |
* | Using perror() instead of fprintf for failure from library functions. | Kristaps Dzonsons | 2009-10-31 | 1 | -2/+2 |
* | 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 |