]> git.cameronkatri.com Git - mandoc.git/history - tbl_data.c
Clarify what members may be NULL or not in calculating widths. Make
[mandoc.git] / tbl_data.c
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...