| Commit message (Expand) | Author | Age | Files | Lines |
* | Support `T{' and `T}' data blocks. When a standalone `T{' is | Kristaps Dzonsons | 2011-01-04 | 1 | -1/+8 |
* | Make width calculations occur within tbl_term.c, not tbl.c. This allows | Kristaps Dzonsons | 2011-01-03 | 1 | -160/+0 |
* | Fix table to print nicely (merging error). Also have -Ttree push out some | Kristaps Dzonsons | 2011-01-02 | 1 | -5/+0 |
* | Add some final bits necessary in the upcoming -Tascii tbl stuff. | Kristaps Dzonsons | 2011-01-02 | 1 | -0/+3 |
* | Churn to get parts of 'struct tbl' visible from mandoc.h: rename the | Kristaps Dzonsons | 2011-01-02 | 1 | -18/+18 |
* | Merge in the width, decimal, and positioning code for individual data rows | Kristaps Dzonsons | 2011-01-01 | 1 | -0/+165 |
* | Plug in the "head" concept for tables. A tbl_head specifies the full | Kristaps Dzonsons | 2011-01-01 | 1 | -4/+8 |
* | Raise an error if a table is closed without data. | Kristaps Dzonsons | 2011-01-01 | 1 | -1/+7 |
* | Add documentation bits for libroff's new roff_span(). | Kristaps Dzonsons | 2011-01-01 | 1 | -1/+11 |
* | Switch on tbl rows being added to the parse stream. Here we go! | Kristaps Dzonsons | 2011-01-01 | 1 | -4/+4 |
* | Expose the parsed table API to the world and add accessors through the | Kristaps Dzonsons | 2010-12-31 | 1 | -0/+7 |
* | Put parsed tables into a queue that's cleared at the end of parsing. | Kristaps Dzonsons | 2010-12-31 | 1 | -59/+31 |
* | Move clean-up of parsed tbl nodes into the tbl_clear() function, called | Kristaps Dzonsons | 2010-12-30 | 1 | -19/+26 |
* | Initial check-in of table data-row processing. For the time being, this | Kristaps Dzonsons | 2010-12-29 | 1 | -1/+14 |
* | Add handling for `T&', which restarts a table except for its options. | Kristaps Dzonsons | 2010-12-29 | 1 | -0/+8 |
* | Merge, with considerable changes, tbl.bsd.lv's layout-handling code. | Kristaps Dzonsons | 2010-12-29 | 1 | -1/+17 |
* | Significant update to options handling, which now departs almost | Kristaps Dzonsons | 2010-12-29 | 1 | -62/+23 |
* | Fix copyright email. | Kristaps Dzonsons | 2010-12-28 | 1 | -1/+1 |
* | Adding initial options processing (not hooked into parse yet). This is | Kristaps Dzonsons | 2010-12-28 | 1 | -9/+60 |
* | Fixed enum rofferr return value in tbl_read() (oops). | Kristaps Dzonsons | 2010-12-28 | 1 | -1/+1 |
* | Initial tbl framework. Parse point is in libroff, which keeps a | Kristaps Dzonsons | 2010-12-28 | 1 | -0/+94 |