aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/out.c
Commit message (Expand)AuthorAgeFilesLines
* simplify a few accesses to fields of structs, using auxiliary pointerIngo Schwarze2021-10-171-6/+4
* Simplify the code building lists of spans, no output change intended.Ingo Schwarze2021-10-171-7/+8
* Revert part of the previous diff to fix a regression (another endless loop)Ingo Schwarze2021-09-281-4/+18
* Fix an infinite loop that could occur during some cases of horizontallyIngo Schwarze2021-09-071-34/+10
* Correctly calculate required column widths for tables containingIngo Schwarze2021-09-071-4/+5
* Support two-character font names (BI, CW, CR, CB, CI)Ingo Schwarze2021-08-101-1/+3
* When all cells in a tbl(1) column are empty, set the column widthIngo Schwarze2019-12-311-6/+18
* Set the maximum column index in a tbl(7) to the maximum *right* edgeIngo Schwarze2019-03-291-2/+2
* Cleanup, no functional change:Ingo Schwarze2018-12-131-2/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-121-1/+2
* Better handle automatic column width assignments in the presence ofIngo Schwarze2018-11-291-43/+206
* In tbl(7) -T html output,Ingo Schwarze2018-11-251-6/+6
* Do alignment of non-numeric strings in numeric cells the same wayIngo Schwarze2018-08-191-34/+52
* If a tbl(7) column contains both text cells and numeric cells,Ingo Schwarze2018-08-181-4/+9
* Do not allocate a column for decimal points if all numbers are integers.Ingo Schwarze2018-08-181-7/+5
* Implement spacing of columns as defined in the table layout;Ingo Schwarze2017-06-271-3/+10
* round default width of tbl(7) text blocks in the same way as groffIngo Schwarze2017-06-151-2/+3
* let \l use the right fill characterIngo Schwarze2017-06-141-4/+2
* If a tbl(7) layout contains a 'w' (minimum width) modifier for aIngo Schwarze2017-06-121-3/+4
* fix column width calculation for text block cellsIngo Schwarze2017-06-121-12/+19
* Implement w layout specifier (minimum column width).Ingo Schwarze2017-06-081-15/+39
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-081-8/+7
* When trying to expand some columns in a table where the sum of theIngo Schwarze2017-05-011-3/+6
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-5/+1
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-4/+4
* /* NOTREACHED */ after abort() is silly, delete itIngo Schwarze2015-09-261-2/+1
* Abolish struct tbl_head and replace it by an "int col" member inIngo Schwarze2015-01-301-2/+2
* adjust formatting for the tbl(7) layout 'x' modifier (maximize column)Ingo Schwarze2015-01-281-7/+31
* support negative horizontal widths in man(7);Ingo Schwarze2014-12-231-4/+1
* some scaling unit fixes:Ingo Schwarze2014-12-231-34/+33
* In a2roffsu(), do not parse the number twice.Ingo Schwarze2014-12-231-44/+13
* fix handling of roff requests having a default scale other than "n",Ingo Schwarze2014-12-041-2/+2
* even if a table has zero columns, do not segfault in the formatter;Ingo Schwarze2014-10-141-2/+2
* Rudimentary implementation of the e, x, and z table layout modifiersIngo Schwarze2014-10-141-6/+70
* In mdoc(7) and man(7), if a width is given as a bare number withoutIngo Schwarze2014-08-121-2/+2
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+1
* Clarity with respect to floating point handling:Ingo Schwarze2014-08-011-3/+3
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-26/+27
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-1/+2
* Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas:Ingo Schwarze2013-10-051-4/+1
* The name "struct tbl" was badly misleading for two reasons:Ingo Schwarze2013-05-311-10/+10
* Do not handle vertical lines as additional tbl(7) columns,Ingo Schwarze2012-05-271-20/+1
* Major rewrite of the horizontal spacing of tablesIngo Schwarze2011-09-201-42/+11
* Scary-looking but otherwise harmless changes allow me to build for Windows.Kristaps Dzonsons2011-07-241-2/+2
* Remove unused function.Kristaps Dzonsons2011-07-171-43/+1
* Remove a2roffdeco() and mandoc_special() functions and replace them withKristaps Dzonsons2011-04-091-238/+1
* Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.hKristaps Dzonsons2011-03-171-2/+2
* Make lint shut up a little bit.Kristaps Dzonsons2011-03-151-2/+3
* Implement the \N'number' (numbered character) roff escape sequence.Ingo Schwarze2011-01-301-1/+45
* correct horizontal spacing of data cellsIngo Schwarze2011-01-251-3/+3