]> git.cameronkatri.com Git - mandoc.git/history - tbl.c
Do not mark a block with the MDOC_BROKEN flag if it merely contains
[mandoc.git] / tbl.c
2015-01-30 Ingo SchwarzeDelete the redundant tbl span flags, just inspect the...
2015-01-30 Ingo SchwarzeAbolish struct tbl_head and replace it by an "int col...
2015-01-30 Ingo SchwarzeAuditing the tbl(7) code for more NULL pointer accesses...
2015-01-28 Ingo Schwarze* Polish tbl(7) error reporting.
2015-01-28 Ingo SchwarzeFor now, it can't be helped that mandoc tbl(7) ignores...
2015-01-27 Ingo SchwarzeMultiple parser and formatter fixes for line drawing...
2015-01-26 Ingo SchwarzeImprove (or rather, rewrite) tbl(7) option parsing.
2015-01-21 Ingo Schwarzeblank lines in tables do not need special handling...
2015-01-14 Ingo Schwarzesimplify by getting rid of ROFF_ERR in tbl(7) parsing...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
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,...