| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace ugly .sp requests with normal .Pp macros. | Ingo Schwarze | 2022-08-28 | 1 | -3/+3 |
* | In one of the examples, the tbl(7) source code displayed | Ingo Schwarze | 2022-01-12 | 1 | -2/+2 |
* | correct whitespace in the title of the Lesk paper to match the original; | Ingo Schwarze | 2021-09-18 | 1 | -1/+1 |
* | we already parse the GNU tbl(7) "nospaces" option, | Ingo Schwarze | 2021-09-07 | 1 | -1/+1 |
* | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze | 2021-08-10 | 1 | -2/+3 |
* | remove a few words to improve flow; from tedu@ | Ingo Schwarze | 2019-03-02 | 1 | -2/+2 |
* | add a BUGS section explaining the situation with box and line drawing | Ingo Schwarze | 2019-02-09 | 1 | -1/+15 |
* | fix typo: "a data cells" -> "a data cell"; from bentley@ | Ingo Schwarze | 2019-02-08 | 1 | -1/+1 |
* | zap trailing whitespace; from jmc@ | Ingo Schwarze | 2018-12-14 | 1 | -1/+1 |
* | Let cells containing nothing but \^ extend the cell above. | Ingo Schwarze | 2018-11-25 | 1 | -6/+12 |
* | HISTORY: mention first appearance in OpenBSD | Ingo Schwarze | 2017-10-17 | 1 | -1/+3 |
* | Rewrite half of this, i was completely unaware how bad it was. | Ingo Schwarze | 2017-06-28 | 1 | -185/+251 |
* | Implement w layout specifier (minimum column width). | Ingo Schwarze | 2017-06-08 | 1 | -5/+4 |
* | Radical cleanup of COMPATIBILITY sections: | Ingo Schwarze | 2015-01-29 | 1 | -10/+9 |
* | implement the tbl(7) "center" layout option | Ingo Schwarze | 2015-01-28 | 1 | -1/+0 |
* | Rework tbl(7) layout parsing: | Ingo Schwarze | 2015-01-26 | 1 | -9/+24 |
* | More improvements regarding tbl(7) options. | Ingo Schwarze | 2015-01-26 | 1 | -38/+40 |
* | change spelling of centre to center: consistent with other man pages | Ingo Schwarze | 2015-01-20 | 1 | -3/+3 |
* | Allow comma-separated options in tbl(7) tables. | Ingo Schwarze | 2014-11-26 | 1 | -0/+1 |
* | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo Schwarze | 2014-10-14 | 1 | -3/+13 |
* | implement font modifiers in table layouts | Ingo Schwarze | 2014-10-13 | 1 | -22/+23 |
* | Drop .Ud remark, it has started to slowly turn into a lie. | Ingo Schwarze | 2013-09-16 | 1 | -7/+0 |
* | For citing the names and email addresses of authors, | Ingo Schwarze | 2013-07-13 | 1 | -2/+1 |
* | Fix handling of font modifiers in tables. Noted by Brad Smith. | Kristaps Dzonsons | 2011-09-03 | 1 | -3/+12 |
* | Fix typos and spelling errors found by demandoc -w | spell -b. | Kristaps Dzonsons | 2011-09-02 | 1 | -1/+1 |
* | Replace the old `An'/`Aq' AUTHORS note with `An'/`Mt'. | Kristaps Dzonsons | 2011-08-18 | 1 | -2/+3 |
* | Note the development status of eqn.7 and tbl.7. | Kristaps Dzonsons | 2011-03-17 | 1 | -0/+7 |
* | The macro .Ns has no effect at the beginning of an input line; | Ingo Schwarze | 2011-02-07 | 1 | -5/+5 |
* | "decimalpoint" is in fact supported. | Kristaps Dzonsons | 2011-01-17 | 1 | -2/+0 |
* | Note that "^" needs an empty cell, while "s" does not. | Kristaps Dzonsons | 2011-01-11 | 1 | -0/+2 |
* | Add support for "^" vertical spanners. Unlike GNU tbl, raise | Kristaps Dzonsons | 2011-01-11 | 1 | -3/+9 |
* | First, make extra data cells be thrown away. This makes "dp->layout" | Kristaps Dzonsons | 2011-01-10 | 1 | -2/+6 |
* | Note that we support the "a" key. | Kristaps Dzonsons | 2011-01-08 | 1 | -2/+1 |
* | The numerical column type centres on the *last* decimal point. | Kristaps Dzonsons | 2011-01-08 | 1 | -1/+1 |
* | Give the "n" cell type knowledge of its spacing. | Kristaps Dzonsons | 2011-01-08 | 1 | -8/+8 |
* | Fixes: T} can be followed by a delimiter then more data. Make this | Kristaps Dzonsons | 2011-01-07 | 1 | -1/+4 |
* | Tweaks to tbl.7 from Jason McIntyre. | Kristaps Dzonsons | 2011-01-05 | 1 | -8/+8 |
* | Tweak some language in tbl.7. | Kristaps Dzonsons | 2011-01-05 | 1 | -12/+19 |
* | Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre). | Kristaps Dzonsons | 2011-01-04 | 1 | -0/+312 |