Age | Commit message (Expand) | Author |
2021-10-17 | simplify a few accesses to fields of structs, using auxiliary pointer | Ingo Schwarze |
2021-10-17 | Simplify the code building lists of spans, no output change intended. | Ingo Schwarze |
2021-09-28 | Revert part of the previous diff to fix a regression (another endless loop) | Ingo Schwarze |
2021-09-07 | Fix an infinite loop that could occur during some cases of horizontally | Ingo Schwarze |
2021-09-07 | Correctly calculate required column widths for tables containing | Ingo Schwarze |
2021-08-10 | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze |
2019-12-31 | When all cells in a tbl(1) column are empty, set the column width | Ingo Schwarze |
2019-03-29 | Set the maximum column index in a tbl(7) to the maximum *right* edge | Ingo Schwarze |
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2018-12-12 | Cleanup, no functional change: | Ingo Schwarze |
2018-11-29 | Better handle automatic column width assignments in the presence of | Ingo Schwarze |
2018-11-25 | In tbl(7) -T html output, | Ingo Schwarze |
2018-08-19 | Do alignment of non-numeric strings in numeric cells the same way | Ingo Schwarze |
2018-08-18 | If a tbl(7) column contains both text cells and numeric cells, | Ingo Schwarze |
2018-08-18 | Do not allocate a column for decimal points if all numbers are integers. | Ingo Schwarze |
2017-06-27 | Implement spacing of columns as defined in the table layout; | Ingo Schwarze |
2017-06-15 | round default width of tbl(7) text blocks in the same way as groff | Ingo Schwarze |
2017-06-14 | let \l use the right fill character | Ingo Schwarze |
2017-06-12 | If a tbl(7) layout contains a 'w' (minimum width) modifier for a | Ingo Schwarze |
2017-06-12 | fix column width calculation for text block cells | Ingo Schwarze |
2017-06-08 | Implement w layout specifier (minimum column width). | Ingo Schwarze |
2017-06-08 | make the internal a2roffsu() interface more powerful by returning | Ingo Schwarze |
2017-05-01 | When trying to expand some columns in a table where the sum of the | Ingo Schwarze |
2015-10-12 | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-09-26 | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze |
2015-01-30 | Abolish struct tbl_head and replace it by an "int col" member in | Ingo Schwarze |
2015-01-28 | adjust formatting for the tbl(7) layout 'x' modifier (maximize column) | Ingo Schwarze |
2014-12-23 | support negative horizontal widths in man(7); | Ingo Schwarze |
2014-12-23 | some scaling unit fixes: | Ingo Schwarze |
2014-12-23 | In a2roffsu(), do not parse the number twice. | Ingo Schwarze |
2014-12-04 | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze |
2014-10-14 | even if a table has zero columns, do not segfault in the formatter; | Ingo Schwarze |
2014-10-14 | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo Schwarze |
2014-08-12 | In mdoc(7) and man(7), if a width is given as a bare number without | Ingo Schwarze |
2014-08-08 | Clarity with respect to floating point handling: | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-03-21 | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze |
2013-10-05 | Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas: | Ingo Schwarze |
2013-05-31 | The name "struct tbl" was badly misleading for two reasons: | Ingo Schwarze |
2012-05-26 | Do not handle vertical lines as additional tbl(7) columns, | Ingo Schwarze |
2011-09-20 | Major rewrite of the horizontal spacing of tables | Ingo Schwarze |
2011-09-18 | sync to version 1.11.7 from kristaps@ | Ingo Schwarze |
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | Ingo Schwarze |
2011-04-21 | Merge version 1.10.10: | Ingo Schwarze |
2011-01-30 | Implement the \N'number' (numbered character) roff escape sequence. | Ingo Schwarze |
2011-01-25 | correct horizontal spacing of data cells | Ingo Schwarze |
2011-01-16 | Various tbl improvements from kristaps@: | Ingo Schwarze |
2011-01-09 | Sync tbl handling to bsd.lv release 1.10.9: | Ingo Schwarze |
2010-09-13 | Parse and ignore the \k, \o, \w, and \z roff escapes, and recursively | Ingo Schwarze |