| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore explicitly specified negative column widths rather than | Ingo Schwarze | 2017-07-31 | 1 | -0/+3 |
* | fix column width calculation for text block cells | Ingo Schwarze | 2017-06-12 | 1 | -1/+1 |
* | Implement w layout specifier (minimum column width). | Ingo Schwarze | 2017-06-08 | 1 | -2/+29 |
* | Improve <table> syntax: | Ingo Schwarze | 2017-02-05 | 1 | -2/+3 |
* | Simplify the usage of print_otag() by making it accept a variable | Ingo Schwarze | 2017-01-17 | 1 | -21/+9 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -1/+0 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -2/+3 |
* | Delete the redundant tbl span flags, just inspect the actual data | Ingo Schwarze | 2015-01-30 | 1 | -2/+2 |
* | Abolish struct tbl_head and replace it by an "int col" member in | Ingo Schwarze | 2015-01-30 | 1 | -7/+7 |
* | Auditing the tbl(7) code for more NULL pointer accesses, i came out | Ingo Schwarze | 2015-01-30 | 1 | -6/+6 |
* | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo Schwarze | 2014-10-14 | 1 | -1/+1 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+2 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -5/+4 |
* | Do not handle vertical lines as additional tbl(7) columns, | Ingo Schwarze | 2012-05-27 | 1 | -13/+5 |
* | forgotten Copyright bumps; no code change | Ingo Schwarze | 2011-09-18 | 1 | -1/+1 |
* | Fix copyright email. | Kristaps Dzonsons | 2011-07-17 | 1 | -1/+1 |
* | Change how -Thtml behaves with tables: use multiple rows, with widths | Kristaps Dzonsons | 2011-01-13 | 1 | -44/+61 |
* | Add support for "^" vertical spanners. Unlike GNU tbl, raise | Kristaps Dzonsons | 2011-01-11 | 1 | -3/+11 |
* | Restructured tbl_html() function so that we always clean up our columns. | Kristaps Dzonsons | 2011-01-06 | 1 | -39/+42 |
* | Make -T[x]html for tables structure cells with a width. I don't | Kristaps Dzonsons | 2011-01-06 | 1 | -1/+48 |
* | Give tables an HTML class. | Kristaps Dzonsons | 2011-01-05 | 1 | -2/+5 |
* | Support `T{' and `T}' data blocks. When a standalone `T{' is | Kristaps Dzonsons | 2011-01-04 | 1 | -1/+2 |
* | Add skeleton for -T[x]html tbl stuff. Also start to put in some bits about | Kristaps Dzonsons | 2011-01-04 | 1 | -0/+72 |