| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify a few accesses to fields of structs, using auxiliary pointer | Ingo Schwarze | 2021-10-17 | 1 | -5/+3 |
* | Simplify the code building lists of spans, no output change intended. | Ingo Schwarze | 2021-10-17 | 1 | -6/+7 |
* | Revert part of the previous diff to fix a regression (another endless loop) | Ingo Schwarze | 2021-09-28 | 1 | -3/+17 |
* | Fix an infinite loop that could occur during some cases of horizontally | Ingo Schwarze | 2021-09-07 | 1 | -33/+9 |
* | Correctly calculate required column widths for tables containing | Ingo Schwarze | 2021-09-07 | 1 | -3/+4 |
* | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze | 2021-08-10 | 1 | -0/+2 |
* | When all cells in a tbl(1) column are empty, set the column width | Ingo Schwarze | 2019-12-31 | 1 | -5/+17 |
* | Set the maximum column index in a tbl(7) to the maximum *right* edge | Ingo Schwarze | 2019-03-29 | 1 | -1/+1 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -1/+0 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-12 | 1 | -0/+1 |
* | Better handle automatic column width assignments in the presence of | Ingo Schwarze | 2018-11-29 | 1 | -42/+205 |
* | In tbl(7) -T html output, | Ingo Schwarze | 2018-11-25 | 1 | -5/+5 |
* | Do alignment of non-numeric strings in numeric cells the same way | Ingo Schwarze | 2018-08-19 | 1 | -33/+51 |
* | If a tbl(7) column contains both text cells and numeric cells, | Ingo Schwarze | 2018-08-18 | 1 | -3/+8 |
* | Do not allocate a column for decimal points if all numbers are integers. | Ingo Schwarze | 2018-08-18 | 1 | -6/+4 |
* | Implement spacing of columns as defined in the table layout; | Ingo Schwarze | 2017-06-27 | 1 | -2/+9 |
* | round default width of tbl(7) text blocks in the same way as groff | Ingo Schwarze | 2017-06-15 | 1 | -1/+2 |
* | let \l use the right fill character | Ingo Schwarze | 2017-06-14 | 1 | -3/+1 |
* | If a tbl(7) layout contains a 'w' (minimum width) modifier for a | Ingo Schwarze | 2017-06-12 | 1 | -2/+3 |
* | fix column width calculation for text block cells | Ingo Schwarze | 2017-06-12 | 1 | -11/+18 |
* | Implement w layout specifier (minimum column width). | Ingo Schwarze | 2017-06-08 | 1 | -14/+38 |
* | make the internal a2roffsu() interface more powerful by returning | Ingo Schwarze | 2017-06-08 | 1 | -7/+6 |
* | When trying to expand some columns in a table where the sum of the | Ingo Schwarze | 2017-05-01 | 1 | -2/+5 |
* | 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 | -3/+3 |
* | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze | 2015-09-26 | 1 | -1/+0 |
* | Abolish struct tbl_head and replace it by an "int col" member in | Ingo Schwarze | 2015-01-30 | 1 | -1/+1 |
* | adjust formatting for the tbl(7) layout 'x' modifier (maximize column) | Ingo Schwarze | 2015-01-28 | 1 | -6/+30 |
* | support negative horizontal widths in man(7); | Ingo Schwarze | 2014-12-23 | 1 | -3/+0 |
* | some scaling unit fixes: | Ingo Schwarze | 2014-12-23 | 1 | -33/+32 |
* | In a2roffsu(), do not parse the number twice. | Ingo Schwarze | 2014-12-23 | 1 | -43/+12 |
* | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze | 2014-12-04 | 1 | -1/+1 |
* | even if a table has zero columns, do not segfault in the formatter; | Ingo Schwarze | 2014-10-14 | 1 | -1/+1 |
* | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo Schwarze | 2014-10-14 | 1 | -5/+69 |
* | In mdoc(7) and man(7), if a width is given as a bare number without | Ingo Schwarze | 2014-08-12 | 1 | -1/+1 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+0 |
* | Clarity with respect to floating point handling: | Ingo Schwarze | 2014-08-01 | 1 | -2/+2 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -25/+26 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas: | Ingo Schwarze | 2013-10-05 | 1 | -3/+0 |
* | The name "struct tbl" was badly misleading for two reasons: | Ingo Schwarze | 2013-05-31 | 1 | -9/+9 |
* | Do not handle vertical lines as additional tbl(7) columns, | Ingo Schwarze | 2012-05-27 | 1 | -19/+0 |
* | Major rewrite of the horizontal spacing of tables | Ingo Schwarze | 2011-09-20 | 1 | -41/+10 |
* | Scary-looking but otherwise harmless changes allow me to build for Windows. | Kristaps Dzonsons | 2011-07-24 | 1 | -1/+1 |
* | Remove unused function. | Kristaps Dzonsons | 2011-07-17 | 1 | -42/+0 |
* | Remove a2roffdeco() and mandoc_special() functions and replace them with | Kristaps Dzonsons | 2011-04-09 | 1 | -237/+0 |
* | Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.h | Kristaps Dzonsons | 2011-03-17 | 1 | -1/+1 |
* | Make lint shut up a little bit. | Kristaps Dzonsons | 2011-03-15 | 1 | -1/+2 |
* | Implement the \N'number' (numbered character) roff escape sequence. | Ingo Schwarze | 2011-01-30 | 1 | -0/+44 |
* | correct horizontal spacing of data cells | Ingo Schwarze | 2011-01-25 | 1 | -2/+2 |