]> git.cameronkatri.com Git - mandoc.git/history - tbl_layout.c
Use the traditional name "whatis.db" for the mandocdb(8) databases.
[mandoc.git] / tbl_layout.c
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...