Age | Commit message (Expand) | Author |
2015-10-12 | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-09-26 | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze |
2015-01-30 | Abolish struct tbl_head and replace it by an "int col" member in | Ingo Schwarze |
2015-01-28 | adjust formatting for the tbl(7) layout 'x' modifier (maximize column) | Ingo Schwarze |
2014-12-23 | support negative horizontal widths in man(7); | Ingo Schwarze |
2014-12-23 | some scaling unit fixes: | Ingo Schwarze |
2014-12-23 | In a2roffsu(), do not parse the number twice. | Ingo Schwarze |
2014-12-04 | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze |
2014-10-14 | even if a table has zero columns, do not segfault in the formatter; | Ingo Schwarze |
2014-10-14 | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo Schwarze |
2014-08-12 | In mdoc(7) and man(7), if a width is given as a bare number without | Ingo Schwarze |
2014-08-08 | Clarity with respect to floating point handling: | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-03-21 | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze |
2013-10-05 | Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas: | Ingo Schwarze |
2013-05-31 | The name "struct tbl" was badly misleading for two reasons: | Ingo Schwarze |
2012-05-26 | Do not handle vertical lines as additional tbl(7) columns, | Ingo Schwarze |
2011-09-20 | Major rewrite of the horizontal spacing of tables | Ingo Schwarze |
2011-09-18 | sync to version 1.11.7 from kristaps@ | Ingo Schwarze |
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | Ingo Schwarze |
2011-04-21 | Merge version 1.10.10: | Ingo Schwarze |
2011-01-30 | Implement the \N'number' (numbered character) roff escape sequence. | Ingo Schwarze |
2011-01-25 | correct horizontal spacing of data cells | Ingo Schwarze |
2011-01-16 | Various tbl improvements from kristaps@: | Ingo Schwarze |
2011-01-09 | Sync tbl handling to bsd.lv release 1.10.9: | Ingo Schwarze |
2010-09-13 | Parse and ignore the \k, \o, \w, and \z roff escapes, and recursively | Ingo Schwarze |
2010-08-18 | Ignore \h (local horizontal motion) and \v (local vertical motion) escapes | Ingo Schwarze |
2010-07-25 | Sync to bsd.lv; in particular, pull in lots of bug fixes. | Ingo Schwarze |
2010-06-27 | Remove "pt" from struct roffsu, as CSS (the only reason it was there) is | Ingo Schwarze |
2010-04-07 | Merge the good parts of 1.9.23, | Ingo Schwarze |
2009-12-24 | sync to 1.9.14: rewrite escape sequence handling: | Ingo Schwarze |
2009-10-27 | sync to 1.9.11: adapt printing of dates to groff conventions, | Ingo Schwarze |
2009-10-21 | sync to 1.9.9, featuring: | Ingo Schwarze |