summaryrefslogtreecommitdiffstats
path: root/libroff.h
Commit message (Expand)AuthorAgeFilesLines
* blank lines in tables do not need special handling; simplifies codeIngo Schwarze2015-01-211-1/+1
* simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional changeIngo Schwarze2015-01-141-2/+2
* header cleanup:Ingo Schwarze2014-12-011-2/+2
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-011-4/+0
* Report arguments to .EQ as an error, and simplify the code:Ingo Schwarze2014-10-251-1/+1
* Implement in-line equations, much needed by Xenocara manuals.Ingo Schwarze2014-10-161-10/+14
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-2/+2
* The name "struct tbl" was badly misleading for two reasons:Ingo Schwarze2013-05-311-1/+1
* Implement the first steps of equation parsing from within libmdoc.Kristaps Dzonsons2011-07-251-2/+2
* Add support for tdefine and ndefine. Consolidate some error messages. AddKristaps Dzonsons2011-07-231-1/+1
* Add support for `gsize' eqn token (introduced in second-edition troff).Kristaps Dzonsons2011-07-221-0/+1
* Complete eqn.7 parsing. Features all productions from the original 1975Kristaps Dzonsons2011-07-211-0/+1
* Finish the eqn syntactic parser. This correctly parses terms and doesKristaps Dzonsons2011-07-211-8/+11
* Add initial `define' support for eqn(7).Kristaps Dzonsons2011-07-171-2/+12
* 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