summaryrefslogtreecommitdiffstats
path: root/libroff.h
Commit message (Expand)AuthorAgeFilesLines
* Have equation be allocated with mparse. Will be needed for logging ofKristaps Dzonsons2011-07-121-1/+2
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-6/+2
* Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). OnlyKristaps Dzonsons2011-02-091-2/+0
* Add initial EQN support to mandoc. This parses, then throws away, dataKristaps Dzonsons2011-02-061-0/+11
* Since tbl_data() can now produce multiple spans, let parsebuf()Ingo Schwarze2011-01-251-2/+3
* Support `T{' and `T}' data blocks. When a standalone `T{' isKristaps Dzonsons2011-01-041-1/+3
* Churn to get parts of 'struct tbl' visible from mandoc.h: rename theKristaps Dzonsons2011-01-021-25/+14
* Plug in the "head" concept for tables. A tbl_head specifies the fullKristaps Dzonsons2011-01-011-0/+2
* Raise an error if a table is closed without data.Kristaps Dzonsons2011-01-011-1/+1
* Add documentation bits for libroff's new roff_span().Kristaps Dzonsons2011-01-011-1/+4
* Expose the parsed table API to the world and add accessors through theKristaps Dzonsons2010-12-311-56/+1
* Put parsed tables into a queue that's cleared at the end of parsing.Kristaps Dzonsons2010-12-311-0/+1
* Assign layout cells to parsed data. This follows primarily fromKristaps Dzonsons2010-12-301-0/+2
* Move clean-up of parsed tbl nodes into the tbl_clear() function, calledKristaps Dzonsons2010-12-301-3/+6
* Initial check-in of table data-row processing. For the time being, thisKristaps Dzonsons2010-12-291-0/+19
* Add handling for `T&', which restarts a table except for its options.Kristaps Dzonsons2010-12-291-0/+1
* Merge, with considerable changes, tbl.bsd.lv's layout-handling code.Kristaps Dzonsons2010-12-291-2/+40
* Whack removed function from libroff.Kristaps Dzonsons2010-12-291-1/+0
* Significant update to options handling, which now departs almostKristaps Dzonsons2010-12-291-14/+7
* Adding initial options processing (not hooked into parse yet). This isKristaps Dzonsons2010-12-281-1/+35
* Initial tbl framework. Parse point is in libroff, which keeps aKristaps Dzonsons2010-12-281-0/+31