aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tbl.c
Commit message (Expand)AuthorAgeFilesLines
* Move clean-up of parsed tbl nodes into the tbl_clear() function, calledKristaps Dzonsons2010-12-301-20/+27
* Initial check-in of table data-row processing. For the time being, thisKristaps Dzonsons2010-12-291-2/+15
* Add handling for `T&', which restarts a table except for its options.Kristaps Dzonsons2010-12-291-1/+9
* Merge, with considerable changes, tbl.bsd.lv's layout-handling code.Kristaps Dzonsons2010-12-291-2/+18
* Significant update to options handling, which now departs almostKristaps Dzonsons2010-12-291-63/+24
* Fix copyright email.Kristaps Dzonsons2010-12-281-2/+2
* Adding initial options processing (not hooked into parse yet). This isKristaps Dzonsons2010-12-281-10/+61
* Fixed enum rofferr return value in tbl_read() (oops).Kristaps Dzonsons2010-12-281-2/+2
* Initial tbl framework. Parse point is in libroff, which keeps aKristaps Dzonsons2010-12-281-0/+94