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