summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/tbl_data.c
AgeCommit message (Expand)Author
2021-09-10Quirk-compatibility with GNU tbl(1):Ingo Schwarze
2021-09-10In a tbl(7) having the "nospaces" option, skip space charactersIngo Schwarze
2021-09-07we already parse the GNU tbl(7) "nospaces" option,Ingo Schwarze
2021-08-10Support two-character font names (BI, CW, CR, CB, CI)Ingo Schwarze
2021-05-18When looking for column separators on tbl(7) data lines, properly skipIngo Schwarze
2021-05-15When looking for the last layout row used, we need to look at the layoutIngo Schwarze
2020-01-11When autogenerating one layout cell from a data cell just beyond theIngo Schwarze
2019-02-09ignore empty request lines in the table data reader;Ingo Schwarze
2018-12-14Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze
2018-12-14Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze
2018-12-13Cleanup, no functional change:Ingo Schwarze
2018-12-12Cleanup, no functional change:Ingo Schwarze
2018-11-25Let cells containing nothing but \^ extend the cell above.Ingo Schwarze
2018-11-25In tbl(7) -T html output,Ingo Schwarze
2017-07-08Simplify by creating struct roff_node syntax tree nodes for tbl(7)Ingo Schwarze
2017-07-04It turns out association of tbl spans with layout rows is simpler thanIngo Schwarze
2017-06-16Multiple tbl(7) improvements: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-04-19More than one data field may follow T} on the same input line.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-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