| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugfix: never set termp->enc to the ambiguous value TERMENC_LOCALE, |  schwarze | 2018-11-28 | 1 | -4/+4 |
* | Improve the ASCII rendering of \(Po (Pound Sterling) |  schwarze | 2018-08-21 | 1 | -2/+2 |
* | Unsurprisingly, zero-width non-breaking spaces have... width 0. |  schwarze | 2018-08-18 | 1 | -3/+2 |
* | Protect against malicious manual pages containing .ll requests with |  schwarze | 2018-05-20 | 1 | -1/+7 |
* | Make sure that mandoc only goes into UTF-8 mode if the user really |  schwarze | 2018-04-13 | 1 | -3/+15 |
* | Switch ASCII rendering of the same mathematical symbols and greek |  schwarze | 2017-08-23 | 1 | -6/+6 |
* | harmless, but weird typo; found with afterstep_faq(1) |  schwarze | 2017-06-14 | 1 | -2/+2 |
* | Prepare the terminal driver for filling multiple columns in parallel, |  schwarze | 2017-06-07 | 1 | -8/+10 |
* | Basic implementation of the roff(7) .ti (temporary indent) request. |  schwarze | 2017-05-08 | 1 | -2/+6 |
* | Basic implementation of the roff(7) .ta (define tab stops) request. |  schwarze | 2017-05-07 | 1 | -2/+1 |
* | ISO C99 7.19.2.5 doesn't like mixing putchar(3) and putwchar(3) on |  schwarze | 2016-07-08 | 1 | -7/+6 |
* | Never use LC_ALL. On the one hand, it can cause misformatting. |  schwarze | 2015-11-12 | 1 | -2/+10 |
* | Major character table cleanup: |  schwarze | 2015-10-13 | 1 | -12/+9 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments |  schwarze | 2015-10-12 | 1 | -3/+1 |
* | modernize style: "return" is not a function; ok cmp(1) |  schwarze | 2015-10-06 | 1 | -10/+10 |
* | /* NOTREACHED */ after abort() is silly, delete it |  schwarze | 2015-09-26 | 1 | -2/+1 |
* | Initial, still somewhat experimental implementation to leverage |  schwarze | 2015-07-17 | 1 | -1/+5 |
* | Rounding rules for horizontal scaling widths are more complicated. |  schwarze | 2015-04-04 | 1 | -25/+19 |
* | Actually use the new man.conf(5) "output" directive. |  schwarze | 2015-03-27 | 1 | -49/+22 |
* | Clamp width and indent settings to sensible values. Ignore errors for now. |  tedu | 2015-02-16 | 1 | -3/+9 |
* | 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 |