summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/tbl_data.c
AgeCommit message (Expand)Author
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-21blank lines in tables do not need special handling; simplifies codeIngo Schwarze
2014-11-28Add some missing OpenBSD RCS markersIngo Schwarze
2014-04-23Audit strlcpy(3)/strlcat(3) usage.Ingo 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
2014-01-05Merge NetBSD rev. 1.4:Ingo Schwarze
2013-06-01If a table contained at least one complete lineIngo Schwarze
2013-05-31The name "struct tbl" was badly misleading for two reasons:Ingo Schwarze
2012-05-26Do not handle vertical lines as additional tbl(7) columns,Ingo Schwarze
2011-04-24Merge version 1.11.1:Ingo Schwarze
2011-04-21Merge version 1.10.10:Ingo Schwarze
2011-02-10Tbl code maintenance by kristaps@.Ingo Schwarze
2011-01-25Since tbl_data() can now produce multiple spans, let parsebuf()Ingo Schwarze
2011-01-25Do not skip data after horizontal lines in the layout.Ingo Schwarze
2011-01-16Various tbl improvements from kristaps@:Ingo Schwarze
2011-01-09Sync tbl handling to bsd.lv release 1.10.9:Ingo Schwarze
2011-01-04Merge kristaps@' cleaner tbl integration, removing mine;Ingo Schwarze
2010-10-15Allow blank lines and ignore comments in tbl data.Ingo 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