| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement centering and adjustment to the right margin directly in |  schwarze | 2019-01-04 | 1 | -2/+4 |
* | 1. Eliminate struct eqn, instead use the existing members |  schwarze | 2017-07-08 | 1 | -3/+3 |
* | tables leak tab settings to subsequent text |  schwarze | 2017-06-17 | 1 | -1/+2 |
* | improve rounding rules for scaling units |  schwarze | 2017-06-14 | 1 | -1/+2 |
* | Implement automatic line breaking |  schwarze | 2017-06-12 | 1 | -2/+4 |
* | Prepare the terminal driver for filling multiple columns in parallel, |  schwarze | 2017-06-07 | 1 | -2/+4 |
* | Prepare the terminal driver for filling multiple columns in parallel, |  schwarze | 2017-06-07 | 1 | -9/+15 |
* | The \h escape sequence provides another method for moving backwards, |  schwarze | 2017-06-07 | 1 | -2/+3 |
* | Implement the roff(7) .mc (right margin character) request. |  schwarze | 2017-06-04 | 1 | -3/+6 |
* | Make term_flushln() simpler and more robust: |  schwarze | 2017-06-04 | 1 | -4/+4 |
* | Basic implementation of the roff(7) .ti (temporary indent) request. |  schwarze | 2017-05-08 | 1 | -1/+2 |
* | Basic implementation of the roff(7) .ta (define tab stops) request. |  schwarze | 2017-05-07 | 1 | -2/+4 |
* | Start roff formatter modules for HTML and termininal output, |  schwarze | 2017-05-04 | 1 | -5/+7 |
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. |  schwarze | 2015-11-07 | 1 | -4/+1 |
* | Major character table cleanup: |  schwarze | 2015-10-13 | 1 | -2/+1 |
* | Trailing whitespace is significant when determining the width of a tag |  schwarze | 2015-09-21 | 1 | -7/+8 |
* | Initial, still somewhat experimental implementation to leverage |  schwarze | 2015-07-17 | 1 | -1/+2 |
* | Replace the kludge for the \z escape sequence by an actual |  schwarze | 2015-04-29 | 1 | -8/+9 |
* | Rounding rules for horizontal scaling widths are more complicated. |  schwarze | 2015-04-04 | 1 | -3/+3 |
* | Third step towards parser unification: |  schwarze | 2015-04-02 | 1 | -6/+7 |
* | Use relative offsets instead of absolute pointers for the terminal |  schwarze | 2015-01-31 | 1 | -3/+2 |
* | support negative horizontal widths in man(7); |  schwarze | 2014-12-23 | 1 | -5/+3 |
* | Enforcing an arbitrary, implementation dependent, undocumented limit |  schwarze | 2014-12-19 | 1 | -5/+5 |
* | Fix the implementation and documentation of \c (continue text input line). |  schwarze | 2014-12-02 | 1 | -1/+2 |
* | header cleanup: |  schwarze | 2014-12-01 | 1 | -4/+8 |
* | remove unneccessary inclusion protection; ok schwarze |  deraadt | 2014-11-27 | 1 | -6/+1 |
* | Make the character table available to libroff so it can check the |  schwarze | 2014-10-28 | 1 | -2/+2 |
* | Improve -Tascii output for Unicode escape sequences: For the first 512 |  schwarze | 2014-10-26 | 1 | -1/+3 |
* | simplify handling of .An -[no]split for terminal output: |  schwarze | 2014-09-17 | 1 | -4/+3 |
* | Implement the traditional -h option for man(1): show the SYNOPSIS only. |  schwarze | 2014-09-03 | 1 | -1/+2 |
* | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, |  schwarze | 2014-04-20 | 1 | -3/+3 |
* | Add a new term_flushln() flag TERMP_BRIND (if break, then indent) |  schwarze | 2014-04-08 | 1 | -6/+7 |
* | Support relative arguments to .ll (increase or decrease line length). |  schwarze | 2014-03-30 | 1 | -3/+3 |
* | Implement the roff(7) .ll (line length) request. |  schwarze | 2014-03-30 | 1 | -2/+5 |
* | Do not break output lines in .Fn function arguments in SYNOPSIS mode. |  schwarze | 2013-12-25 | 1 | -1/+2 |
* | Delete the unused flag TERMP_IGNDELIM |  schwarze | 2013-12-24 | 1 | -9/+8 |
* | Polishing the worms in my favourite can, term_flushln(). |  schwarze | 2013-12-22 | 1 | -2/+3 |
* | Move the last column-counting members of struct termp (col and maxcols) |  schwarze | 2013-08-21 | 1 | -3/+3 |
* | Implement the roff(7) font-escape sequence \f(BI "bold+italic". |  schwarze | 2013-08-08 | 1 | -1/+2 |
* | Implement the roff \z escape sequence, intended to output the next |  schwarze | 2012-05-28 | 1 | -1/+2 |
* | Fix the vertical spacing around tbl(7) instances in man(7). |  schwarze | 2012-05-27 | 1 | -1/+2 |
* | Support -man -Omdoc to format man(7) manuals in mdoc(7) output style; |  schwarze | 2011-11-13 | 1 | -1/+2 |
* | Make the default left text margin configurable from the command line, |  schwarze | 2011-11-13 | 1 | -1/+2 |
* | Remove the terminal frontend flag TERMP_NOLPAD. |  schwarze | 2011-09-19 | 1 | -2/+1 |
* | sync to version 1.11.5: |  schwarze | 2011-09-18 | 1 | -1/+2 |
* | Merge release 1.11.3, almost all code by kristaps@: |  schwarze | 2011-05-29 | 1 | -41/+11 |
* | Sync tbl handling to bsd.lv release 1.10.9: |  schwarze | 2011-01-09 | 1 | -2/+2 |
* | Merge kristaps@' cleaner tbl integration, removing mine; |  schwarze | 2011-01-04 | 1 | -3/+10 |
* | Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release. |  schwarze | 2010-07-31 | 1 | -4/+6 |
* | Sync to bsd.lv; in particular, pull in lots of bug fixes. |  schwarze | 2010-07-25 | 1 | -2/+6 |