| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze | 2016-01-08 | 1 | -25/+24 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -14/+0 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -71/+71 |
* | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze | 2015-04-18 | 1 | -11/+5 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -2/+2 |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -2/+2 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -10/+10 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -33/+34 |
* | Render \(lq and \(rq as '"' in -Tascii mode but leave the rendering | Ingo Schwarze | 2015-02-17 | 1 | -2/+2 |
* | Delete the mdoc_node.pending pointer and the function calculating | Ingo Schwarze | 2015-02-12 | 1 | -7/+10 |
* | do not access a NULL pointer if an .Eo block lacks a tail; | Ingo Schwarze | 2015-02-11 | 1 | -3/+2 |
* | better handle .Fo and .Fd without argument | Ingo Schwarze | 2015-02-06 | 1 | -2/+5 |
* | fix .Eo/.Ec spacing | Ingo Schwarze | 2015-02-01 | 1 | -2/+24 |
* | * Polish tbl(7) error reporting. | Ingo Schwarze | 2015-01-28 | 1 | -5/+8 |
* | Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra" | Ingo Schwarze | 2015-01-23 | 1 | -5/+5 |
* | Support negative indentations for mdoc(7) displays and lists. | Ingo Schwarze | 2014-12-24 | 1 | -28/+27 |
* | support negative horizontal widths in man(7); | Ingo Schwarze | 2014-12-23 | 1 | -0/+4 |
* | fix typo in previous | Ingo Schwarze | 2014-12-23 | 1 | -2/+2 |
* | some scaling unit fixes: | Ingo Schwarze | 2014-12-23 | 1 | -2/+2 |
* | Multiple fixes with respect to .Pf: | Ingo Schwarze | 2014-11-30 | 1 | -1/+2 |
* | Multiple fixes with respect to .Eo: | Ingo Schwarze | 2014-11-27 | 1 | -4/+13 |
* | Fix the obsolete .Db (toggle debug mode) macro to ignore its arguments | Ingo Schwarze | 2014-11-27 | 1 | -10/+10 |
* | Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere, | Ingo Schwarze | 2014-11-19 | 1 | -2/+23 |
* | Multiple fixes with respect to in-line macros: | Ingo Schwarze | 2014-11-17 | 1 | -0/+4 |
* | Let -Tascii \(bu (bullet) output agree with groff; | Ingo Schwarze | 2014-11-06 | 1 | -1/+1 |
* | Major bugsquashing with respect to -offset and -width: | Ingo Schwarze | 2014-10-30 | 1 | -8/+8 |
* | Right after .Fl, a middle delimiter triggers an empty scope, | Ingo Schwarze | 2014-08-21 | 1 | -3/+6 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+2 |
* | Bring the handling of defective prologues even closer to groff, | Ingo Schwarze | 2014-08-06 | 1 | -2/+3 |
* | Various improvements related to .Ex and .Rv: | Ingo Schwarze | 2014-07-30 | 1 | -9/+94 |
* | Clean up messages regarding excess arguments: | Ingo Schwarze | 2014-07-04 | 1 | -4/+6 |
* | When .Sm is called without an argument, groff toggles the spacing mode, | Ingo Schwarze | 2014-07-02 | 1 | -3/+8 |
* | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze | 2014-07-02 | 1 | -4/+41 |
* | make sure static buffers for snprintf(3) are large enough | Ingo Schwarze | 2014-04-20 | 1 | -5/+6 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -69/+70 |
* | Improve formatting of broken blocks in -Tman, | Ingo Schwarze | 2014-03-30 | 1 | -2/+11 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -0/+10 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -2/+3 |
* | Implement the \: (optional line break) escape sequence, | Ingo Schwarze | 2014-01-22 | 1 | -1/+4 |
* | Implement .Fo/.Fa/.Fc indentation and break handling for -Tman. | Ingo Schwarze | 2013-12-25 | 1 | -3/+8 |
* | Do not break output lines in .Fn function arguments in SYNOPSIS mode. | Ingo Schwarze | 2013-12-25 | 1 | -0/+10 |
* | Implement SYNOPSIS .Fn indentation for -Tman. | Ingo Schwarze | 2013-12-24 | 1 | -1/+4 |
* | It turns out SYNOPSIS mode does not imply .Bk in general, | Ingo Schwarze | 2013-12-24 | 1 | -18/+17 |
* | Printf size_t vars with %zu, not %ld; | Ingo Schwarze | 2013-10-07 | 1 | -4/+4 |
* | Use normal line macro recognition, do not attempt to roll your own. | Ingo Schwarze | 2013-09-15 | 1 | -3/+2 |
* | Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escape | Ingo Schwarze | 2013-06-02 | 1 | -5/+5 |
* | In SYNOPSIS mode, .Ek doesn't end a keep. | Ingo Schwarze | 2013-05-29 | 1 | -1/+1 |
* | Support .Bl -offset in -mdoc -Tman. | Ingo Schwarze | 2013-05-19 | 1 | -3/+21 |
* | Move printing of the .RS macro into print_offs() such that print_offs() | Ingo Schwarze | 2013-05-19 | 1 | -4/+4 |
* | Rewrite indentation handling for nested lists in a more systematic way | Ingo Schwarze | 2012-12-31 | 1 | -34/+48 |