| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup, no functional change: |  schwarze | 2018-12-13 | 1 | -48/+0 |
* | Cleanup, no functional change: |  schwarze | 2018-12-13 | 1 | -35/+3 |
* | Simplify by creating struct roff_node syntax tree nodes for tbl(7) |  schwarze | 2017-07-08 | 1 | -5/+5 |
* | 1. Eliminate struct eqn, instead use the existing members |  schwarze | 2017-07-08 | 1 | -7/+7 |
* | Complete rewrite of the lexer in a single function with four operation |  schwarze | 2017-06-26 | 1 | -3/+4 |
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. |  schwarze | 2015-11-07 | 1 | -4/+1 |
* | Abolish struct tbl_head and replace it by an "int col" member in |  schwarze | 2015-01-30 | 1 | -3/+1 |
* | * Polish tbl(7) error reporting. |  schwarze | 2015-01-28 | 1 | -2/+2 |
* | For now, it can't be helped that mandoc tbl(7) ignores high-level macros, |  schwarze | 2015-01-28 | 1 | -6/+6 |
* | blank lines in tables do not need special handling; simplifies code |  schwarze | 2015-01-21 | 1 | -2/+2 |
* | simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional change |  schwarze | 2015-01-14 | 1 | -3/+3 |
* | header cleanup: |  schwarze | 2014-12-01 | 1 | -3/+3 |
* | remove unneccessary inclusion protection; ok schwarze |  deraadt | 2014-11-27 | 1 | -5/+1 |
* | Report arguments to .EQ as an error, and simplify the code: |  schwarze | 2014-10-25 | 1 | -2/+2 |
* | Implement in-line equations, much needed by Xenocara manuals. |  schwarze | 2014-10-16 | 1 | -11/+15 |
* | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, |  schwarze | 2014-04-20 | 1 | -3/+3 |
* | The name "struct tbl" was badly misleading for two reasons: |  schwarze | 2013-05-31 | 1 | -2/+2 |
* | sync to version 1.11.5: |  schwarze | 2011-09-18 | 1 | -6/+22 |
* | Merge version 1.11.1: |  schwarze | 2011-04-24 | 1 | -7/+3 |
* | Import the foundation for eqn(7) support. |  schwarze | 2011-03-20 | 1 | -1/+10 |
* | Since tbl_data() can now produce multiple spans, let parsebuf() |  schwarze | 2011-01-25 | 1 | -2/+3 |
* | Merge kristaps@' cleaner tbl integration, removing mine; |  schwarze | 2011-01-04 | 1 | -0/+62 |