]> git.cameronkatri.com Git - mandoc.git/history - tbl_layout.c
Clarify what members may be NULL or not in calculating widths. Make
[mandoc.git] / tbl_layout.c
2011-01-10 Kristaps DzonsonsClarify what members may be NULL or not in calculating...
2011-01-10 Kristaps DzonsonsFirst, make extra data cells be thrown away. This...
2011-01-09 Joerg SonnenbergerAdd some unsigned char casts for tolower() usage
2011-01-07 Kristaps DzonsonsFixes: T} can be followed by a delimiter then more...
2011-01-07 Kristaps DzonsonsTiny bits in place for tbl horizontal spans. This...
2011-01-04 Ingo SchwarzeMerge from OpenBSD (similar to my original fix committe...
2011-01-03 Kristaps DzonsonsMake width calculations occur within tbl_term.c, not...
2011-01-02 Kristaps DzonsonsFix table to print nicely (merging error). Also have...
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 DzonsonsPlug in the "head" concept for tables. A tbl_head...
2011-01-01 Kristaps DzonsonsAdd bits for compilation on Mac.
2010-12-30 Kristaps DzonsonsMove clean-up of parsed tbl nodes into the tbl_clear...
2010-12-29 Kristaps DzonsonsUpdate (still-commented) manual bits for tbl.
2010-12-29 Kristaps DzonsonsMerge, with considerable changes, tbl.bsd.lv's layout...