Age | Commit message (Expand) | Author |
2018-12-12 | Cleanup, no functional change: | Ingo Schwarze |
2018-11-26 | Implement tbl(7) lines in -T html output, | Ingo Schwarze |
2018-11-26 | Simplify writing of tbl(7) cells by using the new feature of passing | Ingo Schwarze |
2018-11-25 | Let cells containing nothing but \^ extend the cell above. | Ingo Schwarze |
2018-11-25 | In tbl(7) -T html output, | Ingo Schwarze |
2018-11-24 | Implement horizontal and vertical alignment of tbl(7) cell content | Ingo Schwarze |
2018-06-25 | Do not write <colgroup> elements. Their only purpose is to enforce | Ingo Schwarze |
2017-07-31 | Ignore explicitly specified negative column widths rather than | Ingo Schwarze |
2017-06-12 | fix column width calculation for text block cells | Ingo Schwarze |
2017-06-08 | Implement w layout specifier (minimum column width). | Ingo Schwarze |
2017-02-05 | Improve <table> syntax: | Ingo Schwarze |
2017-01-17 | Simplify the usage of print_otag() by making it accept a variable | Ingo Schwarze |
2015-10-12 | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-01-30 | Delete the redundant tbl span flags, just inspect the actual data | Ingo Schwarze |
2015-01-30 | Abolish struct tbl_head and replace it by an "int col" member in | Ingo Schwarze |
2015-01-30 | Auditing the tbl(7) code for more NULL pointer accesses, i came out | Ingo Schwarze |
2014-10-14 | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2012-05-26 | Do not handle vertical lines as additional tbl(7) columns, | Ingo Schwarze |
2011-09-18 | sync to version 1.11.7 from kristaps@ | Ingo Schwarze |
2011-01-16 | Merge from bsd.lv, original commit message by kristaps@: | Ingo Schwarze |
2011-01-16 | Various tbl improvements from kristaps@: | Ingo Schwarze |
2011-01-09 | Sync tbl handling to bsd.lv release 1.10.9: | Ingo Schwarze |
2011-01-04 | Merge kristaps@' cleaner tbl integration, removing mine; | Ingo Schwarze |