| Commit message (Expand) | Author | Age | Files | Lines |
* | Strangely, ignoring the roff(7) .na request was implemented in the man(7) |  schwarze | 2015-01-24 | 1 | -2/+1 |
* | some scaling unit fixes: |  schwarze | 2014-12-23 | 1 | -2/+2 |
* | fix handling of roff requests having a default scale other than "n", |  schwarze | 2014-12-04 | 1 | -2/+2 |
* | Fix the implementation and documentation of \c (continue text input line). |  schwarze | 2014-12-02 | 1 | -11/+4 |
* | header cleanup: |  schwarze | 2014-12-01 | 1 | -3/+2 |
* | Add some missing OpenBSD RCS markers |  schwarze | 2014-11-28 | 1 | -1/+1 |
* | Switch HTML output to polyglot HTML5; have only one single -Thml mode. |  schwarze | 2014-10-07 | 1 | -37/+24 |
* | Clarity with respect to floating point handling: |  schwarze | 2014-08-08 | 1 | -2/+2 |
* | Audit strlcpy(3)/strlcat(3) usage. |  schwarze | 2014-04-23 | 1 | -7/+3 |
* | fix unchecked snprintf(3) in page header printing: |  schwarze | 2014-04-20 | 1 | -3/+6 |
* | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, |  schwarze | 2014-04-20 | 1 | -48/+23 |
* | Implement the roff(7) .ll (line length) request. |  schwarze | 2014-03-30 | 1 | -1/+2 |
* | To find out whether .TP head arguments are same-line or next-line arguments, |  schwarze | 2014-03-08 | 1 | -6/+11 |
* | Implement the .UR/.UE block (uniform resource identifier) introduced in the |  schwarze | 2013-10-17 | 1 | -2/+30 |
* | Cleanup naming of local variables to make the code easier on the eye: |  schwarze | 2012-11-17 | 1 | -28/+28 |
* | Minimal implementation of .EX and .EE for GNU compatibility. |  schwarze | 2012-06-02 | 1 | -2/+4 |
* | Support .OP, one of the extended man macros; from kristaps@. |  schwarze | 2012-02-26 | 1 | -11/+42 |
* | When a man document contains nothing at all except one or more invalid |  schwarze | 2011-12-04 | 1 | -1/+6 |
* | Always print <table> column widths in -T[x]html; |  schwarze | 2011-10-09 | 1 | -36/+18 |
* | Sync to version 1.12.0; all code by kristaps@: |  schwarze | 2011-10-09 | 1 | -18/+17 |
* | sync to version 1.11.7 from kristaps@ |  schwarze | 2011-09-18 | 1 | -2/+1 |
* | sync to version 1.11.5: |  schwarze | 2011-09-18 | 1 | -5/+2 |
* | clean up .HP, .IP, .TP, .nf, and \c handling in -T[x]html; |  schwarze | 2011-07-08 | 1 | -95/+33 |
* | Sync to bsd.lv (all coded by kristaps@): |  schwarze | 2011-07-05 | 1 | -8/+34 |
* | Merge release 1.11.3, almost all code by kristaps@: |  schwarze | 2011-05-29 | 1 | -12/+22 |
* | Merge version 1.10.10: |  schwarze | 2011-04-21 | 1 | -2/+7 |
* | Import the foundation for eqn(7) support. |  schwarze | 2011-03-20 | 1 | -1/+4 |
* | Clean up date handling, |  schwarze | 2011-03-07 | 1 | -8/+2 |
* | Refrain from throwing fatal errors for |  schwarze | 2011-01-17 | 1 | -3/+3 |
* | Merge from bsd.lv, original commit message by kristaps@: |  schwarze | 2011-01-16 | 1 | -3/+17 |
* | In literal context, do not generate output line breaks between macro |  schwarze | 2011-01-16 | 1 | -14/+6 |
* | If the first character of a free-form text input line is whitespace, |  schwarze | 2011-01-16 | 1 | -1/+10 |
* | Remove an unused variable, and use int for array indices (not size_t); |  schwarze | 2011-01-09 | 1 | -5/+3 |
* | Merge kristaps@' cleaner tbl integration, removing mine; |  schwarze | 2011-01-04 | 1 | -7/+6 |
* | Multiple man(7) .IP and .TP fixes started during p2k10: |  schwarze | 2011-01-04 | 1 | -22/+10 |
* | Yet another batch of -Thtml polishing from kristaps@: |  schwarze | 2010-12-25 | 1 | -29/+24 |
* | Use yet more standard HTML tags, |  schwarze | 2010-12-22 | 1 | -97/+79 |
* | Significant improvements to -Thtml by kristaps@: |  schwarze | 2010-12-19 | 1 | -96/+32 |
* | Remove `i' and `r' macro handlers. These macros, originally part of the |  schwarze | 2010-12-19 | 1 | -3/+1 |
* | Back out my .ft implementation for -Thtml. |  schwarze | 2010-12-07 | 1 | -46/+2 |
* | Never print .P, .PP, and .LP header content. |  schwarze | 2010-12-06 | 1 | -2/+5 |
* | Now that we have proper .de support in the roff(7) library, |  schwarze | 2010-11-29 | 1 | -21/+5 |
* | Implement the roff .ft (change font) request for man(7). |  schwarze | 2010-11-29 | 1 | -1/+46 |
* | Minimal glue to integrate tbl into the mandoc man(7) parser and formatter. |  schwarze | 2010-10-15 | 1 | -1/+3 |
* | Sync to bsd.lv; in particular, pull in lots of bug fixes. |  schwarze | 2010-07-25 | 1 | -18/+65 |
* | Merge release 1.10.4 (all code by kristaps@), providing four new features: |  schwarze | 2010-07-13 | 1 | -3/+2 |
* | Full .nr nS support, unbreaking the kernel manuals. |  schwarze | 2010-06-27 | 1 | -2/+3 |
* | Merge bsd.lv release 1.10.0, |  schwarze | 2010-06-06 | 1 | -2/+5 |
* | Unified error and warning message system for all of mandoc, |  schwarze | 2010-05-23 | 1 | -1/+2 |
* | implement .AT and .UC; from Joerg Sonnenberger |  schwarze | 2010-05-23 | 1 | -1/+2 |