summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/tbl_data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ignore empty request lines in the table data reader;schwarze2019-02-091-10/+23
* Almost mechanical diff to remove the "struct mparse *" argumentschwarze2018-12-141-6/+6
* Major cleanup; may imply minor changes in edge cases of error reporting.schwarze2018-12-141-1/+2
* Cleanup, no functional change:schwarze2018-12-131-2/+2
* Cleanup, no functional change:schwarze2018-12-121-2/+3
* Let cells containing nothing but \^ extend the cell above.schwarze2018-11-251-10/+17
* In tbl(7) -T html output,schwarze2018-11-251-6/+43
* Simplify by creating struct roff_node syntax tree nodes for tbl(7)schwarze2017-07-081-6/+4
* It turns out association of tbl spans with layout rows is simpler thanschwarze2017-07-041-52/+24
* Multiple tbl(7) improvements:schwarze2017-06-161-51/+80
* Implement w layout specifier (minimum column width).schwarze2017-06-081-2/+3
* modernize style: "return" is not a function; ok cmp(1)schwarze2015-10-061-5/+5
* More than one data field may follow T} on the same input line.schwarze2015-04-191-2/+3
* Delete the redundant tbl span flags, just inspect the actual dataschwarze2015-01-301-2/+1
* Abolish struct tbl_head and replace it by an "int col" member inschwarze2015-01-301-8/+3
* Auditing the tbl(7) code for more NULL pointer accesses, i came outschwarze2015-01-301-45/+31
* * Polish tbl(7) error reporting.schwarze2015-01-281-10/+10
* For now, it can't be helped that mandoc tbl(7) ignores high-level macros,schwarze2015-01-281-8/+3
* Multiple parser and formatter fixes for line drawing in tbl(7).schwarze2015-01-271-8/+8
* blank lines in tables do not need special handling; simplifies codeschwarze2015-01-211-23/+13
* Add some missing OpenBSD RCS markersschwarze2014-11-281-1/+3
* Audit strlcpy(3)/strlcat(3) usage.schwarze2014-04-231-3/+3
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-20/+20
* The files mandoc.c and mandoc.h contained both specialised low-levelschwarze2014-03-211-1/+2
* Merge NetBSD rev. 1.4:schwarze2014-01-051-5/+5
* If a table contained at least one complete lineschwarze2013-06-011-2/+2
* The name "struct tbl" was badly misleading for two reasons:schwarze2013-05-311-2/+2
* Do not handle vertical lines as additional tbl(7) columns,schwarze2012-05-261-5/+3
* Merge version 1.11.1:schwarze2011-04-241-5/+8
* Merge version 1.10.10:schwarze2011-04-211-3/+5
* Tbl code maintenance by kristaps@.schwarze2011-02-101-9/+10
* Since tbl_data() can now produce multiple spans, let parsebuf()schwarze2011-01-251-1/+2
* Do not skip data after horizontal lines in the layout.schwarze2011-01-251-16/+44
* Various tbl improvements from kristaps@:schwarze2011-01-161-12/+41
* Sync tbl handling to bsd.lv release 1.10.9:schwarze2011-01-091-7/+24
* Merge kristaps@' cleaner tbl integration, removing mine;schwarze2011-01-041-78/+137
* Allow blank lines and ignore comments in tbl data.schwarze2010-10-151-4/+4
* Move tbl output from plain stdio to mandoc terminal output routines.schwarze2010-10-151-1/+3
* Import tbl parser and renderer written by kristaps@.schwarze2010-10-151-0/+130