| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement spacing of columns as defined in the table layout; | Ingo Schwarze | 2017-06-27 | 1 | -0/+2 |
* | If the layout is empty except for requesting a left vertical frame, | Ingo Schwarze | 2017-06-13 | 1 | -0/+2 |
* | Implement w layout specifier (minimum column width). | Ingo Schwarze | 2017-06-08 | 1 | -2/+18 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -4/+0 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -1/+1 |
* | When the last line of a table layout turns out to be empty, it is deleted. | Ingo Schwarze | 2015-04-29 | 1 | -0/+1 |
* | Do not read past the end of the buffer if an "f" layout font modifier | Ingo Schwarze | 2015-02-10 | 1 | -10/+26 |
* | Abolish struct tbl_head and replace it by an "int col" member in | Ingo Schwarze | 2015-01-30 | 1 | -25/+6 |
* | Auditing the tbl(7) code for more NULL pointer accesses, i came out | Ingo Schwarze | 2015-01-30 | 1 | -5/+5 |
* | Make sure every layout line contains at least one cell; | Ingo Schwarze | 2015-01-30 | 1 | -10/+30 |
* | For now, it can't be helped that mandoc tbl(7) ignores high-level macros, | Ingo Schwarze | 2015-01-28 | 1 | -4/+1 |
* | Multiple parser and formatter fixes for line drawing in tbl(7). | Ingo Schwarze | 2015-01-27 | 1 | -23/+46 |
* | Rework tbl(7) layout parsing: | Ingo Schwarze | 2015-01-26 | 1 | -154/+82 |
* | simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional change | Ingo Schwarze | 2015-01-14 | 1 | -5/+5 |
* | Completely rewrite the top level of the layout parser. | Ingo Schwarze | 2014-11-25 | 1 | -56/+41 |
* | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo Schwarze | 2014-10-14 | 1 | -0/+3 |
* | If a tbl(7) layout contains unknown font modifiers, fall back to the | Ingo Schwarze | 2014-10-07 | 1 | -0/+5 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+2 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -48/+49 |
* | Allow leading and trailing vertical lines, | Ingo Schwarze | 2014-03-28 | 1 | -1/+10 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -1/+1 |
* | Do not handle vertical lines as additional tbl(7) columns, | Ingo Schwarze | 2012-05-27 | 1 | -117/+35 |
* | forgotten Copyright bumps; no code change | Ingo Schwarze | 2011-09-18 | 1 | -1/+1 |
* | Fix handling of font modifiers in tables. Noted by Brad Smith. | Kristaps Dzonsons | 2011-09-03 | 1 | -0/+10 |
* | In tbl layouts, we puked if a space didn't followed a vertical bar | Kristaps Dzonsons | 2011-05-17 | 1 | -0/+17 |
* | Don't shadow global identifiers. | Joerg Sonnenberger | 2011-04-07 | 1 | -5/+5 |
* | Add config.h Glue for OpenIndiana (and older OpenSolaris) to build. | Kristaps Dzonsons | 2011-04-04 | 1 | -0/+4 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 1 | -10/+18 |
* | Add support for "^" vertical spanners. Unlike GNU tbl, raise | Kristaps Dzonsons | 2011-01-11 | 1 | -0/+10 |
* | Clarify what members may be NULL or not in calculating widths. Make | Kristaps Dzonsons | 2011-01-10 | 1 | -1/+1 |
* | First, make extra data cells be thrown away. This makes "dp->layout" | Kristaps Dzonsons | 2011-01-10 | 1 | -4/+19 |
* | Add some unsigned char casts for tolower() usage | Joerg Sonnenberger | 2011-01-09 | 1 | -3/+3 |
* | Fixes: T} can be followed by a delimiter then more data. Make this | Kristaps Dzonsons | 2011-01-07 | 1 | -0/+14 |
* | Tiny bits in place for tbl horizontal spans. This will wait for the next | Kristaps Dzonsons | 2011-01-07 | 1 | -1/+18 |
* | Merge from OpenBSD (similar to my original fix committed on Oct 15, 2010): | Ingo Schwarze | 2011-01-04 | 1 | -0/+2 |
* | Make width calculations occur within tbl_term.c, not tbl.c. This allows | Kristaps Dzonsons | 2011-01-03 | 1 | -0/+2 |
* | Fix table to print nicely (merging error). Also have -Ttree push out some | Kristaps Dzonsons | 2011-01-02 | 1 | -1/+1 |
* | Add some final bits necessary in the upcoming -Tascii tbl stuff. | Kristaps Dzonsons | 2011-01-02 | 1 | -0/+2 |
* | Churn to get parts of 'struct tbl' visible from mandoc.h: rename the | Kristaps Dzonsons | 2011-01-02 | 1 | -9/+9 |
* | Plug in the "head" concept for tables. A tbl_head specifies the full | Kristaps Dzonsons | 2011-01-01 | 1 | -17/+121 |
* | Add bits for compilation on Mac. | Kristaps Dzonsons | 2011-01-01 | 1 | -0/+1 |
* | Move clean-up of parsed tbl nodes into the tbl_clear() function, called | Kristaps Dzonsons | 2010-12-30 | 1 | -5/+5 |
* | Update (still-commented) manual bits for tbl. | Kristaps Dzonsons | 2010-12-29 | 1 | -29/+6 |
* | Merge, with considerable changes, tbl.bsd.lv's layout-handling code. | Kristaps Dzonsons | 2010-12-29 | 1 | -0/+289 |