aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tbl_html.c
Commit message (Expand)AuthorAgeFilesLines
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-2/+1
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-3/+4
* Delete the redundant tbl span flags, just inspect the actual dataIngo Schwarze2015-01-301-3/+3
* Abolish struct tbl_head and replace it by an "int col" member inIngo Schwarze2015-01-301-8/+8
* Auditing the tbl(7) code for more NULL pointer accesses, i came outIngo Schwarze2015-01-301-7/+7
* Rudimentary implementation of the e, x, and z table layout modifiersIngo Schwarze2014-10-141-2/+2
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+3
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-6/+5
* Do not handle vertical lines as additional tbl(7) columns,Ingo Schwarze2012-05-271-14/+6
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-2/+2
* Fix copyright email.Kristaps Dzonsons2011-07-171-2/+2
* Change how -Thtml behaves with tables: use multiple rows, with widthsKristaps Dzonsons2011-01-131-45/+62
* Add support for "^" vertical spanners. Unlike GNU tbl, raiseKristaps Dzonsons2011-01-111-4/+12
* Restructured tbl_html() function so that we always clean up our columns.Kristaps Dzonsons2011-01-061-40/+43
* Make -T[x]html for tables structure cells with a width. I don'tKristaps Dzonsons2011-01-061-2/+49
* Give tables an HTML class.Kristaps Dzonsons2011-01-051-3/+6
* Support `T{' and `T}' data blocks. When a standalone `T{' isKristaps Dzonsons2011-01-041-2/+3
* Add skeleton for -T[x]html tbl stuff. Also start to put in some bits aboutKristaps Dzonsons2011-01-041-0/+72