aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tbl_data.c
Commit message (Expand)AuthorAgeFilesLines
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-5/+5
* More than one data field may follow T} on the same input line.Ingo Schwarze2015-04-191-2/+3
* Delete the redundant tbl span flags, just inspect the actual dataIngo Schwarze2015-01-301-2/+1
* Abolish struct tbl_head and replace it by an "int col" member inIngo Schwarze2015-01-301-8/+3
* Auditing the tbl(7) code for more NULL pointer accesses, i came outIngo Schwarze2015-01-301-45/+31
* * Polish tbl(7) error reporting.Ingo Schwarze2015-01-281-10/+10
* For now, it can't be helped that mandoc tbl(7) ignores high-level macros,Ingo Schwarze2015-01-281-8/+3
* Multiple parser and formatter fixes for line drawing in tbl(7).Ingo Schwarze2015-01-271-8/+8
* blank lines in tables do not need special handling; simplifies codeIngo Schwarze2015-01-211-23/+13
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+3
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-231-3/+3
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-20/+20
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-1/+2
* Merge NetBSD's r1.4: Rename data to getdata to work around bugs in theJoerg Sonnenberger2014-01-051-5/+5
* If a table contained at least one complete lineIngo Schwarze2013-06-011-2/+2
* The name "struct tbl" was badly misleading for two reasons:Ingo Schwarze2013-05-311-2/+2
* Do not handle vertical lines as additional tbl(7) columns,Ingo Schwarze2012-05-271-5/+3
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-5/+8
* Make lint shut up a little bit.Kristaps Dzonsons2011-03-151-3/+5
* Let the line-number of a tbl_span be remembered.Kristaps Dzonsons2011-02-061-9/+10
* Since tbl_data() can now produce multiple spans, let parsebuf()Ingo Schwarze2011-01-251-1/+2
* Do not skip data after horizontal lines in the layout.Ingo Schwarze2011-01-251-17/+45
* Add support for "^" vertical spanners. Unlike GNU tbl, raiseKristaps Dzonsons2011-01-111-2/+6
* Clarify what members may be NULL or not in calculating widths. MakeKristaps Dzonsons2011-01-101-3/+4
* Make dp->string always consist of a value.Kristaps Dzonsons2011-01-101-2/+3
* First, make extra data cells be thrown away. This makes "dp->layout"Kristaps Dzonsons2011-01-101-7/+24
* When a row of data is being parsed and it's a line or double-lineKristaps Dzonsons2011-01-091-4/+10
* Fixes: T} can be followed by a delimiter then more data. Make thisKristaps Dzonsons2011-01-071-5/+17
* Quiesce lint with some type handling. Does not change anything.Kristaps Dzonsons2011-01-071-1/+2
* Tiny bits in place for tbl horizontal spans. This will wait for the nextKristaps Dzonsons2011-01-071-3/+7
* Support `T{' and `T}' data blocks. When a standalone `T{' isKristaps Dzonsons2011-01-041-6/+53
* Fix to make horizontal spanners in the layout be properly printed.Kristaps Dzonsons2011-01-041-1/+6
* Add some final bits necessary in the upcoming -Tascii tbl stuff.Kristaps Dzonsons2011-01-021-2/+6
* Churn to get parts of 'struct tbl' visible from mandoc.h: rename theKristaps Dzonsons2011-01-021-5/+5
* Add a warning if a data cell has no layout. Also make -Ttree show thisKristaps Dzonsons2011-01-011-1/+4
* Add bits for compilation on Mac.Kristaps Dzonsons2011-01-011-1/+2
* Make some bit-flags into enums as they should be. Make printing of -TtreeKristaps Dzonsons2011-01-011-9/+11
* Switch on tbl rows being added to the parse stream. Here we go!Kristaps Dzonsons2011-01-011-2/+2
* Assign layout cells to parsed data. This follows primarily fromKristaps Dzonsons2010-12-301-1/+32
* Move clean-up of parsed tbl nodes into the tbl_clear() function, calledKristaps Dzonsons2010-12-301-6/+12
* Initial check-in of table data-row processing. For the time being, thisKristaps Dzonsons2010-12-291-0/+96