aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/out.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for "^" vertical spanners. Unlike GNU tbl, raiseKristaps Dzonsons2011-01-111-1/+3
* Clarify what members may be NULL or not in calculating widths. MakeKristaps Dzonsons2011-01-101-11/+14
* First, make extra data cells be thrown away. This makes "dp->layout"Kristaps Dzonsons2011-01-101-3/+2
* The numerical column type centres on the *last* decimal point.Kristaps Dzonsons2011-01-081-2/+2
* Give the "n" cell type knowledge of its spacing.Kristaps Dzonsons2011-01-081-7/+9
* Stuff tbl_calc() into out.c so that it can be shared by all output modesKristaps Dzonsons2011-01-051-1/+203
* Remove overstrike `\o'. This isn't the best solution because we reallyKristaps Dzonsons2010-08-291-1/+3
* Handle nested, recursive mathematical subexpressions. This isKristaps Dzonsons2010-08-241-1/+21
* Strip out `\k' escape.Kristaps Dzonsons2010-08-241-1/+3
* Stripping out of `\w' groff escape. Yet another for pod2man...Kristaps Dzonsons2010-08-241-1/+7
* Strip out the `\z' escape. This is the first recursive sequence,Kristaps Dzonsons2010-08-241-2/+11
* Add \v and \h to ignored escapes. These are in the category of \s.Kristaps Dzonsons2010-08-161-8/+11
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-221-1/+2
* Accept "\s0" (i.e., properly ignore it). Found in the wild (e.g., gfdl.7).Kristaps Dzonsons2010-07-221-1/+4
* Accomodate for groff's crappy behaviour wherein an unrecognisedKristaps Dzonsons2010-07-211-2/+2
* Double-up DECO_RESERVED switch branch for colours.Kristaps Dzonsons2010-07-191-16/+6
* Properly discard \m colour escapes. Noted by J.C. Roberts.Kristaps Dzonsons2010-07-181-1/+17
* Throw out a2roffdeco() in out.c for a readable version. The prior oneKristaps Dzonsons2010-07-181-180/+91
* Remove "pt" from struct roffsu, as CSS (the only reason it was there) isKristaps Dzonsons2010-06-251-3/+1
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Lint fix.Kristaps Dzonsons2010-04-071-3/+2
* Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style font...Kristaps Dzonsons2010-04-071-53/+95
* Bug in printing of reserved words with form \*[xxx] fixed (found by Joerg Son...Kristaps Dzonsons2010-04-071-7/+9