| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup, no functional change: |  schwarze | 2018-12-14 | 1 | -3/+2 |
* | Almost mechanical diff to remove the "struct mparse *" argument |  schwarze | 2018-12-14 | 1 | -9/+5 |
* | Cleanup, no functional change: |  schwarze | 2018-12-13 | 1 | -28/+36 |
* | Cleanup, no functional change: |  schwarze | 2018-12-12 | 1 | -2/+3 |
* | Simplify by creating struct roff_node syntax tree nodes for tbl(7) |  schwarze | 2017-07-08 | 1 | -13/+8 |
* | Implement w layout specifier (minimum column width). |  schwarze | 2017-06-08 | 1 | -1/+2 |
* | modernize style: "return" is not a function; ok cmp(1) |  schwarze | 2015-10-06 | 1 | -9/+9 |
* | Delete the redundant tbl span flags, just inspect the actual data |  schwarze | 2015-01-30 | 1 | -5/+1 |
* | Abolish struct tbl_head and replace it by an "int col" member in |  schwarze | 2015-01-30 | 1 | -7/+1 |
* | Auditing the tbl(7) code for more NULL pointer accesses, i came out |  schwarze | 2015-01-30 | 1 | -9/+8 |
* | * Polish tbl(7) error reporting. |  schwarze | 2015-01-28 | 1 | -15/+15 |
* | For now, it can't be helped that mandoc tbl(7) ignores high-level macros, |  schwarze | 2015-01-28 | 1 | -8/+8 |
* | Multiple parser and formatter fixes for line drawing in tbl(7). |  schwarze | 2015-01-27 | 1 | -2/+6 |
* | Improve (or rather, rewrite) tbl(7) option parsing. |  schwarze | 2015-01-26 | 1 | -18/+33 |
* | blank lines in tables do not need special handling; simplifies code |  schwarze | 2015-01-21 | 1 | -6/+3 |
* | simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional change |  schwarze | 2015-01-14 | 1 | -3/+5 |
* | Add some missing OpenBSD RCS markers |  schwarze | 2014-11-28 | 1 | -1/+3 |
* | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, |  schwarze | 2014-04-20 | 1 | -12/+12 |
* | The files mandoc.c and mandoc.h contained both specialised low-level |  schwarze | 2014-03-21 | 1 | -1/+2 |
* | More cleanup: Consistently use the name "struct tbl_node *tbl" |  schwarze | 2013-05-31 | 1 | -20/+20 |
* | sync to version 1.11.5: |  schwarze | 2011-09-18 | 1 | -2/+6 |
* | Merge version 1.11.1: |  schwarze | 2011-04-24 | 1 | -9/+11 |
* | Since tbl_data() can now produce multiple spans, let parsebuf() |  schwarze | 2011-01-25 | 1 | -3/+9 |
* | Merge kristaps@' cleaner tbl integration, removing mine; |  schwarze | 2011-01-04 | 1 | -479/+92 |
* | Move tbl width calculation from plain strlen to mandoc terminal width |  schwarze | 2010-10-15 | 1 | -3/+3 |
* | Move tbl output from plain stdio to mandoc terminal output routines. |  schwarze | 2010-10-15 | 1 | -3/+5 |
* | Import tbl parser and renderer written by kristaps@. |  schwarze | 2010-10-15 | 1 | -0/+544 |