| Commit message (Expand) | Author | Age | Files | Lines |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -4/+0 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -3/+3 |
* | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze | 2015-09-26 | 1 | -1/+0 |
* | Abolish struct tbl_head and replace it by an "int col" member in | Ingo Schwarze | 2015-01-30 | 1 | -1/+1 |
* | adjust formatting for the tbl(7) layout 'x' modifier (maximize column) | Ingo Schwarze | 2015-01-28 | 1 | -6/+30 |
* | support negative horizontal widths in man(7); | Ingo Schwarze | 2014-12-23 | 1 | -3/+0 |
* | some scaling unit fixes: | Ingo Schwarze | 2014-12-23 | 1 | -33/+32 |
* | In a2roffsu(), do not parse the number twice. | Ingo Schwarze | 2014-12-23 | 1 | -43/+12 |
* | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze | 2014-12-04 | 1 | -1/+1 |
* | even if a table has zero columns, do not segfault in the formatter; | Ingo Schwarze | 2014-10-14 | 1 | -1/+1 |
* | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo Schwarze | 2014-10-14 | 1 | -5/+69 |
* | In mdoc(7) and man(7), if a width is given as a bare number without | Ingo Schwarze | 2014-08-12 | 1 | -1/+1 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+0 |
* | Clarity with respect to floating point handling: | Ingo Schwarze | 2014-08-01 | 1 | -2/+2 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -25/+26 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas: | Ingo Schwarze | 2013-10-05 | 1 | -3/+0 |
* | The name "struct tbl" was badly misleading for two reasons: | Ingo Schwarze | 2013-05-31 | 1 | -9/+9 |
* | Do not handle vertical lines as additional tbl(7) columns, | Ingo Schwarze | 2012-05-27 | 1 | -19/+0 |
* | Major rewrite of the horizontal spacing of tables | Ingo Schwarze | 2011-09-20 | 1 | -41/+10 |
* | Scary-looking but otherwise harmless changes allow me to build for Windows. | Kristaps Dzonsons | 2011-07-24 | 1 | -1/+1 |
* | Remove unused function. | Kristaps Dzonsons | 2011-07-17 | 1 | -42/+0 |
* | Remove a2roffdeco() and mandoc_special() functions and replace them with | Kristaps Dzonsons | 2011-04-09 | 1 | -237/+0 |
* | Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.h | Kristaps Dzonsons | 2011-03-17 | 1 | -1/+1 |
* | Make lint shut up a little bit. | Kristaps Dzonsons | 2011-03-15 | 1 | -1/+2 |
* | Implement the \N'number' (numbered character) roff escape sequence. | Ingo Schwarze | 2011-01-30 | 1 | -0/+44 |
* | correct horizontal spacing of data cells | Ingo Schwarze | 2011-01-25 | 1 | -2/+2 |
* | Add support for "^" vertical spanners. Unlike GNU tbl, raise | Kristaps Dzonsons | 2011-01-11 | 1 | -0/+2 |
* | Clarify what members may be NULL or not in calculating widths. Make | Kristaps Dzonsons | 2011-01-10 | 1 | -10/+13 |
* | First, make extra data cells be thrown away. This makes "dp->layout" | Kristaps Dzonsons | 2011-01-10 | 1 | -2/+1 |
* | The numerical column type centres on the *last* decimal point. | Kristaps Dzonsons | 2011-01-08 | 1 | -1/+1 |
* | Give the "n" cell type knowledge of its spacing. | Kristaps Dzonsons | 2011-01-08 | 1 | -6/+8 |
* | Stuff tbl_calc() into out.c so that it can be shared by all output modes | Kristaps Dzonsons | 2011-01-05 | 1 | -0/+202 |
* | Remove overstrike `\o'. This isn't the best solution because we really | Kristaps Dzonsons | 2010-08-29 | 1 | -0/+2 |
* | Handle nested, recursive mathematical subexpressions. This is | Kristaps Dzonsons | 2010-08-24 | 1 | -0/+20 |
* | Strip out `\k' escape. | Kristaps Dzonsons | 2010-08-24 | 1 | -0/+2 |
* | Stripping out of `\w' groff escape. Yet another for pod2man... | Kristaps Dzonsons | 2010-08-24 | 1 | -0/+6 |
* | Strip out the `\z' escape. This is the first recursive sequence, | Kristaps Dzonsons | 2010-08-24 | 1 | -1/+10 |
* | Add \v and \h to ignored escapes. These are in the category of \s. | Kristaps Dzonsons | 2010-08-16 | 1 | -7/+10 |
* | Added `in' macro support for -man -Tascii. This is not yet supported in | Kristaps Dzonsons | 2010-07-22 | 1 | -0/+1 |
* | Accept "\s0" (i.e., properly ignore it). Found in the wild (e.g., gfdl.7). | Kristaps Dzonsons | 2010-07-22 | 1 | -0/+3 |
* | Accomodate for groff's crappy behaviour wherein an unrecognised | Kristaps Dzonsons | 2010-07-21 | 1 | -1/+1 |
* | Double-up DECO_RESERVED switch branch for colours. | Kristaps Dzonsons | 2010-07-19 | 1 | -15/+5 |
* | Properly discard \m colour escapes. Noted by J.C. Roberts. | Kristaps Dzonsons | 2010-07-18 | 1 | -0/+16 |
* | Throw out a2roffdeco() in out.c for a readable version. The prior one | Kristaps Dzonsons | 2010-07-18 | 1 | -179/+90 |
* | Remove "pt" from struct roffsu, as CSS (the only reason it was there) is | Kristaps Dzonsons | 2010-06-25 | 1 | -2/+0 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | Lint fix. | Kristaps Dzonsons | 2010-04-07 | 1 | -2/+1 |
* | Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style font... | Kristaps Dzonsons | 2010-04-07 | 1 | -52/+94 |
* | Bug in printing of reserved words with form \*[xxx] fixed (found by Joerg Son... | Kristaps Dzonsons | 2010-04-07 | 1 | -6/+8 |