summaryrefslogtreecommitdiffstats
path: root/out.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for "^" vertical spanners. Unlike GNU tbl, raiseKristaps Dzonsons2011-01-111-0/+2
* Clarify what members may be NULL or not in calculating widths. MakeKristaps Dzonsons2011-01-101-10/+13
* First, make extra data cells be thrown away. This makes "dp->layout"Kristaps Dzonsons2011-01-101-2/+1
* The numerical column type centres on the *last* decimal point.Kristaps Dzonsons2011-01-081-1/+1
* Give the "n" cell type knowledge of its spacing.Kristaps Dzonsons2011-01-081-6/+8
* Stuff tbl_calc() into out.c so that it can be shared by all output modesKristaps Dzonsons2011-01-051-0/+202
* Remove overstrike `\o'. This isn't the best solution because we reallyKristaps Dzonsons2010-08-291-0/+2
* Handle nested, recursive mathematical subexpressions. This isKristaps Dzonsons2010-08-241-0/+20
* Strip out `\k' escape.Kristaps Dzonsons2010-08-241-0/+2
* Stripping out of `\w' groff escape. Yet another for pod2man...Kristaps Dzonsons2010-08-241-0/+6
* Strip out the `\z' escape. This is the first recursive sequence,Kristaps Dzonsons2010-08-241-1/+10
* Add \v and \h to ignored escapes. These are in the category of \s.Kristaps Dzonsons2010-08-161-7/+10
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-221-0/+1
* Accept "\s0" (i.e., properly ignore it). Found in the wild (e.g., gfdl.7).Kristaps Dzonsons2010-07-221-0/+3
* Accomodate for groff's crappy behaviour wherein an unrecognisedKristaps Dzonsons2010-07-211-1/+1
* Double-up DECO_RESERVED switch branch for colours.Kristaps Dzonsons2010-07-191-15/+5
* Properly discard \m colour escapes. Noted by J.C. Roberts.Kristaps Dzonsons2010-07-181-0/+16
* Throw out a2roffdeco() in out.c for a readable version. The prior oneKristaps Dzonsons2010-07-181-179/+90
* Remove "pt" from struct roffsu, as CSS (the only reason it was there) isKristaps Dzonsons2010-06-251-2/+0
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Lint fix.Kristaps Dzonsons2010-04-071-2/+1
* Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style font...Kristaps Dzonsons2010-04-071-52/+94
* Bug in printing of reserved words with form \*[xxx] fixed (found by Joerg Son...Kristaps Dzonsons2010-04-071-6/+8
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-4/+4
* Fixed \c support for all input and output modes (documented in mandoc_char.7).Kristaps Dzonsons2009-11-121-0/+5
* a2roffdeco() now supports \s escapes.Kristaps Dzonsons2009-11-081-74/+66
* Hooked up -Tascii to a2roffdeco backend.Kristaps Dzonsons2009-11-071-2/+1
* Initial abstraction of front-end decoration events (special characters, text ...Kristaps Dzonsons2009-11-071-0/+192
* Linuxisms.Kristaps Dzonsons2009-10-221-0/+4
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ...Kristaps Dzonsons2009-10-221-0/+45
* Had out.h roff-scale converters accept default unit scale (because -mdoc and ...Kristaps Dzonsons2009-10-181-19/+12
* Scaling factor made floating point (as per groff.7) and, e.g., gnu/usr.bin/cv...Kristaps Dzonsons2009-10-091-5/+29