]> git.cameronkatri.com Git - mandoc.git/history - tbl_layout.c
Completely rewrite the top level of the layout parser.
[mandoc.git] / tbl_layout.c
2014-11-25 Ingo SchwarzeCompletely rewrite the top level of the layout parser.
2014-10-14 Ingo SchwarzeRudimentary implementation of the e, x, and z table...
2014-10-07 Ingo SchwarzeIf a tbl(7) layout contains unknown font modifiers...
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-28 Ingo SchwarzeAllow leading and trailing vertical lines,
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2012-05-27 Ingo SchwarzeDo not handle vertical lines as additional tbl(7) columns,
2011-09-18 Ingo Schwarzeforgotten Copyright bumps; no code change
2011-09-03 Kristaps DzonsonsFix handling of font modifiers in tables. Noted by...
2011-05-17 Kristaps DzonsonsIn tbl layouts, we puked if a space didn't followed...
2011-04-07 Joerg SonnenbergerDon't shadow global identifiers.
2011-04-04 Kristaps DzonsonsAdd config.h Glue for OpenIndiana (and older OpenSolari...
2011-03-20 Kristaps DzonsonsConsolidate messages. Have all parse-time messages...
2011-01-11 Kristaps DzonsonsAdd support for "^" vertical spanners. Unlike GNU...
2011-01-10 Kristaps DzonsonsClarify what members may be NULL or not in calculating...
2011-01-10 Kristaps DzonsonsFirst, make extra data cells be thrown away. This...
2011-01-09 Joerg SonnenbergerAdd some unsigned char casts for tolower() usage
2011-01-07 Kristaps DzonsonsFixes: T} can be followed by a delimiter then more...
2011-01-07 Kristaps DzonsonsTiny bits in place for tbl horizontal spans. This...
2011-01-04 Ingo SchwarzeMerge from OpenBSD (similar to my original fix committe...
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 DzonsonsPlug in the "head" concept for tables. A tbl_head...
2011-01-01 Kristaps DzonsonsAdd bits for compilation on Mac.
2010-12-30 Kristaps DzonsonsMove clean-up of parsed tbl nodes into the tbl_clear...
2010-12-29 Kristaps DzonsonsUpdate (still-commented) manual bits for tbl.
2010-12-29 Kristaps DzonsonsMerge, with considerable changes, tbl.bsd.lv's layout...