| Commit message (Expand) | Author | Age | Files | Lines |
* | Added enum mdoc_disp (similar to enum mdoc_list). Display types are now | Kristaps Dzonsons | 2010-06-12 | 1 | -14/+4 |
* | Normalise SYNOPSIS behaviour after I gave up on following groff's | Kristaps Dzonsons | 2010-06-07 | 1 | -60/+66 |
* | Fixed -Tascii and -Thtml rendering of `Ft' and `Fo'. | Kristaps Dzonsons | 2010-06-06 | 1 | -13/+23 |
* | Fix following the first: `Ft' is given special treatment if specified before | Kristaps Dzonsons | 2010-06-04 | 1 | -0/+4 |
* | Fixed `Fn' newline behaviour and added some regression tests to this | Kristaps Dzonsons | 2010-06-04 | 1 | -1/+2 |
* | Documented `In' in full. | Kristaps Dzonsons | 2010-06-04 | 1 | -16/+4 |
* | Fixed `Fd' to format in the right way. Found when confused by what the | Kristaps Dzonsons | 2010-06-04 | 1 | -12/+11 |
* | Consolidated list processing to a single loop in mdoc_validate.c. This | Kristaps Dzonsons | 2010-06-03 | 1 | -5/+4 |
* | Remove enum mdocargerr from phrase() (unused). | Kristaps Dzonsons | 2010-05-31 | 1 | -0/+1 |
* | Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. This | Kristaps Dzonsons | 2010-05-30 | 1 | -22/+19 |
* | Moved printing of empty word [back] into mdoc_action.c so that it's not | Kristaps Dzonsons | 2010-05-29 | 1 | -2/+0 |
* | Commit of patch floated on discuss@ a few days ago: if an in_line scope | Kristaps Dzonsons | 2010-05-29 | 1 | -0/+2 |
* | Fix segfault in mixing old enum types for -Thtml -mdoc. | Kristaps Dzonsons | 2010-05-24 | 1 | -2/+2 |
* | Increase performance by stashing the list type in struct mdoc_node. | Kristaps Dzonsons | 2010-05-17 | 1 | -79/+34 |
* | Enable the unified error/warning enumeration in mandoc.h that's | Kristaps Dzonsons | 2010-05-17 | 1 | -2/+6 |
* | Documented ie/el. | Kristaps Dzonsons | 2010-05-17 | 1 | -2/+3 |
* | LIBRARY can also occur in section 9. | Kristaps Dzonsons | 2010-05-15 | 1 | -2/+2 |
* | Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section. | Kristaps Dzonsons | 2010-05-13 | 1 | -6/+7 |
* | Fixed %T: it now correctly underlines, instead of quoting (noted by Jason McI... | Kristaps Dzonsons | 2010-04-08 | 1 | -10/+2 |
* | Bug in printing of reserved words with form \*[xxx] fixed (found by Joerg Son... | Kristaps Dzonsons | 2010-04-07 | 1 | -0/+1 |
* | Let `Bl' accept arguments on the head line with a warning (these are ignored ... | Kristaps Dzonsons | 2010-04-06 | 1 | -0/+2 |
* | `Fl' now correctly suppresses the trailing space if followed by macros on the... | Kristaps Dzonsons | 2010-04-06 | 1 | -2/+2 |
* | Fix in `Mt' mailto from a patch by Tim van der Molen. | Kristaps Dzonsons | 2010-04-05 | 1 | -36/+41 |
* | Merged patch by Ingo Schwarze allowing `Xr' to pass through with no arguments... | Kristaps Dzonsons | 2010-04-03 | 1 | -0/+3 |
* | Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an... | Kristaps Dzonsons | 2010-03-29 | 1 | -1/+1 |
* | Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S... | Kristaps Dzonsons | 2010-01-30 | 1 | -2/+5 |
* | Fixed Makefile for `make lint' dep. on config.h | Kristaps Dzonsons | 2010-01-29 | 1 | -1/+1 |
* | Big check-in of compatibility layer. This should work on most major architec... | Kristaps Dzonsons | 2010-01-01 | 1 | -6/+8 |
* | Documented `Fl' in mdoc.7. | Kristaps Dzonsons | 2010-01-01 | 1 | -16/+4 |
* | `Fl' has each argument be in a separate scope (thanks Ingo Schwarze). | Kristaps Dzonsons | 2010-01-01 | 1 | -3/+24 |
* | Fixed handling of exampledir (pointed out by Ulrich Sporlein, forgotten, disc... | Kristaps Dzonsons | 2009-12-02 | 1 | -2/+2 |
* | Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1). | Kristaps Dzonsons | 2009-11-16 | 1 | -3/+1 |
* | 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 |