2018-12-14 |
Ingo Schwarze | Almost mechanical diff to remove the "struct mparse... |
blob | commitdiff | raw |
2018-12-14 |
Ingo Schwarze | Major cleanup; may imply minor changes in edge cases... |
blob | commitdiff | raw | diff to current |
2018-12-13 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-12 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2017-06-27 |
Ingo Schwarze | Implement spacing of columns as defined in the table... |
blob | commitdiff | raw | diff to current |
2017-06-13 |
Ingo Schwarze | If the layout is empty except for requesting a left... |
blob | commitdiff | raw | diff to current |
2017-06-08 |
Ingo Schwarze | Implement w layout specifier (minimum column width). |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Ingo Schwarze | To make the code more readable, delete 283 /* FALLTHROU... |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Ingo Schwarze | modernize style: "return" is not a function |
blob | commitdiff | raw | diff to current |
2015-04-29 |
Ingo Schwarze | When the last line of a table layout turns out to be... |
blob | commitdiff | raw | diff to current |
2015-02-10 |
Ingo Schwarze | Do not read past the end of the buffer if an "f" layout... |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Ingo Schwarze | Abolish struct tbl_head and replace it by an "int col... |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Ingo Schwarze | Auditing the tbl(7) code for more NULL pointer accesses... |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Ingo Schwarze | Make sure every layout line contains at least one cell; |
blob | commitdiff | raw | diff to current |
2015-01-28 |
Ingo Schwarze | For now, it can't be helped that mandoc tbl(7) ignores... |
blob | commitdiff | raw | diff to current |
2015-01-27 |
Ingo Schwarze | Multiple parser and formatter fixes for line drawing... |
blob | commitdiff | raw | diff to current |
2015-01-26 |
Ingo Schwarze | Rework tbl(7) layout parsing: |
blob | commitdiff | raw | diff to current |
2015-01-14 |
Ingo Schwarze | simplify by getting rid of ROFF_ERR in tbl(7) parsing... |
blob | commitdiff | raw | diff to current |
2014-11-25 |
Ingo Schwarze | Completely rewrite the top level of the layout parser. |
blob | commitdiff | raw | diff to current |
2014-10-14 |
Ingo Schwarze | Rudimentary implementation of the e, x, and z table... |
blob | commitdiff | raw | diff to current |
2014-10-07 |
Ingo Schwarze | If a tbl(7) layout contains unknown font modifiers... |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-03-28 |
Ingo Schwarze | Allow leading and trailing vertical lines, |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Ingo Schwarze | Do not handle vertical lines as additional tbl(7) columns, |
blob | commitdiff | raw | diff to current |
2011-09-18 |
Ingo Schwarze | forgotten Copyright bumps; no code change |
blob | commitdiff | raw | diff to current |
2011-09-03 |
Kristaps Dzonsons | Fix handling of font modifiers in tables. Noted by... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | In tbl layouts, we puked if a space didn't followed... |
blob | commitdiff | raw | diff to current |
2011-04-07 |
Joerg Sonnenberger | Don't shadow global identifiers. |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Kristaps Dzonsons | Add config.h Glue for OpenIndiana (and older OpenSolari... |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Kristaps Dzonsons | Consolidate messages. Have all parse-time messages... |
blob | commitdiff | raw | diff to current |
2011-01-11 |
Kristaps Dzonsons | Add support for "^" vertical spanners. Unlike GNU... |
blob | commitdiff | raw | diff to current |
2011-01-10 |
Kristaps Dzonsons | Clarify what members may be NULL or not in calculating... |
blob | commitdiff | raw | diff to current |
2011-01-10 |
Kristaps Dzonsons | First, make extra data cells be thrown away. This... |
blob | commitdiff | raw | diff to current |
2011-01-09 |
Joerg Sonnenberger | Add some unsigned char casts for tolower() usage |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Kristaps Dzonsons | Fixes: T} can be followed by a delimiter then more... |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Kristaps Dzonsons | Tiny bits in place for tbl horizontal spans. This... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Ingo Schwarze | Merge from OpenBSD (similar to my original fix committe... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Kristaps Dzonsons | Make width calculations occur within tbl_term.c, not... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Kristaps Dzonsons | Fix table to print nicely (merging error). Also have... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Kristaps Dzonsons | Add some final bits necessary in the upcoming -Tascii... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Kristaps Dzonsons | Churn to get parts of 'struct tbl' visible from mandoc... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Plug in the "head" concept for tables. A tbl_head... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Add bits for compilation on Mac. |
blob | commitdiff | raw | diff to current |
2010-12-30 |
Kristaps Dzonsons | Move clean-up of parsed tbl nodes into the tbl_clear... |
blob | commitdiff | raw | diff to current |
2010-12-29 |
Kristaps Dzonsons | Update (still-commented) manual bits for tbl. |
blob | commitdiff | raw | diff to current |
2010-12-29 |
Kristaps Dzonsons | Merge, with considerable changes, tbl.bsd.lv's layout... |
blob | commitdiff | raw | diff to current |
|