]> git.cameronkatri.com Git - mandoc.git/history - tbl.c
The files mandoc.c and mandoc.h contained both specialised low-level
[mandoc.git] / tbl.c
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2013-05-31 Ingo SchwarzeMore cleanup: Consistently use the name "struct tbl_nod...
2011-07-25 Kristaps DzonsonsImplement the first steps of equation parsing from...
2011-04-04 Kristaps DzonsonsAdd config.h Glue for OpenIndiana (and older OpenSolari...
2011-03-22 Kristaps DzonsonsStep 1 of restructuring: libmandoc.h. Move all compile...
2011-03-20 Kristaps DzonsonsConsolidate messages. Have all parse-time messages...
2011-01-25 Ingo SchwarzeSince tbl_data() can now produce multiple spans, let...
2011-01-04 Kristaps DzonsonsSupport `T{' and `T}' data blocks. When a standalone...
2011-01-03 Kristaps DzonsonsMake width calculations occur within tbl_term.c, not...
2011-01-02 Kristaps DzonsonsFix table to print nicely (merging error). Also have...
2011-01-02 Kristaps DzonsonsAdd some final bits necessary in the upcoming -Tascii...
2011-01-02 Kristaps DzonsonsChurn to get parts of 'struct tbl' visible from mandoc...
2011-01-01 Kristaps DzonsonsMerge in the width, decimal, and positioning code for...
2011-01-01 Kristaps DzonsonsPlug in the "head" concept for tables. A tbl_head...
2011-01-01 Kristaps DzonsonsRaise an error if a table is closed without data.
2011-01-01 Kristaps DzonsonsAdd documentation bits for libroff's new roff_span().
2011-01-01 Kristaps DzonsonsSwitch on tbl rows being added to the parse stream...
2010-12-31 Kristaps DzonsonsExpose the parsed table API to the world and add access...
2010-12-31 Kristaps DzonsonsPut parsed tables into a queue that's cleared at the...
2010-12-30 Kristaps DzonsonsMove clean-up of parsed tbl nodes into the tbl_clear...
2010-12-29 Kristaps DzonsonsInitial check-in of table data-row processing. For...
2010-12-29 Kristaps DzonsonsAdd handling for `T&', which restarts a table except...
2010-12-29 Kristaps DzonsonsMerge, with considerable changes, tbl.bsd.lv's layout...
2010-12-29 Kristaps DzonsonsSignificant update to options handling, which now depar...
2010-12-28 Kristaps DzonsonsFix copyright email.
2010-12-28 Kristaps DzonsonsAdding initial options processing (not hooked into...
2010-12-28 Kristaps DzonsonsFixed enum rofferr return value in tbl_read() (oops).
2010-12-28 Kristaps DzonsonsInitial tbl framework. Parse point is in libroff,...