summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/tbl.c
AgeCommit message (Expand)Author
2017-07-08Simplify by creating struct roff_node syntax tree nodes for tbl(7)Ingo Schwarze
2017-06-08Implement w layout specifier (minimum column width).Ingo Schwarze
2015-10-06modernize style: "return" is not a function; ok cmp(1)Ingo Schwarze
2015-01-30Delete the redundant tbl span flags, just inspect the actual dataIngo Schwarze
2015-01-30Abolish struct tbl_head and replace it by an "int col" member inIngo Schwarze
2015-01-30Auditing the tbl(7) code for more NULL pointer accesses, i came outIngo Schwarze
2015-01-28* Polish tbl(7) error reporting.Ingo Schwarze
2015-01-28For now, it can't be helped that mandoc tbl(7) ignores high-level macros,Ingo Schwarze
2015-01-27Multiple parser and formatter fixes for line drawing in tbl(7).Ingo Schwarze
2015-01-26Improve (or rather, rewrite) tbl(7) option parsing.Ingo Schwarze
2015-01-21blank lines in tables do not need special handling; simplifies codeIngo Schwarze
2015-01-14simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional changeIngo Schwarze
2014-11-28Add some missing OpenBSD RCS markersIngo Schwarze
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2014-03-21The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze
2013-05-31More cleanup: Consistently use the name "struct tbl_node *tbl"Ingo Schwarze
2011-09-18sync to version 1.11.5:Ingo Schwarze
2011-04-24Merge version 1.11.1:Ingo Schwarze
2011-01-25Since tbl_data() can now produce multiple spans, let parsebuf()Ingo Schwarze
2011-01-04Merge kristaps@' cleaner tbl integration, removing mine;Ingo Schwarze
2010-10-15Move tbl width calculation from plain strlen to mandoc terminal widthIngo Schwarze
2010-10-15Move tbl output from plain stdio to mandoc terminal output routines.Ingo Schwarze
2010-10-15Import tbl parser and renderer written by kristaps@.Ingo Schwarze