]> git.cameronkatri.com Git - mandoc.git/history - tbl_layout.c
Tedu support for the -xsh4.2 argument to the mdoc(7) .St macro
[mandoc.git] / tbl_layout.c
2021-08-10 Ingo SchwarzeSupport two-character font names (BI, CW, CR, CB, CI)
2020-09-01 Ingo SchwarzeIgnore unreasonably large spacing modifiers in tbl...
2018-12-14 Ingo SchwarzeAlmost mechanical diff to remove the "struct mparse...
2018-12-14 Ingo SchwarzeMajor cleanup; may imply minor changes in edge cases...
2018-12-13 Ingo SchwarzeCleanup, no functional change:
2018-12-12 Ingo SchwarzeCleanup, no functional change:
2017-06-27 Ingo SchwarzeImplement spacing of columns as defined in the table...
2017-06-13 Ingo SchwarzeIf the layout is empty except for requesting a left...
2017-06-08 Ingo SchwarzeImplement w layout specifier (minimum column width).
2015-10-12 Ingo SchwarzeTo make the code more readable, delete 283 /* FALLTHROU...
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-04-29 Ingo SchwarzeWhen the last line of a table layout turns out to be...
2015-02-10 Ingo SchwarzeDo not read past the end of the buffer if an "f" layout...
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-30 Ingo SchwarzeMake sure every layout line contains at least one cell;
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 SchwarzeRework tbl(7) layout parsing:
2015-01-14 Ingo Schwarzesimplify by getting rid of ROFF_ERR in tbl(7) parsing...
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...