| Commit message (Expand) | Author | Age | Files | Lines |
* | Abolish struct tbl_head and replace it by an "int col" member in | Ingo Schwarze | 2015-01-30 | 1 | -2/+0 |
* | * Polish tbl(7) error reporting. | Ingo Schwarze | 2015-01-28 | 1 | -1/+1 |
* | For now, it can't be helped that mandoc tbl(7) ignores high-level macros, | Ingo Schwarze | 2015-01-28 | 1 | -5/+5 |
* | blank lines in tables do not need special handling; simplifies code | Ingo Schwarze | 2015-01-21 | 1 | -1/+1 |
* | simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional change | Ingo Schwarze | 2015-01-14 | 1 | -2/+2 |
* | header cleanup: | Ingo Schwarze | 2014-12-01 | 1 | -2/+2 |
* | remove unneccessary inclusion protection; patch from deraadt@ | Ingo Schwarze | 2014-12-01 | 1 | -4/+0 |
* | Report arguments to .EQ as an error, and simplify the code: | Ingo Schwarze | 2014-10-25 | 1 | -1/+1 |
* | Implement in-line equations, much needed by Xenocara manuals. | Ingo Schwarze | 2014-10-16 | 1 | -10/+14 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -2/+2 |
* | The name "struct tbl" was badly misleading for two reasons: | Ingo Schwarze | 2013-05-31 | 1 | -1/+1 |
* | Implement the first steps of equation parsing from within libmdoc. | Kristaps Dzonsons | 2011-07-25 | 1 | -2/+2 |
* | Add support for tdefine and ndefine. Consolidate some error messages. Add | Kristaps Dzonsons | 2011-07-23 | 1 | -1/+1 |
* | Add support for `gsize' eqn token (introduced in second-edition troff). | Kristaps Dzonsons | 2011-07-22 | 1 | -0/+1 |
* | Complete eqn.7 parsing. Features all productions from the original 1975 | Kristaps Dzonsons | 2011-07-21 | 1 | -0/+1 |
* | Finish the eqn syntactic parser. This correctly parses terms and does | Kristaps Dzonsons | 2011-07-21 | 1 | -8/+11 |
* | Add initial `define' support for eqn(7). | Kristaps Dzonsons | 2011-07-17 | 1 | -2/+12 |
* | Have equation be allocated with mparse. Will be needed for logging of | Kristaps Dzonsons | 2011-07-12 | 1 | -1/+2 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 1 | -6/+2 |
* | Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). Only | Kristaps Dzonsons | 2011-02-09 | 1 | -2/+0 |
* | Add initial EQN support to mandoc. This parses, then throws away, data | Kristaps Dzonsons | 2011-02-06 | 1 | -0/+11 |
* | Since tbl_data() can now produce multiple spans, let parsebuf() | Ingo Schwarze | 2011-01-25 | 1 | -2/+3 |
* | Support `T{' and `T}' data blocks. When a standalone `T{' is | Kristaps Dzonsons | 2011-01-04 | 1 | -1/+3 |
* | Churn to get parts of 'struct tbl' visible from mandoc.h: rename the | Kristaps Dzonsons | 2011-01-02 | 1 | -25/+14 |
* | Plug in the "head" concept for tables. A tbl_head specifies the full | Kristaps Dzonsons | 2011-01-01 | 1 | -0/+2 |
* | Raise an error if a table is closed without data. | Kristaps Dzonsons | 2011-01-01 | 1 | -1/+1 |
* | Add documentation bits for libroff's new roff_span(). | Kristaps Dzonsons | 2011-01-01 | 1 | -1/+4 |
* | Expose the parsed table API to the world and add accessors through the | Kristaps Dzonsons | 2010-12-31 | 1 | -56/+1 |
* | Put parsed tables into a queue that's cleared at the end of parsing. | Kristaps Dzonsons | 2010-12-31 | 1 | -0/+1 |
* | Assign layout cells to parsed data. This follows primarily from | Kristaps Dzonsons | 2010-12-30 | 1 | -0/+2 |
* | Move clean-up of parsed tbl nodes into the tbl_clear() function, called | Kristaps Dzonsons | 2010-12-30 | 1 | -3/+6 |
* | Initial check-in of table data-row processing. For the time being, this | Kristaps Dzonsons | 2010-12-29 | 1 | -0/+19 |
* | Add handling for `T&', which restarts a table except for its options. | Kristaps Dzonsons | 2010-12-29 | 1 | -0/+1 |
* | Merge, with considerable changes, tbl.bsd.lv's layout-handling code. | Kristaps Dzonsons | 2010-12-29 | 1 | -2/+40 |
* | Whack removed function from libroff. | Kristaps Dzonsons | 2010-12-29 | 1 | -1/+0 |
* | Significant update to options handling, which now departs almost | Kristaps Dzonsons | 2010-12-29 | 1 | -14/+7 |
* | Adding initial options processing (not hooked into parse yet). This is | Kristaps Dzonsons | 2010-12-28 | 1 | -1/+35 |
* | Initial tbl framework. Parse point is in libroff, which keeps a | Kristaps Dzonsons | 2010-12-28 | 1 | -0/+31 |