| Commit message (Expand) | Author | Age | Files | Lines |
* | ignore empty request lines in the table data reader; |  schwarze | 2019-02-09 | 1 | -10/+23 |
* | Almost mechanical diff to remove the "struct mparse *" argument |  schwarze | 2018-12-14 | 1 | -6/+6 |
* | Major cleanup; may imply minor changes in edge cases of error reporting. |  schwarze | 2018-12-14 | 1 | -1/+2 |
* | Cleanup, no functional change: |  schwarze | 2018-12-13 | 1 | -2/+2 |
* | Cleanup, no functional change: |  schwarze | 2018-12-12 | 1 | -2/+3 |
* | Let cells containing nothing but \^ extend the cell above. |  schwarze | 2018-11-25 | 1 | -10/+17 |
* | In tbl(7) -T html output, |  schwarze | 2018-11-25 | 1 | -6/+43 |
* | Simplify by creating struct roff_node syntax tree nodes for tbl(7) |  schwarze | 2017-07-08 | 1 | -6/+4 |
* | It turns out association of tbl spans with layout rows is simpler than |  schwarze | 2017-07-04 | 1 | -52/+24 |
* | Multiple tbl(7) improvements: |  schwarze | 2017-06-16 | 1 | -51/+80 |
* | Implement w layout specifier (minimum column width). |  schwarze | 2017-06-08 | 1 | -2/+3 |
* | modernize style: "return" is not a function; ok cmp(1) |  schwarze | 2015-10-06 | 1 | -5/+5 |
* | More than one data field may follow T} on the same input line. |  schwarze | 2015-04-19 | 1 | -2/+3 |
* | Delete the redundant tbl span flags, just inspect the actual data |  schwarze | 2015-01-30 | 1 | -2/+1 |
* | Abolish struct tbl_head and replace it by an "int col" member in |  schwarze | 2015-01-30 | 1 | -8/+3 |
* | Auditing the tbl(7) code for more NULL pointer accesses, i came out |  schwarze | 2015-01-30 | 1 | -45/+31 |
* | * Polish tbl(7) error reporting. |  schwarze | 2015-01-28 | 1 | -10/+10 |
* | For now, it can't be helped that mandoc tbl(7) ignores high-level macros, |  schwarze | 2015-01-28 | 1 | -8/+3 |
* | Multiple parser and formatter fixes for line drawing in tbl(7). |  schwarze | 2015-01-27 | 1 | -8/+8 |
* | blank lines in tables do not need special handling; simplifies code |  schwarze | 2015-01-21 | 1 | -23/+13 |
* | Add some missing OpenBSD RCS markers |  schwarze | 2014-11-28 | 1 | -1/+3 |
* | Audit strlcpy(3)/strlcat(3) usage. |  schwarze | 2014-04-23 | 1 | -3/+3 |
* | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, |  schwarze | 2014-04-20 | 1 | -20/+20 |
* | The files mandoc.c and mandoc.h contained both specialised low-level |  schwarze | 2014-03-21 | 1 | -1/+2 |
* | Merge NetBSD rev. 1.4: |  schwarze | 2014-01-05 | 1 | -5/+5 |
* | If a table contained at least one complete line |  schwarze | 2013-06-01 | 1 | -2/+2 |
* | The name "struct tbl" was badly misleading for two reasons: |  schwarze | 2013-05-31 | 1 | -2/+2 |
* | Do not handle vertical lines as additional tbl(7) columns, |  schwarze | 2012-05-26 | 1 | -5/+3 |
* | Merge version 1.11.1: |  schwarze | 2011-04-24 | 1 | -5/+8 |
* | Merge version 1.10.10: |  schwarze | 2011-04-21 | 1 | -3/+5 |
* | Tbl code maintenance by kristaps@. |  schwarze | 2011-02-10 | 1 | -9/+10 |
* | Since tbl_data() can now produce multiple spans, let parsebuf() |  schwarze | 2011-01-25 | 1 | -1/+2 |
* | Do not skip data after horizontal lines in the layout. |  schwarze | 2011-01-25 | 1 | -16/+44 |
* | Various tbl improvements from kristaps@: |  schwarze | 2011-01-16 | 1 | -12/+41 |
* | Sync tbl handling to bsd.lv release 1.10.9: |  schwarze | 2011-01-09 | 1 | -7/+24 |
* | Merge kristaps@' cleaner tbl integration, removing mine; |  schwarze | 2011-01-04 | 1 | -78/+137 |
* | Allow blank lines and ignore comments in tbl data. |  schwarze | 2010-10-15 | 1 | -4/+4 |
* | Move tbl output from plain stdio to mandoc terminal output routines. |  schwarze | 2010-10-15 | 1 | -1/+3 |
* | Import tbl parser and renderer written by kristaps@. |  schwarze | 2010-10-15 | 1 | -0/+130 |