]> git.cameronkatri.com Git - mandoc.git/history - tbl_data.c
implement tagging for .Er
[mandoc.git] / tbl_data.c
2015-04-19 Ingo SchwarzeMore than one data field may follow T} on the same...
2015-01-30 Ingo SchwarzeDelete the redundant tbl span flags, just inspect the...
2015-01-30 Ingo SchwarzeAbolish struct tbl_head and replace it by an "int col...
2015-01-30 Ingo SchwarzeAuditing the tbl(7) code for more NULL pointer accesses...
2015-01-28 Ingo Schwarze* Polish tbl(7) error reporting.
2015-01-28 Ingo SchwarzeFor now, it can't be helped that mandoc tbl(7) ignores...
2015-01-27 Ingo SchwarzeMultiple parser and formatter fixes for line drawing...
2015-01-21 Ingo Schwarzeblank lines in tables do not need special handling...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-04-23 Ingo SchwarzeAudit strlcpy(3)/strlcat(3) usage.
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2014-01-05 Joerg SonnenbergerMerge NetBSD's r1.4: Rename data to getdata to work...
2013-06-01 Ingo SchwarzeIf a table contained at least one complete line
2013-05-31 Ingo SchwarzeThe name "struct tbl" was badly misleading for two...
2012-05-27 Ingo SchwarzeDo not handle vertical lines as additional tbl(7) columns,
2011-03-20 Kristaps DzonsonsConsolidate messages. Have all parse-time messages...
2011-03-15 Kristaps DzonsonsMake lint shut up a little bit.
2011-02-06 Kristaps DzonsonsLet the line-number of a tbl_span be remembered.
2011-01-25 Ingo SchwarzeSince tbl_data() can now produce multiple spans, let...
2011-01-25 Ingo SchwarzeDo not skip data after horizontal lines in the layout.
2011-01-11 Kristaps DzonsonsAdd support for "^" vertical spanners. Unlike GNU...
2011-01-10 Kristaps DzonsonsClarify what members may be NULL or not in calculating...
2011-01-10 Kristaps DzonsonsMake dp->string always consist of a value.
2011-01-10 Kristaps DzonsonsFirst, make extra data cells be thrown away. This...
2011-01-09 Kristaps DzonsonsWhen a row of data is being parsed and it's a line...
2011-01-07 Kristaps DzonsonsFixes: T} can be followed by a delimiter then more...
2011-01-07 Kristaps DzonsonsQuiesce lint with some type handling. Does not change...
2011-01-07 Kristaps DzonsonsTiny bits in place for tbl horizontal spans. This...
2011-01-04 Kristaps DzonsonsSupport `T{' and `T}' data blocks. When a standalone...
2011-01-04 Kristaps DzonsonsFix to make horizontal spanners in the layout be proper...
2011-01-02 Kristaps DzonsonsAdd some final bits necessary in the upcoming -Tascii...
2011-01-02 Kristaps DzonsonsChurn to get parts of 'struct tbl' visible from mandoc...
2011-01-01 Kristaps DzonsonsAdd a warning if a data cell has no layout. Also make...
2011-01-01 Kristaps DzonsonsAdd bits for compilation on Mac.
2011-01-01 Kristaps DzonsonsMake some bit-flags into enums as they should be. ...
2011-01-01 Kristaps DzonsonsSwitch on tbl rows being added to the parse stream...
2010-12-30 Kristaps DzonsonsAssign layout cells to parsed data. This follows prima...
2010-12-30 Kristaps DzonsonsMove clean-up of parsed tbl nodes into the tbl_clear...
2010-12-29 Kristaps DzonsonsInitial check-in of table data-row processing. For...