]> git.cameronkatri.com Git - mandoc.git/history - libroff.h
operating system dependent message about unknown architecture;
[mandoc.git] / libroff.h
2015-11-07 Ingo SchwarzeIn private header files, __BEGIN_DECLS and __END_DECLS...
2015-01-30 Ingo SchwarzeAbolish struct tbl_head and replace it by an "int col...
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-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-12-01 Ingo Schwarzeheader cleanup:
2014-12-01 Ingo Schwarzeremove unneccessary inclusion protection; patch from...
2014-10-25 Ingo SchwarzeReport arguments to .EQ as an error, and simplify the...
2014-10-16 Ingo SchwarzeImplement in-line equations, much needed by Xenocara...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2013-05-31 Ingo SchwarzeThe name "struct tbl" was badly misleading for two...
2011-07-25 Kristaps DzonsonsImplement the first steps of equation parsing from...
2011-07-23 Kristaps DzonsonsAdd support for tdefine and ndefine. Consolidate some...
2011-07-22 Kristaps DzonsonsAdd support for `gsize' eqn token (introduced in second...
2011-07-21 Kristaps DzonsonsComplete eqn.7 parsing. Features all productions from...
2011-07-21 Kristaps DzonsonsFinish the eqn syntactic parser. This correctly parses...
2011-07-17 Kristaps DzonsonsAdd initial `define' support for eqn(7).
2011-07-12 Kristaps DzonsonsHave equation be allocated with mparse. Will be needed...
2011-03-20 Kristaps DzonsonsConsolidate messages. Have all parse-time messages...
2011-02-09 Kristaps DzonsonsAllow EQN data to be pushed down into libmdoc via mdoc_...
2011-02-06 Kristaps DzonsonsAdd initial EQN support to mandoc. This parses, then...
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-02 Kristaps DzonsonsChurn to get parts of 'struct tbl' visible from mandoc...
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().
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 DzonsonsAssign layout cells to parsed data. This follows prima...
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 DzonsonsWhack removed function from libroff.
2010-12-29 Kristaps DzonsonsSignificant update to options handling, which now depar...
2010-12-28 Kristaps DzonsonsAdding initial options processing (not hooked into...
2010-12-28 Kristaps DzonsonsInitial tbl framework. Parse point is in libroff,...