summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/tbl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, no functional change:schwarze2018-12-141-3/+2
* Almost mechanical diff to remove the "struct mparse *" argumentschwarze2018-12-141-9/+5
* Cleanup, no functional change:schwarze2018-12-131-28/+36
* Cleanup, no functional change:schwarze2018-12-121-2/+3
* Simplify by creating struct roff_node syntax tree nodes for tbl(7)schwarze2017-07-081-13/+8
* Implement w layout specifier (minimum column width).schwarze2017-06-081-1/+2
* modernize style: "return" is not a function; ok cmp(1)schwarze2015-10-061-9/+9
* Delete the redundant tbl span flags, just inspect the actual dataschwarze2015-01-301-5/+1
* Abolish struct tbl_head and replace it by an "int col" member inschwarze2015-01-301-7/+1
* Auditing the tbl(7) code for more NULL pointer accesses, i came outschwarze2015-01-301-9/+8
* * Polish tbl(7) error reporting.schwarze2015-01-281-15/+15
* For now, it can't be helped that mandoc tbl(7) ignores high-level macros,schwarze2015-01-281-8/+8
* Multiple parser and formatter fixes for line drawing in tbl(7).schwarze2015-01-271-2/+6
* Improve (or rather, rewrite) tbl(7) option parsing.schwarze2015-01-261-18/+33
* blank lines in tables do not need special handling; simplifies codeschwarze2015-01-211-6/+3
* simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional changeschwarze2015-01-141-3/+5
* Add some missing OpenBSD RCS markersschwarze2014-11-281-1/+3
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-12/+12
* The files mandoc.c and mandoc.h contained both specialised low-levelschwarze2014-03-211-1/+2
* More cleanup: Consistently use the name "struct tbl_node *tbl"schwarze2013-05-311-20/+20
* sync to version 1.11.5:schwarze2011-09-181-2/+6
* Merge version 1.11.1:schwarze2011-04-241-9/+11
* Since tbl_data() can now produce multiple spans, let parsebuf()schwarze2011-01-251-3/+9
* Merge kristaps@' cleaner tbl integration, removing mine;schwarze2011-01-041-479/+92
* Move tbl width calculation from plain strlen to mandoc terminal widthschwarze2010-10-151-3/+3
* Move tbl output from plain stdio to mandoc terminal output routines.schwarze2010-10-151-3/+5
* Import tbl parser and renderer written by kristaps@.schwarze2010-10-151-0/+544