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