summaryrefslogtreecommitdiffstats
path: root/tbl.c
Commit message (Expand)AuthorAgeFilesLines
* Expose the parsed table API to the world and add accessors through theKristaps Dzonsons2010-12-311-0/+7
* Put parsed tables into a queue that's cleared at the end of parsing.Kristaps Dzonsons2010-12-311-59/+31
* Move clean-up of parsed tbl nodes into the tbl_clear() function, calledKristaps Dzonsons2010-12-301-19/+26
* Initial check-in of table data-row processing. For the time being, thisKristaps Dzonsons2010-12-291-1/+14
* Add handling for `T&', which restarts a table except for its options.Kristaps Dzonsons2010-12-291-0/+8
* Merge, with considerable changes, tbl.bsd.lv's layout-handling code.Kristaps Dzonsons2010-12-291-1/+17
* Significant update to options handling, which now departs almostKristaps Dzonsons2010-12-291-62/+23
* Fix copyright email.Kristaps Dzonsons2010-12-281-1/+1
* Adding initial options processing (not hooked into parse yet). This isKristaps Dzonsons2010-12-281-9/+60
* Fixed enum rofferr return value in tbl_read() (oops).Kristaps Dzonsons2010-12-281-1/+1
* Initial tbl framework. Parse point is in libroff, which keeps aKristaps Dzonsons2010-12-281-0/+94