| Commit message (Expand) | Author | Age | Files | Lines |
* | When showing more than one formatted manual page, insert horizontal lines |  schwarze | 2014-12-31 | 1 | -1/+15 |
* | Enforcing an arbitrary, implementation dependent, undocumented limit |  schwarze | 2014-12-19 | 1 | -1/+4 |
* | Prevent negative arguments to the .ll request from causing integer |  schwarze | 2014-11-20 | 1 | -4/+6 |
* | In -Tascii mode, print "<?>" only for Unicode escapes of unknown |  schwarze | 2014-10-28 | 1 | -3/+3 |
* | Make the character table available to libroff so it can check the |  schwarze | 2014-10-28 | 1 | -9/+11 |
* | Refine -Tascii rendering of Unicode characters, mostly to better agree |  schwarze | 2014-10-28 | 1 | -35/+35 |
* | In -Tascii mode, provide approximations even for some Unicode escape |  schwarze | 2014-10-26 | 1 | -3/+5 |
* | Improve -Tascii output for Unicode escape sequences: For the first 512 |  schwarze | 2014-10-26 | 1 | -1/+76 |
* | Implement the traditional -h option for man(1): show the SYNOPSIS only. |  schwarze | 2014-09-03 | 1 | -3/+7 |
* | typo, sorry |  schwarze | 2014-08-17 | 1 | -2/+2 |
* | While all current callers pass valid data to ascii_hspan() only, |  schwarze | 2014-08-17 | 1 | -2/+2 |
* | Some compilers apparently worry that abort() might return |  schwarze | 2014-08-14 | 1 | -2/+3 |
* | Begin cleanup of scaling units. |  schwarze | 2014-08-13 | 1 | -11/+21 |
* | Clarity with respect to floating point handling: |  schwarze | 2014-08-08 | 1 | -7/+7 |
* | Even for UTF-8 output, a non-breaking space character has the same width |  schwarze | 2014-07-27 | 1 | -2/+7 |
* | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, |  schwarze | 2014-04-20 | 1 | -26/+17 |
* | Support relative arguments to .ll (increase or decrease line length). |  schwarze | 2014-03-30 | 1 | -8/+12 |
* | Implement the roff(7) .ll (line length) request. |  schwarze | 2014-03-30 | 1 | -2/+16 |
* | The files mandoc.c and mandoc.h contained both specialised low-level |  schwarze | 2014-03-21 | 1 | -2/+2 |
* | Use a standard locale name, "UTF-8" is an ugly non-standard alias |  schwarze | 2013-06-01 | 1 | -3/+2 |
* | As requested by kristaps@, add and improve comments related to -Omdoc; |  schwarze | 2011-12-05 | 1 | -1/+5 |
* | Support -man -Omdoc to format man(7) manuals in mdoc(7) output style; |  schwarze | 2011-11-13 | 1 | -3/+8 |
* | Make the default left text margin configurable from the command line, |  schwarze | 2011-11-13 | 1 | -4/+8 |
* | Merge release 1.11.3, almost all code by kristaps@: |  schwarze | 2011-05-29 | 1 | -21/+91 |
* | Remove unnecessary conditional: term_alloc() cannot return NULL; |  schwarze | 2011-01-31 | 1 | -3/+2 |
* | Merge kristaps@' cleaner tbl integration, removing mine; |  schwarze | 2011-01-04 | 1 | -5/+2 |
* | Merge release 1.10.4 (all code by kristaps@), providing four new features: |  schwarze | 2010-07-13 | 1 | -9/+53 |
* | As a first step towards variable-width font support, |  schwarze | 2010-06-26 | 1 | -1/+14 |
* | minimal initial -Tps support, from kristaps@ GSOC |  schwarze | 2010-06-10 | 1 | -0/+128 |